E6581288①
− 21 −
5.1. Example of the inverter status reading
The following explains a program to read the inverter status from master unit buffer
memory.
The following program reads the inverter status of station 2 to M0 – M7 register.
b15
b8
b7
b0
D0
[RX2F to RX28]
[Inverter Status]
Note *: 0 or 1 because of reserved bits.
Forward running
Inverter Status
Example: The above indicates
forward running.
X0000
X000F X0001
[ FROM H0000 H00E2 D0 K1 ]
[ MOV D0 K2M0 ]
Reads the remote input data buffer
memory to D0.
Stores b0 – b7 (status) in D0 to
M0 – M11.
Address of master
unit buffer memory
RX0
〜
RXF
RX10
〜
RX1F
RX20 〜 RX2F
RX30 〜 RX3F
RX7E0
〜
RX7EF
RX7F0
〜
RX7FF
E0H
E1H
E2H
E3H
15EH
15FH
Remote Input
Station 1
Station 2
Station 64
FROM
instruction
0
0
0
0
*
0
0
0
0
0
0
0
0
0
0
1
Inverter Status
M0 : Forward running
M1 : Reverse running
M2 : Output terminal function selection 1
M3 : Output terminal function selection 2
M4 : Output terminal function selection 3
M5 : Output terminal function selection 4
M6 : Output terminal function selection 5
M7 : Output terminal function selection 6
MOV instruction
M7 M6
M5 M4
M3 M2
M1 M0
0
0
0
0
0
0
0
1