Write a PLC program so that when the step push button is pressed and qw0 is equal to zero the first bit in the output word is energized by one, and when the step push button is pressed again the next bit is energized and so on till the reset push button is pressed.
This is an example of sequential operation of output bits using one push buttons.
Note: the best practice to learn the PLC programming is to start writing the PLC program, take your time before you review the answer.
Inputs & Outputs
I0.0: step Push Button (Normally open contact)
I0.1: reset Push Button (Normally open contact)
Qw0: output word i.e from (Q0.0 to Q1.7)
PLC Sequential Operation Example
Comments
Post a Comment