8 -11
8.4
Notes for Writing a Step Ladder Diagram
【
Notes
】
●
In actual applications, the ladder diagram can be used together with the step ladder.
●
There are 8 steps, S0
~
S7, that can be used as the starting point and are called the “initial steps”.
●
When PLC starts operating, it is necessary to activate the initial step. The M1924 (the first scan ON signal) provided
by the system may be used to activate the initial step.
●
Except the initial step, the start of any other steps must be driven by other step.
●
It is necessary to have an initial step and the final STPEND instruction in a step ladder diagram to complete a step
process program.
●
There are 980 steps, S20
~
S999, available that can be used freely. However, used numbers cannot be repeated.
S500
~
S999 are retentive(The range can be modified by users), can be used if it is required to continue the machine
process after power is off.
●
Basically a step must consists of three parts which are control output, transition conditions and transition targets.
●
MC and SKP instructions cannot be used in a step program and the sub-programs. It’s recommended that JMP
instruction should be avoided as much as possible.
●
If the output point is required to stay ON after the step is divergent to other step, it is necessary to use the SET
instruction to control the output point and use RST instruction to clear the output point to OFF.
●
Looking down from an initial step, the maximum number of horizontal paths is 16. However, a step is only allowed to
have up to 8 branch paths.
●
When M1918=0
(
default
)
, if a PULSE type function instruction is used in master control loop (FUN 0) or a step
program, it is necessary to connect a TU instruction before the function instruction. For example,
C0
PV :
5
STP S20
S20
When M1918=1, the TU instruction is not required, e.g.:
PV :
5
C0
STP S20
Содержание FBs-CBE
Страница 78: ...MEMO ...
Страница 111: ...4 6 X0 X1 Node A Y0 Y1 Node B differential down Incerse differential up t Scan time Inverse t t ...
Страница 141: ...Basic Function Instruction 6 16 FUN 2 SKP SKIP START FUN 2 SKP Y2 Y1 Y0 T201 10S X0 X1 X2 0 10 0 ...
Страница 305: ...MEMO ...
Страница 348: ...MEMO ...