Mitsubishi Electronics FX3GC Garage Door Opener User Manual


 
800
FX3S/FX3G/FX3GC/FX3U/FX3UC Series
Programming Manual - Basic & Applied Instruction Edition
35 SFC Program and Step Ladder
35.2 Step Ladder
Example of flows with parallel branches and recombination
When the parts A, B and C are processed in parallel and then assembled, flows having parallel branches and
recombination are used.
1. Example of pushbutton type crosswalk
A pushbutton type crosswalk shown in the figure below can be expressed in flows having parallel branches and
recombination.
Y003: Green Y002: Yellow Y001: Red
The SFC program for a pushbutton type crosswalk is as shown below. In this example, a partial flow (jump to a state
relay located in an upper position) is repeated for blinking the green lamp on the crosswalk.
When the PLC mode is changed from STOP to RUN, the initial state relay S0 turns ON. Normally, the green lamp is
ON for the road and the red lamp is ON for the sidewalk.
When the crossing button X000 or X001 is pressed, the state relay S21 specifies “road: green” and the state relay
S30 specifies “sidewalk: red”. The signal lamp status is not changed.
Thirty seconds later, the yellow lamp turns ON for the road. Ten seconds later after that, the red lamp turns ON for
the road.
When the timer T2 (5 seconds) reaches timeout after that, the green lamp turns ON for the sidewalk.
Fifteen seconds later, the green lamp starts to blink for the sidewalk. (S32 turns OFF the green lamp, and S33 turns
ON the green lamp.)
While the green lamp is blinking, S32 and S33 turn ON and OFF repeatedly. When the counter C0 (set value: 5)
turns ON, S34 turns ON. Five seconds after the red lamp turns ON for the sidewalk, the signal lamps return to the
initial state.
Even if the crossing button X000 or X001 is pressed in the middle of operation, the pressing is ignored.