Productivity 2000 Series PLC Program Documentation

Productivity 2000 Series PLC Program Documentation

Previously we created our first program using the Productivity Suite Software and transferred this to our connected Productivity 2000 Series PLC. One of the most important aspects of programming the PLC is to document. This will aid you and your team in programming, troubleshooting, and modifying the automation control system. Your documentation should read like … Read more

EasyPLC Simulator Productivity PLC Robotic Cell

EasyPLC Machine Simulator Productivity PLC Robotic Cell

The Machine Simulator (MS) is part of the EasyPLC software suite. It has many built-in machines that are used to show different programming techniques. The robotic cell example is one of these machines. This will demonstrate a sequencer example. The logic will step through different steps in order to perform the task. In this case, … Read more

BRX Do-More PLC High-Speed Input Pulse Catch

BRX Do-More PLC High-Speed Input Pulse Catch

The High-Speed Input Pulse Catch will set an output that can be seen by the PLC ladder logic scan in response to an input pulse. Inputs that are too fast to reliably be seen by the ladder logic scan time will be seen. The BRX Do-More series of programmable logic controllers have built-in high-speed inputs. … Read more

Productivity 2000 Series PLC Debug Mode

Productivity 2000 Series PLC Debug Mode

The productivity suite programming software has a debug mode. This will allow you to view and control the rung execution on your ladder logic code. These programming tools allow you to troubleshoot, find, and correct errors in the PLC programming logic. We will be adding a couple of rungs to our exiting start-stop circuit we … Read more

Click PLC EasyPLC Warehouse Stacker Example

Click PLC EasyPLC Warehouse Stacker Operation

The Machine Simulator (MS) is part of the EasyPLC software suite. It has many built-in machines that are used to show different programming techniques. The warehouse stacker example is one of these machines. Pallets are loaded and unloaded into the stacker machine. A maximum of 30 pallets can be stored. The stacker will work as … Read more

BRX Do-More PLC High-Speed Input Timer

BRX Do-More PLC High-Speed Input Timer

The High-Speed discrete inputs can be configured to measure the amount of time between pulses. When you want a scaled value representing a speed or rate, the high-speed input timer is a better option for pulse rates below 5 kHz. This is compared to using the high-speed input pulse counting selection. The BRX Do-More series … Read more