3 Steps to PLC Programming – Learning

3 Steps to PLC Programming - Learning

You’ve had this idea for years since you were a kid. You want to be an electrical engineer, and you’re finally going to follow through on it and learn PLC programming to start your career off right! What? That’s what you thought, anyway. But then you started googling around, trying to figure out how to … 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

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

Don’t Get Caught Without These 3 PLC Requirements

Don't Get Caught Without These 3 PLC Requirements

If you are looking to purchase a PLC system, there are three key components that you should look for. If your current system does not contain these features, you need to replace it with one that does as soon as possible. The three most important features you should look for in your new PLC system … Read more

PLC Learning Series – Programming Steps

PLC Learning Series – Programming Steps

Developing a programmable logic controller (PLC) program can be broken down into five steps. These programming steps are as follows: Five Steps to PLC Program Development Step 1 – Define the task Step 2 – Define the Inputs and Outputs Step 3 – Develop a logical sequence of operation Step 4 – Develop the PLC … Read more

PLC Learning Series – Program Cyclic Scan

PLC Learning Series - Program Cyclic Scan

Programmable logic controllers (PLC) use a cyclic scan. The time that it takes to complete one scan is called Scan Time. Typical scan times range from 10 milliseconds to 10 microseconds. This translates from 0.01 to 0.0001 seconds per PLC scan. Understanding how the program scan will help us in programming and troubleshooting the PLC. … Read more