■
Step ladder instructions
Name
Mnemon
ic
Symbol Function overview
Page
Start Step SSTP
Header for program "n" which is managed as a
process.
"P.3-95"
Next Step NSTL
Starts the specified process "n" and clears
other running processes. (Every scan execution
type)
"P.3-95"
Clear Step CSTP Clears running process "n". "P.3-95"
Step End STPE End of step ladder area. "P.3-95"
Block Clear ZRST Clears running processes [D1] to [D2]. "P.3-105"
■
Subroutine instructions
Name
Mnemon
ic
Symbol Function overview
Page
Subroutine
Label
SBL
When CALL/FCALL/ECALL/EFCALL instruction
is executed, it jumps to subroutines with the
same label number and executes the
subroutines. Use RET instruction to return to
the address of the main program and execute
the program.
"P.3-109"
Subroutine
Return
RET "P.3-109"
Local
Subroutine
Call
CALL
When the trigger (execution condition) is ON:
subroutine is executed.
When the trigger (execution condition) is OFF:
subroutine is not executed.
Holds the output from within subroutines.
"P.3-111"
Output OFF
Type Local
Subroutine
Call
FCALL
When the trigger (execution condition) is ON:
subroutine is executed.
When the trigger (execution condition) is OFF:
subroutine is not executed.
However, the output from within subroutines is
cleared.
"P.3-111"
Subroutine
Call (with PB
number
Specification)
ECALL
For subroutines in the PBn program block:
When the trigger (execution condition) is ON:
jumps to subroutine.
When the trigger (execution condition) is OFF:
subroutine is not executed.
"P.3-113"
Output OFF
Type
Subroutine
Call
(with PB
number
specification)
EFCALL
For subroutines in the PBn program block:
When the trigger (execution condition) is ON:
jumps to subroutine.
When the trigger (execution condition) is OFF:
subroutine is not executed.
However, the output from within subroutines is
cleared.
"P.3-115"
1.1 List of Basic Instructions
WUME-FP7CPUPGR-12 1-5