288
6 BASIC INSTRUCTIONS
6.5 Data Conversion Instructions
Separating the specified number of bits
NDIS(P)
These instructions separate each bit of the data in the device numbers specified by (s1) onwards into bit units specified by
(s2), and store the separated data in the device number specified by (d) onwards.
■Descriptions, ranges, and data types
■Applicable devices
Ladder diagram Structured text
ENO:=NDIS(EN,s1,s2,d);
ENO:=NDISP(EN,s1,s2,d);
Operand Description Range Data type Data type (label)
(s1) Head device for storing the data to be separated 16-bit signed binary ANY16
(d) Head device for storing the separated data 16-bit signed binary ANY16
(s2) Head device for storing the separation unit 16-bit signed binary ANY16
Operand Bit Word Double word Indirect
specification
Constant Others
X, Y, M, L,
SM, F, B, SB
U\G T, ST,
C, LC
T, ST, C, D,
W, SD, SW, R
U\G Z LC LZ K, H E $
(s1)
(d)
(s2)