From the course: Learning PLC Ladder Logic: 2 Diving Deeper

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Example: Sequential process

Example: Sequential process - Ladder Logic Tutorial

From the course: Learning PLC Ladder Logic: 2 Diving Deeper

Start my 1-month free trial

Example: Sequential process

- [Instructor] Let's take this sequence example and create a state diagram for it, and then, programming it using the sequential method ladder logic. So, here we have a sequence process where we need to paint a part and load it into a box. The process goes this way. First, we put the part, and then press on the start pushbutton to start the conveyor. Then, a sensor detects a part in the middle, and the conveyor stops. A paint is turned on for three seconds. After three seconds are done, the conveyor is on again. A box sensor detects the part when it reaches the end, and finally, place it in a box. The sequence repeats until 10 parts are painted. These are the steps for the sequence. The first thing we need to do is to identify the inputs and outputs, which makes it easier when developing a state diagram. As for the inputs, we have a start pushbutton, sensor that detects the parts, and the box sensor. As for the outputs,…

Contents