Axpert-Eazy AC Variable Frequency Drive
6-121
6
Note: OPCODE no. 032 to 034 Reserved.
32. CMP_GT (OPCODE
035)
This command is used for compare application.
Example,
CMP_GT Fn Rn Rm
Where,
Rn and Rm = Register Number (0 to 114)
Fn = Flag number (0 to 99)
It will compare Rn and Rm, and if Rn is greater than Rm then it will set Fn (bit status) to 1.
33. CMP_LT (OPCODE
036)
This command is used for compare application.
Example,
CMP_LT Fn Rn Rm
Where,
Rn and Rm = Register Number (0 to 114)
Fn = Flag number (0 to 99)
It will compare Rn and Rm, and if Rn is less than Rm then it will set Fn (bit status) to 1.
34. CMP_GE (OPCODE
037)
This command is used for compare application.
Example,
CMP_GE Fn Rn Rm
Where,
Rn and Rm = Register Number (0 to 114)
Fn = Flag number (0 to 99)
It will compare Rn and Rm, and if Rn is greater than and equal to Rm then it will set Fn (bit
status) to 1.
35. CMP_LE (OPCODE
038)
This command is used for compare application.
Example,
CMP_LE Fn Rn Rm
Where,
Rn and Rm = Register Number (0 to 114)
Fn = Flag number (0 to 99)
It will compare Rn and Rm, and if Rn is less than and equal to Rm then it will set Fn (bit
status) to 1.
36. CMP_EQ (OPCODE
039)
This command is used for compare application.
Example,
CMP_EQ Fn Rn Rm
Where,
Rn and Rm = Register Number (0 to 114)
Fn = Flag number (0 to 99)
It will compare Rn and Rm, and if Rn is equal to Rm then it will set Fn (bit status) to 1.
37. CMP_NE (OPCODE
040)
This command is used for compare application.
Example,
CMP_NE Fn Rn Rm
Where,