From the course: Learning PLC Ladder Logic: 1 The Basics
Unlock the full course today
Join today to access over 24,200 courses taught by industry experts.
Part 4: Programming the second conveyer - Ladder Logic Tutorial
From the course: Learning PLC Ladder Logic: 1 The Basics
Part 4: Programming the second conveyer
- This is how the program looks like till now. After the paint is done, the conveyor starts automatically and the sheets are moved to Position C. Now we need to program how to start the conveyor again after the timer is done timing. Note that since we already have the conveyor output, then we use the same rung. As you learned before, that use one particular output one time in your program. So if you have multiple inputs that are associated with the same output, then we need to put them in parallel. So I cannot have two rungs that have the same output. Here, we can apply the branching technique. So once the timer is done timing, the conveyor will start again. So one thing that you need to think about is that the timer will reset as soon as it's done. Refer back to the solution part three. As mentioned previously that the timer resets when there's a change in the rung, when there's a true to false transition for the timer on delay. So I'm going to use the enable bit of the timer to keep…
Contents
-
-
-
-
-
-
-
(Locked)
Case overview3m 17s
-
(Locked)
Part 1: Counting sheets2m 33s
-
(Locked)
Part 2: Running the conveyer2m 2s
-
(Locked)
Part 3: Applying paint2m 25s
-
(Locked)
Part 4: Programming the second conveyer2m 58s
-
(Locked)
Ladder logic program simulation2m 55s
-
(Locked)
Part 5: Add stops to complete the program1m 41s
-
(Locked)
-