Pm designer operation manual – B&B Electronics WOP-2121V-N4AE - Manual User Manual
Page 435
14
PM Designer Operation Manual
14-26
CHAPTER 14 USING MACROS
JMP >=
Format
JMP(P1,P2 >= P3)
Data Type
U/S/UD/SD/F
Function
Jumps to the program point specified by label P1 when P2 is greater than or equal to P3.
P1 (CS)
The label of the program point.
P2,P3 (I/E/C/AE) The
operands.
JMP <
Format
JMP(P1,P2 < P3)
Data Type
U/S/UD/SD/F
Function
Jumps to the program point specified by label P1 when P2 is less than P3.
P1 (CS)
The label of the program point.
P2,P3 (I/E/C/AE) The
operands.
JMP <=
Format
JMP(P1,P2 <= P3)
Data Type
U/S/UD/SD/F
Function
Jumps to the program point specified by label P1 when P2 is less than or equal to P3.
P1 (CS)
The label of the program point.
P2,P3 (I/E/C/AE) The
operands.
JMP &
Format
JMP(P1,P2 & P3)
Data Type
U/UD
Function
Jumps to the program point specified by label P1 when the result of Bitwise AND between P2
and P3 is non-zero.
P1 (CS)
The label of the program point.
P2,P3 (I/E/C/AE) The
operands.
JMP !&
Format
JMP(P1,!(P2 & P3))
Data Type
U/UD
Function
Jumps to the program point specified by label P1 when the result of Bitwise AND between P2
and P3 is zero.
P1 (CS)
The label of the program point.
P2,P3 (I/E/C/AE) The
operands.
JMP
Format
JMP(P1,P2)
Data Type
B
Function
Jumps to the program point specified by label P1 if the condition P2 is true (1/On).
P1 (CS)
The label of the program point.
P2,P3 (I/E/CE) The
operands.