- 117 -
No.JXC#-OMX0009-A
23.3 Installation
1 byte data
Please treat 1 byte data of the alarm as follows.
When Alarm 1 and Alarm 2 are displayed in
RWwn+7.
(Full numerical data instructions, 4 Stations occupied)
Alarm 1 and Alarm 2 are expressed by the decimal number. Display form of the value of RWrn+7
is different according to the setting of PLC. So please convert it into the decimal number to read.
RWrn+7 Alarm 2 Alarm 1
0 to 255
0 to 255
Fbit 8bit 7bit 0bit
1 word data
Please treat 1 word data of Speed, Acceleration, and Deceleration etc. as follows.
When input 100mm/s into Speed (RWwn+2). (Full numerical data instructions, 4 Stations occupied)
100mm/s becomes 0064h by the hexadecimal number.
Please do as follows when input ” 00 64 h” into the register.
RWwn+2
00
h
64
h
Fbit 8bit 7bit 0bit
2 word data
Please treat 2 word data of Position etc. as follows.
1) When input 700.00mm into Position (RWwn+3, 4).
(Full numerical data instructions, 4 Stations
occupied)
The position is data of the 0.01mm unit.
700.00mm is shown by 70000 and it becomes 00011170h in the hexadecimal number.
Please do as follows when input 00 01 11 70 h into the register.
RWwn+3
11
h
70
h
Fbit 8bit 7bit 0bit
RWwn+4
00
h
01
h
Fbit 8bit 7bit 0bit
2
)
When input -700.00mm into Position (RWwn+3, 4). (Full numerical data instructions, 4 Stations
occupied)
The position is data of the 0.01mm unit. The value of minus sign uses the 2's complement expression.
-700.00mm is shown by -70000 and it becomes FFFEEE90h in the hexadecimal number.
Please do as follows when input FF FE EE 90 h into the register.
RWwn+3
EE
h
90
h
Fbit 8bit 7bit 0bit
RWwn+4
FF
h
FE
h
Fbit 8bit 7bit 0bit