DL-1xxS-WF Series User’s Manual
DL-1xxS-WF Series
User’s Manual (Rev1.0,May/2022) ------------- 25
4.4
DL-1xxS-WF Address Mapping (PLC Address Base = 1)
Address
CH
Descriptions
Range
Access Type
00001
1
DO0 output status
0=OFF, 1=ON
R
00002
2
DO1 output status
0=OFF, 1=ON
R
Table 4-6: FC01 Read DO address (0xxxx)
Address CH/Length
Descriptions
Range/Value
Access Type
40001
1
Read Temperature
℃
offset
Int16
R
40002
2
Read Relative Humidity %RH offset
Int16
R
40003
3
Read Illumination Lux offset
Int16
R
40011
Always 1
Read Modbus Idle Timeout value
Unsigned Int16
R
Table 4-7: FC03 Read multiple AO address (4xxxx)
Note: Offset value will multiply by 0.1
E.g. Read value = 10, the offset will be 10 * 0.1 = 1.0
Address
CH
Descriptions
Range/Value
Access Type
30001
1
Read Temperature ℃ value
Int16
R
30002
2
Read Temperature ℉ value
Int16
R
30003
3
Read Relative Humidity %RH value
Int16
R
30004
4
Read Dew Point ℃ value
Int16
R
30005
5
Read Illumination Lux Hi word value
Int16
R
30006
6
Read Illumination Lux Lo word value
Int16
R
Table 4-8: FC04 Read multiple AI address (3xxxx)
Note: Value will multiply by 0.1
E.g. Read value = 198, the real value will be 198 * 0.1 = 19.8
Illumination Lux = ((Hi word * 65536) + Lo word) * 0.1