TMR
Timer drive
END
Operate output/input and return to step 0
GROUP
Block folding start
GROUPE
Block folding end
3-2-2. Application instructions
Type
Instruction
Function
Process
CJ
Condition jump
CALL
Call the subprogram
SRET
Subprogram return
STL
Process start
STLE
Process end
SET
Open assigned process, close current process
ST
Open assigned process, not close current process
FOR
Cycle start
NEXT
Cycle end
FEND
Main program end
Data
comparison
LD=
Initial logic ON when (S1)=(S2)
LD>
Initial logic ON when (S1)>(S2)
LD<
Initial logic ON when (S1)<(S2)
LD<>
Initial logic ON when (S1)≠(S2)
LD>=
Initial logic ON when (S1)≥(S2)
LD<=
Initial logic ON when (S1)≤(S2)
AND=
Serial connection ON when (S1)=(S2)