
FANUC PMC-MODEL SD7
Programming Manual
01 01.11.26
Hanaoka
New
A-78550E
EDIT DATE DESIG.
DESCRIPTION
145/
316
TITLE
DRAW.NO.
(f) Program Flow Instructions (Basic IL)
Mnemonic Description
CAL Call subroutine block.
CALC Call subroutine block if boolean accumulator is set to True.
CALCN Call subroutine block if boolean accumulator is set to False.
END Marks the absolute end of section of IL logic.
ENDMCRN Marks the end of a section of IL logic that will not be solved. The section begins
with a MCRN instruction with the same name assigned.
JMP Transfer execution to label.
JMPC Transfer execution to label if boolean accumulator is set to True.
JMPCN Transfer execution to label if boolean accumulator is set to False.
MCRN Marks the beginning of a section of IL logic that will be bypassed. The end of the
section is marked with an END_MCRN instruction assigned the same name.
RET Return from subroutine.
RETC Return from subroutine if boolean accumulator is set to True.
RETCN Return from subroutine if boolean accumulator is set to False.