14-40
Name Boolean Symbol Description Steps
Subroutine instructions
Subroutine
call
CALL Executes the specified subroutine. When returning to the
main program, outputs in the subroutine program are
maintained.
2 (3)
Note1)
Output off
type subrou-
tine call
FCAL Executes the specified subroutine. When returning to the
main program, all outputs in the subroutine program are
set to off.
4 (5)
Note1)
Subroutine
entry
SUB Indicates the start of the subroutine program “n”. 1
Subroutine
return
RET Ends the subroutine program. 1
Interrupt instructions
Interrupt
INT Indicates the start of the interrupt program “n”. 1
Interrupt
return
IRET Ends the interrupt program. 1
Interrupt
control
ICTL Select interrupt enable/disable or clear in “S1” and “S2”
and execute.
5
Note1) In the FP2/FP2SH/FP10SH, when the number “n” of a subroutine program has an index modifier,
the number of steps is the number in paretheses.