Installation manual
CNC 8055
CNC 8055i
G.
SOFT: V02.2X
·669·
Summary of PLC commands
Sequence breaking action instructions
Arithmetic action instructions
= JMP L 1/256 Unconditional jump.
= RET Return or end of subroutine.
= CAL L 1/256 Call to subroutine.
= MOV Transfers the logic states of the indicated source to the indicated destination.
= NGU Complements all register bits.
= NGS Changes the sign of the Register contents.
= ADS Adds the contents of a two registers or a number and a register content.
= SBS Subtracts between the contents of two registers or between a number and a register
content.
= MLS Multiplies the contents of two registers or a number and a register content.
= DVS Divides the contents of two registers or a number and a register content.
= MDS Module between registers contents or between a number and a register content.
Origin Target Source code Destination
code
Number of bits to
transmit
MOV I 1/512
O 1/512
M 1/5957
T 1/256
C 1/256
R 1/559
#
I 1/512
O 1/512
M 1/5957
R 1/559
0 (Bin)
1 (BCD)
0 (Bin)
1 (BCD)
32
28
24
20
16
12
8
4
ADS
SBS
MLS
DVS
MDS
R1/559
#
R1/559
#
R1/559