·400·
Programming manual
CNC 8055
CNC 8055i
14.
PROGRAM CONTROL INSTRUCTIONS
·M· & ·EN· MODELS
SOFT: V02.2X
Flow control instructions
Both <action1> and <action2> can be expressions or instructions, except for mnemonics IF and
SUB.
Due to the fact that in a high level block local parameters can be named by means of letters,
expressions of this type can be obtained:
(IF (E EQ 10) M10)
If the condition of parameter P5 (E) having a value of 10 is met, the miscellaneous function M10
will not be executed, since a high level block cannot have ISO code commands. In this case M10
represents the assignment of value 10 to parameter P12, i.e., one can program either:
(IF (E EQ 10) M10) ó (IF (P5 EQ 10) P12=10)