Productivity 2000 PLC Data Handling Part 1

Productivity 2000 PLC Data Handling Instructions Part 1

Data handling instructions are used to perform movement and manipulations of the memory in the programmable logic controller. The Productivity 2000 Series PLC has fifteen different data handling instructions that can be used in various applications. It is important to look at the capabilities of your programmable logic controller. This will lead you to different … Read more

Click to Click PLC Communication – Remote IO

Click to Click PLC Communication

We will connect two Click PLUS PLCs and communicate in three different ways. Using the send and receive commands, we will set up one PLC to be the master (client) and communicate with the slave (server). WiFi, Ethernet, and Serial communication will share common memory areas between the Click PLCs. The send and receive commands … Read more

Productivity 2000 PLC Ladder Logic Counter

Productivity 2000 PLC Ladder Logic Counter

Most programmable logic controller (PLC) programs will include a counter instruction. The Productivity 2000 Series PLC has two different counter instructions for your program. These can be used in several different ways to adapt to your application. Basically, counters are used to count up or down to a specific limit. When the limit is reached, … Read more

Timing Diagram NOT Just Used for a Timer

Logic circuits in a PLC ladder logic program are either on or off. The inputs change, which will affect the outputs. This can be expressed in a timing diagram. The timing diagram or chart will show you how the ladder logic program will respond to the changing states of the inputs and outputs. This visual … Read more

PLC Counter Programming – 3 Things to Know

PLC Counter Programming - 3 Things to Know

PLC ladder logic counters are used in just about every PLC program. They will indicate how many times something has happened within the controller logic. Counters then can be used to trigger other outputs or items in the PLC. You can find counter applications in a variety of things every day. We will discuss three … Read more

Productivity 2000 PLC Ladder Logic Outputs

Productivity 2000 PLC Ladder Logic Outputs

The Productivity Suite Software comprises more than 82 instructions divided into 14 categories. These instructions include Out, Set, Reset, OR Out, Flasher, Debounce, Timed, Toggle, Program End, and No Operation. Coils (Outputs) are one of these categories of ladder logic instructions to program your productivity PLC controller. Ladder logic outputs or coils are in every … Read more