When making use of Allen-Bradley PLCs, there are three main models to choose from.
In this lesson you are going to learn the technical differences between the three families of Allen-Bradley PLCs, as well as which applications are most appropriate for each type.
Before you program a Programmable Logic Controller, it is important to know the anatomy of a PLC program.
Knowing the basic history of PLCs will help you understand the fundamental terms and concepts used when creating a program.
In the previous video, you learned the basic anatomy of a Rung. As you now know, a rung is made up of a series of input and output elements.
You can think of the input elements as being conditions, and you can think of the output elements as being actions.
You can define the behavior of y...
Now that you know how a single rung is executed, and how its results are stored in memory, you should be ready to learn about how a PLC executes a program as a whole.
As discussed in previous videos, the PLC executes rungs in order from top to bottom, and each rung is evaluated from left to ri...
7 Comments