- 50 -
Chapter 2. MC Programming
Example of comparative macro functions
IF L1 .EQ 1000 LB0
…
LABL LB0
…
If a L1 variable value as a comparative macro function is‘1000’, then branch the
execution to a LB0 declared label, and otherwise, execute the next command.
Example of a comparative macro function using indirect designation
L1 = 100
IF LL1 .EQ 1000 LB0
…
LABL LB0
…
If a L100 variable value as a comparative macro function using indirect designation
is‘1000’, then branch the execution into a LB0 declared label, and otherwise, execute the
next command.
Summary of Contents for MCU 2 Axis
Page 1: ...User s Manual 2 AXES...