PLC Program Design Excercise Question

Thread Starter

gbtbtbt

Joined Mar 18, 2020
72
Design a PLC program that will correctly execute the conveyor motor control process

The operational sequence can be summarized as follows.
-The start button is pressed to start the conveyor motor.
-Cases move past the proximity switch and increment the counter's accumulated value.
-After a count of 50, the conveyor motor stops automatically and the counter's accumulated value is reset to zero.
-The conveyor motor can be stopped and started manually at any time without loss of the accumulated count.
-The accumulated count of the counter can be reset manually at any time by means of the counter reset button

I'm stuck with figuring out a way for the counter to automatically reset to zero and manually stop and start the motor without accumulated count loss. My work is in problem 12
Mod: Extracted Q12 section.
 
Last edited:
Top