0% found this document useful (0 votes)
14 views5 pages

ModbusTable ENG (3567)

The document outlines the communication protocol for Modicon's controller using MODBUS_RTU, detailing baud rate, data format, and supported functions for reading and writing registers. It provides specific examples of query and response formats for functions 03 (Read Holding Registers) and 06 (Preset Single Registers), along with exception responses for error handling. Additionally, it includes a glossary of register addresses, their corresponding settings, and ranges for various parameters related to temperature, humidity, and system status.

Uploaded by

Nguyen Sy Luu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views5 pages

ModbusTable ENG (3567)

The document outlines the communication protocol for Modicon's controller using MODBUS_RTU, detailing baud rate, data format, and supported functions for reading and writing registers. It provides specific examples of query and response formats for functions 03 (Read Holding Registers) and 06 (Preset Single Registers), along with exception responses for error handling. Additionally, it includes a glossary of register addresses, their corresponding settings, and ranges for various parameters related to temperature, humidity, and system status.

Uploaded by

Nguyen Sy Luu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

♦ F/W : 11111801-021-01-323

♦ Use MODBUS_RTU PROTOCOL (Communication Protocol of Modicon's Controller)


- baud : 9600, -data: 8bit, -stop bit : 1bit, - no parity
♦ 지원 Function
- 03 : Call from Address 200
- 06 : 1 byte write (data update to the address corresponding to the parameter code list)
♦ 03 Read Holding Registers
- Query (when data is requested: 8byte)
Filed Name Example (Hex)
Slave Address 0x01
Function 0x03
Starting Address Hi 0x00
Starting Address Lo 0xC8
Number of points Hi 0x00
Number of points Lo 0x40
Error check (CRC) 0xC5
Error check (CRC) 0xC4
- Response ( upon response : 133 byte )
Filed Name Example (Hex)
Slave Address 0x01
Function 0x03
Byte Count 0x80
Data Hi (Register 200) 0x00
Data Lo (Register 200) 0x01
Data Hi (Register 248) 0x00
Data Lo (Register 248) 0x01
Error check (CRC) --

♦ 06 Preset Single Registers (when data is requested: 8byte)


- Query (when data is requested: 8byte)
Filed Name Example (Hex)
Slave Address 0x01
Function 0x06
Register Address Hi 0x00
Register Address Lo 0xC8(200)
Preset Data Hi 0x00
Preset Data Lo 0x01
Error check (CRC) --
- Query (when data is requested: 8byte)
Filed Name Example (Hex)
Slave Address 0x01
Function 0x06
Register Address Hi 0x00
Register Address Lo 0xC8(200)
Preset Data Hi 0x00
Preset Data Lo 0x01
Error check (CRC) --

♦ Exception Response
Exception Code
UNIT NUMBER Function Error Check
1Byte 1Byte (03,06,16) | 0x80 1Byte (1, 2, 3) 2Byte

- In the function code to indicate an error | It gives 0x80.


Exception Code Name Description
1 lllegal Function Invalid command in Request Packet
02 Illegal Address Invalid Address in Request Packet
03 lllegal Value Invalid data value transmission from holding address
* Glossary
U stands for Unsigned and the number after it stands for bytes. For U1, the actual range uses 1 byte and only the low byte. That is, the high byte means
size
0x00 during communication.
Scale Scaling refers to the actual value. If -1, 247 indicates 24.7. +1 means 2470, and 0 means 247.

Address Name range (min) range (max) Unit Size Bit R/W Scale Explanation Note
200 Temp Setting -400 700 ℃ S2 R/W -1
201 Humidity Setting 1 999 % S2 R/W -1
Power
202 1 255 Sec U1 R/W 0
Failure Time
Stop Delay
203 1 255 Sec U1 R/W 0
Time
204 Comp Alarm Time 0 250 Sec U2 R/W 0
0: 9600
1: 19200
205 L3 BAUD 0 4 bps U2 R 0 2: 38400
3: 57600
4: 115200
206 Temperature Correction -99 99 ℃ S1 R/W -1
Humidity
207 -99 99 % S1 R/W -1
Correction
208 Current Correction -99 99 A U2 R/W -1
0: 200V
1: 380V
209 Set Voltage 0 4 V U1 R/W 0 2: 440V
3: 460V
4: 480V
210 Set Capacity 2 45 kg/h U1 R/W 0
211 Number of Drain 7 15 회 U1 R/W 0
212 Comp Delay Time 0 250 Sec U1 R/W 0 0: Disable
213 Heater Delay Time 0 250 Sec U1 R/W 0 0: Disable
214 Pump Down Time 0 250 Sec U1 R/W 0 0: Disable
0: Disable
1: Electrode
215 Type of Humidifier 0 3 U1 R/W 0
2: Heating
3: Proportion
0: Disable
216 Cooling Step 0 3 U1 R/W 0 1~2: Step
3: Proportion
0: Disable
217 Dehumidification Step 0 3 U1 R/W 0 1~2: Step
3: Proportion
0: Disable
218 Heating Step 0 6 U1 R/W 0 1~5: Step
6: Proportion
0: Disable
219 Humidification Step 0 3 U1 R/W 0 1~2: Step
3: Proportion
220 Cooling Drift 1 200 ℃ U1 R/W -1
221 Heating Drift 1 200 ℃ U1 R/W -1
222 Humidify Drift 10 200 % U1 R/W -1
223 Dehumidify Drift 10 200 % U1 R/W -1
224 Spare U1 R 0
225 Integration Time1 0 50000 Hour U2 R 0 Comp1
226 Integration Time2 0 50000 Hour U2 R 0 Comp2
227 Integration Time3 0 50000 Hour U2 R 0 Heater1
228 Integration Time4 0 50000 Hour U2 R 0 Heater2
229 Integration Time5 0 50000 Hour U2 R 0 Heater3
230 Integration Time6 0 50000 Hour U2 R 0 Heater4
231 Integration Time7 0 50000 Hour U2 R 0 Heater5
232 Integration Time8 0 50000 Hour U2 R 0 Humi1
233 Integration Time9 0 50000 Hour U2 R 0 Humi2
234 High Temp Alarm -450 999 ℃ S2 R/W -1
0: N.O
235 Halon Contact 0 1 U1 R/W 0
1: N.C
0: STOP
0 1 0 R/W Operation
1: RUN
0: OFF
0 1 1 R FAN
1: ON
0: OFF
0 1 2 R Cooling State
1: ON
0: OFF
0 1 3 R Heating State
1: ON
0: OFF
0 1 4 R Humidification State
1: ON
0: OFF
0 1 5 R Dehumidification State
1: ON

236 System Status U2 0


0: DISABLE
236 System Status 0 1 U2 6 R/W 0 Test mode
1: ENABLE
Humidification 0: DISABLE
0 1 7 R/W
test mode 1: ENABLE
0 1 8 R/W Time Setting 1: EXECUTE
0 1 9 R/W Delay Initialization 1: EXECUTE
0: NORMAL
0 1 10 R Remote stop
1: STOP
0: NORMAL
0 1 11 R Halon stop
1: STOP
0 1 12 R
0 1 13 R
0 1 14 R
0 1 15 R
0: NORMAL
0 1 0 R Heater
1: ALARM
0: NORMAL
0 1 1 R current sensor
1: ALARM
0: NORMAL
0 1 2 R Drainage
1: ALARM
0: NORMAL
0 1 3 R Overcurrent
1: ALARM
0: NORMAL
0 1 4 R Water Supply
1: ALARM
0: NORMAL
0 1 5 R Water Level Rod
237 Error Status 1 U2 0 1: ALARM
0: NORMAL
0 1 6 R lack of water
1: ALARM
0 1 7 R
0 1 8 R
0 1 9 R
0 1 10 R
0 1 11 R
0 1 12 R
0 1 13 R
0 1 14 R
0 1 15 R
0: NORMAL
0 1 0 R FAN
1: ALARM
0: NORMAL
0 1 1 R Comp1
1: ALARM
0: NORMAL
0 1 2 R Comp2
1: ALARM
0: NORMAL
0 1 3 R Temperature Sensor
1: ALARM
0: NORMAL
0 1 4 R Humidity Sensor
1: ALARM
0: NORMAL
0 1 5 R Humidifier
1: ALARM
238 Error Status 2 U2 0
0: NORMAL
0 1 6 R Water leakage
1: ALARM
0 1 7 R
0 1 8 R
0: NORMAL
0 1 9 R High Temp
1: ALARM
0 1 10 R
0 1 11 R
0 1 12 R
0 1 13 R
0 1 14 R
0 1 15 R
239 Test point U1 R 0 don't care
0: OFF
0 1 0 R/W Comp1
1: ON
0: OFF
0 1 1 R/W Comp2
1: ON
0: OFF
0 1 2 R/W Water Supply
1: ON
0: OFF
0 1 3 R/W Drain
240 Test output 1 U1 0 1: ON
0: OFF
0 1 4 R/W SV1
1: ON
0: OFF
0 1 5 R/W SV2
1: ON
0: OFF
0 1 6 R/W ALARM
1: ON
0 1 7 R
0: OFF
0 1 0 R/W FAN
1: ON

241 Test output 2 U1 0


0: OFF
0 1 1 R/W Heater1
1: ON
0: OFF
0 1 2 R/W Heater2
1: ON
0: OFF
0 1 3 R/W Heater3
1: ON
241 Test output 2 U1 0
0: OFF
0 1 4 R/W Heater4
1: ON
0: OFF
0 1 5 R/W Heater5
1: ON
0: OFF
0 1 6 R/W HH1
1: ON
0: OFF
0 1 7 R/W HH2
1: ON
242 Cool-AO 0 100 % U1 R 0
243 Heat-AO 0 100 % U1 R 0
244 Humi-AO 0 100 % U1 R 0
245 DeHumi-AO 0 100 % U1 R 0
246 Current current A U2 R -1
0 1 0 R/W Initialization 1: EXECUTE
0: OFF
0 1 1 R/W Manual water supply
1: ON
0: OFF
0 1 2 R/W Manual drain
1: ON
247 Humidifier manual operation U1 0
0 1 3 R
0 1 4 R
0 1 5 R
0 1 6 R
0 1 7 R
248 Current time (hours) 0 23 Hour U1 R 0
249 Current time (min) 0 59 Min U1 R 0
250 Current time (sec) 0 59 Sec U1 R 0
251 Current time (day) 1 31 Day U1 R 0
252 Current time (Month) 1 12 Month U1 R 0
253 Current time (year) 0 99 Year U1 R 0
0: OFF
0 1 0 R FAN
1: ON
0: OFF
0 1 1 R SV1
1: ON
0: OFF
0 1 2 R Comp1
1: ON
0: OFF
0 1 3 R SV2
1: ON
254 DO1 U1 0
0: OFF
0 1 4 R Comp2
1: ON
0: OFF
0 1 5 R RH1
1: ON
0: OFF
0 1 6 R RH2
1: ON
0: OFF
0 1 7 R RH3
1: ON
0: OFF
0 1 0 R RH4
1: ON
0: OFF
0 1 1 R RH5
1: ON
0: OFF
0 1 2 R HH1
1: ON
0: OFF
0 1 3 R HH2
255 DO2 U1 0 1: ON
0: OFF
0 1 4 R Water Supply
1: ON
0: OFF
0 1 5 R Water Drain
1: ON
0: OFF
0 1 6 R ALARM
1: ON
0 1 7 R
0: OFF
0 1 0 R FAN
1: ON
0: OFF
0 1 1 R Comp1
1: ON
0: OFF
0 1 2 R Comp2
1: ON
0: OFF
0 1 3 R RH
1: ON
256 DI1 U1 0
0: OFF
0 1 4 R HH
1: ON
0: OFF
0 1 5 R Water Leak
1: ON
0: OFF
0 1 6 R Water Level-1
1: ON
256 DI1 U1 0

0: OFF
0 1 7 R Water Level-2
1: ON
0: OFF
0 1 0 R Remote
1: ON
0: OFF
0 1 1 R Halon
1: ON
0 1 2 R
257 DI2 U1 0
0 1 3 R
0 1 4 R
0 1 5 R
0 1 6 R
0 1 7 R
258 Current temperature ℃ S2 R -1
259 Current humidity % S2 R -1
0: Remote
260 Communication 0 1 U1 R/W 0
1: PC(Modbus)
261 Equipment Number 1 99 U1 R/W 0
0: Disable
262 When cooling Humi 0 1 U1 R/W 0
1: Enable
263 Stop Temp Dehumi 0 100 ℃ U1 R/W -1 0: Disable

END 263

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy