193
Byte5 inputs status2 (or 0)
Byte6 inputs status3 (or 0)
Byte7 inputs status4 (or 0)
Byte8~32 0
The digital inputs in the response message are packed as one input per bit of
the data eld. Status is indicated as 1=ON; 0=OFF. The LSB of the rst data byte
contains the input addressed in the query. The other inputs follow toward the
high order end of this byte, and from low order to high order in subsequent
bytes.
Example: reading 4 DI statuses (starting address is 0000H). Use 6 channels.
Table 5-25
Query
Byte1 Byte2 Byte3 Byte4 Byte5 Byte6 Byte7~32
06H 02H 00H 00H 00H 04H 00H
Response
Byte1 Byte2 Byte3 Byte4 Byte5~32
06H 02H 01H 06H 00H
DI status
7 6 5 4 3 2 1 0
0 0 0 0 0 1 1 0
MSB LSB
( DI1 = OFF, DI2=ON, DI3 = ON , DI4 = OFF )