Axpert-Eazy AC Variable Frequency Drive
6-117
6
6. REGINC (OPCODE
006)
This command is used to increment the value of selected register by one.
Example,
REGINC Rn
Where,
Rn = Register Number (0 to 85)
7. COPY_REG (OPCODE
007)
This command is used to copy the content of one register (Rm) to another register (Rn).
Example,
COPY_REG Rn Rm
Where,
Rn = Register Number (0 to 85)
Rm = Register Number (0 to 114)
8. COPY_FLG (OPCODE
008)
This command is used to copy the bit status of one Flag (Fm) to another Flag (Fn).
Example,
COPY_ FLG Fn Fm
Where,
Fn and Fm = Flag Number (0 to 99)
9. SET_FLG (OPCODE
009)
This command is used to set the bit status of selected Flag (Fn).
Example,
SET_FLG Fn
Where,
Fn = Flag Number (0 to 99)
10. CLEAR_FLG (OPCODE
010)
This command is used to clear the bit status of selected Flag (Fn).
Example,
CLEAR_FLG_FLG Fn
Where,
Fn = Flag Number (0 to 99)
11. ADI (OPCODE
011)
This command is used for summation of immediate signed 16-bit value and Register.
Example,
ADI Rn 32000
Where,
Rn = Register Number (0 to 85)
Result will be stored in Rn. (Rn = Rn + 32000).
12. ADD (OPCODE
012)
This command is used for 16-bit summation operation of two registers.
Example,
ADD Rn Rn1 Rn2
Where,
Rn = Register Number (0 to 85)
Rn1, Rn2 = Register Number (0 to 114)
Result will be stored in Rn. (Rn = Rn1 + Rn2)