8MA10081_EW48_Modbus_EN_0410
8MA10081_EW48_Modbus_EN_0410
Modbus Manual
<IMG INFO>
198,45
EN
SUMMARY
1 Modbus Functions and resources...................................................................................................................... 3
1.1 Data format (RTU) ........................................................................................................................................................................... 3
1.2 Network.............................................................................................................................................................................................. 3
1.3 Modbus functions available and data area ............................................................................................................................... 4
1.4 Address configuration..................................................................................................................................................................... 4
1.5 Table of addresses ........................................................................................................................................................................... 4
1.5.1 Description of parameters............................................................................................................................................................................................................... 4
1.5.2 Table of parameters .......................................................................................................................................................................................................................... 5
1.5.3 Client Table........................................................................................................................................................................................................................................ 16
2 Analytic Index ........................................................................................................................................................ 18
1 MODBUS FUNCTIONS AND RESOURCES
Modbus is a client/server communication protocol for communication between network connected devices.
Modbus devices communicate using a master-slave technique in which only one device (the master) can send queries. The
other network devices (slaves) respond by supplying the data requested by the master or by taking the action requested in
the query. A slave is any device connected to the network which processes information and sends its output to the master
using the Modbus protocol.
Masters can address individual slaves or send broadcast messages to the entire network whereas slaves only return a
response to queries addressed to them individually from masters.
The Modbus standard used by Eliwell uses the RTU protocol for data transmission.
1.2 Network
Diagram of
Modbus
connection to
multi-unit
EW 4800 Modbus
3/18
1.3 Modbus functions available and data area
Address 0 is used for broadcast queries that are recognized by all the slaves. Slaves do not respond to broadcast queries.
The address tables contain the necessary read, write and decode information for each single resource accessible in the
device.
There are two tables:
- the parameter table contains all the device configuration parameters stored in the non-volatile memory of the
device.
- the client table includes all the I/O and alarm status resources available in the volatile memory of the device.
Description of columns:
INDEX For the parameter table this value represents the order in which the parameter is displayed in the device menu. For the
client table this value is not significant.
FOLDER This indicates the folder in which the parameter can be seen. the meanings of the values depend on the model:
Value
0Parametro non visibile
0 Parameter not visible
1 Parameter visible at level 1 of menu,
You can access the parameters
in this level once you have typed
Password 1 into the device
EW 4800 Modbus
4/18
2 Parameter visible at level 2 of menu,
You can access the parameters
in this level once you have typed
Password 2 into the device
3 Parameter visible at both menu
levels
LABEL Indicates the label used to display the parameters in the device menu.
ADDRESS The whole part represents the MODBUS register address containing the value of the resource to read or write in the
instrument. The value after the comma indicates the position of the most significant bit of the data in the register; if it is
not stated, it equals zero. This information is always provided when the register contains more than one data element and
it is important to understand which bits actually represent the data element (the size of the data indicated in the DATA
SIZE column is also considered). Since Modbus registers are the size of one WORD (16 bits), the index after the comma can
vary from 0 (least significant bit –LSb–) to 15 (most significant bit –MSb–).
Examples (in binary representation the least significant bit is the rightmost bit)
Please note: when the register contains more than one data element, proceed as follows for the write operation:
read the current value of the register
modify the bits that represent the relevant resource
write the register
WORD = 16 bits
Byte = 8 bits
“n” bit = 0...15 bits depending on “n”
CPL When “Y” is indicated, the value read by the register requires conversion because the value represents a number with a
sign. In other instances, the value is always positive or null.
For the conversion, see below:
if the value of the register is between 0 and 32767, the result is the value itself (zero and positive values)
if the value of the register is between 32768 and 65535, the result is the value of the register - 65536 (negative
values)
RANGE This describes the range of values permitted for the parameter. It can be correlated with other device parameters
(indicated with parameter label).
DEFAULT Indicates the factory set value for the standard model of the device.
EXP This is the multiplier index that must be applied to convert the value read by the register to the values indicated in the
RANGE and DEFAULT column in order to convert them into the final values based on the unit of measurement indicated in
the M.U column.
The multiplier is calculated using the exponential function with base 10 and the exponent indicated in the EXP column.
When not indicated, its value is 0. Valid values are as below:
Value Corresponding multiplier
-2 = 10-2 ( 0,01 )
-1 = 10-1 ( 0,1 )
0 = 100 ( 1 )
1 = 101 ( 10 )
2 = 102 ( 100 )
M.U. Unit of measurement of values when converted according to the rules indicated in columns CPL and EXP.
EW 4800 Modbus
5/18
FOLDER DATA
INDEX LABEL ADDRESS R/W DESCRIPTION CPL RANGE DEFAULT EXP M.U.
EW4820 EW4821 EW4822 SIZE
1 0 0 0 SP1 16392 RW Regulation set point 1 WORD Y LS1 ... HS1 0 -1 °C/°F
2 2 2 2 OS1 16394 RW Offset on set point 1 WORD Y -300 ... 300 0 -1 °C/°F
3 3 3 3 db1 16396 RW Tripping band above set point 1 WORD 0 ... 300 10 -1 °C/°F
4 3 3 3 dF1 16398 RW Differential of set point 1 WORD Y -300 ... 300 -1 -1 °C/°F
5 3 3 3 HS1 16400 RW Maximum value settable for set point 1 WORD Y LS1 ... HdL 80 -1 °C/°F
6 3 3 3 LS1 16402 RW Minimum value settable for set point 1 WORD Y LdL ... HS1 -2 -1 °C/°F
7 3 3 3 HA1 16404 RW Max. alarm regulator 1 WORD Y LA1 ... 29100 29 -1 °C/°F
8 3 3 3 LA1 16406 RW Min. alarm regulator 1 WORD Y -3280 ... HA1 -3 -1 °C/°F
9 2 2 2 dn1 49316 RW Start-up delay of regulator 1 BYTE 0 ... 255 0 secs
10 2 2 2 do1 49317 RW Shutdown delay of regulator 1 BYTE 0 ... 255 0 min
Delay between two consecutive starts of
11 2 2 2 di1 49318 RW BYTE 0 ... 255 0 min
regulator 1
Start-up delay after the shutdown of
12 2 2 2 dE1 49319 RW BYTE 0 ... 255 0 secs
regulator 1
13 2 2 2 On1 49320 RW ON time of regulator 1 due faulty probe BYTE 0 ... 255 0 min
14 2 2 2 OF1 49321 RW OFF time of regulator 1 due faulty probe BYTE 0 ... 255 1 min
15 0 0 0 SP2 16408 RW Regulation set point 2 WORD Y LS2 ... HS2 0 -1 °C/°F
16 2 2 2 OS2 16410 RW Offset on set point 2 WORD Y -300 ... 300 0 -1 °C/°F
17 3 3 3 db2 16412 RW Tripping band above set point 2 WORD 0 ... 300 10 -1 °C/°F
18 3 3 3 dF2 16414 RW Differential of set point 2 WORD Y -300 ... 300 -1 -1 °C/°F
19 3 3 3 HS2 16416 RW Maximum value settable for set point 2 WORD Y LS2 ... HdL 80 -1 °C/°F
20 3 3 3 LS2 16418 RW Minimum value settable for set point 2 WORD Y LdL ... HS2 -2 -1 °C/°F
21 3 3 3 HA2 16420 RW Max. alarm regulator 2 WORD Y LA2 ... 29100 29 -1 °C/°F
22 3 3 3 LA2 16422 RW Min. alarm regulator 2 WORD Y -3280 ... HA2 -3 -1 °C/°F
23 2 2 2 dn2 49323 RW Start-up delay of regulator 2 BYTE 0 ... 255 0 secs
24 2 2 2 do2 49324 RW Shutdown delay of regulator 2 BYTE 0 ... 255 0 min
Delay between two consecutive starts of
25 2 2 2 di2 49325 RW BYTE 0 ... 255 0 min
regulator 2
Start-up delay after the shutdown of
26 2 2 2 dE2 49326 RW BYTE 0 ... 255 0 secs
regulator 2
27 2 2 2 On2 49327 RW ON time of regulator 2 due faulty probe BYTE 0 ... 255 0 min
28 2 2 2 OF2 49328 RW OFF time of regulator 2 due faulty probe BYTE 0 ... 255 1 min
29* 2 2 2 run 49364 RW Select PID automatic or manual mode BYTE 0 ... 1 1 flag
30* 2 2 2 dut 16442 RW PID duty cycle in manual mode WORD Y -1000 ... 1000 0 -1 num
31** 3 3 3 bPH 16714 RW PID proportional band H WORD 1 ... 9999 50 -1 °C/°F
EW 4800 Modbus
6/18
FOLDER DATA
INDEX LABEL ADDRESS R/W DESCRIPTION CPL RANGE DEFAULT EXP M.U.
EW4820 EW4821 EW4822 SIZE
32** 3 3 3 tiH 16716 RW PID integral time H WORD 0 ... 9999 60 secs
33** 3 3 3 tdH 16718 RW PID derivative time H WORD 0 ... 9999 15 secs
34** 2 2 2 biAH 16722 RW PID static polarization H WORD Y -1000 ... 1000 0 -1 num
35** 3 3 3 ttH 16720 RW Integral time for PID windup anti-reset H WORD 0 ... 9999 30 secs
38** 2 2 2 cH 49548 RW Derivative PID weighting set point H BYTE 0 ... 100 0 num
39** 2 2 2 SLOH 16710 RW Minimum saturation of PID output H WORD 0 ... P40 0 -1 num
40** 2 2 2 SHIH 16712 RW Maximum saturation of PID output H WORD SLOH ... 1000 10 -1 num
41** 3 3 3 PEdH 16724 RW Partial period with PID duty cycle H WORD 20 ... 1310 20 sec
43*** 3 3 3 bPC 16732 RW PID proportional band C WORD 1 ... 9999 50 -1 °C/°F
44*** 3 3 3 tiC 16734 RW PID integral time C WORD 0 ... 9999 60 secs
45*** 3 3 3 tdC 16736 RW PID derivative time C WORD 0 ... 9999 15 secs
46*** 2 2 2 biAC 16740 RW PID static polarization C WORD Y -1000 ... 1000 0 -1 num
47*** 3 3 3 ttC 16738 RW Integral time for PID windup anti-reset C WORD 0 ... 9999 30 secs
50*** 2 2 2 cC 49551 RW Derivative PID weighting set point C BYTE 0 ... 100 0 num
51*** 2 2 2 SLOC 16728 RW Minimum saturation of PID output C WORD 0 ... SHIC 0 -1 num
52*** 2 2 2 SHIC 16730 RW Maximum saturation of PID output C WORD SLOC ... 1000 10 -1 num
53*** 3 3 3 PEdC 16742 RW Partial period with PID duty cycle C WORD 20 ... 1310 20 secs
Select auto-tuning for hot/cold adjustment
55* 3 3 3 tun 49366 RW BYTE 0 ... 1 0 flag
(parameter visible ONLY IF H01=7)
EW 4800 Modbus
7/18
FOLDER DATA
INDEX LABEL ADDRESS R/W DESCRIPTION CPL RANGE DEFAULT EXP M.U.
EW4820 EW4821 EW4822 SIZE
76*** 2 2 2 biAtC 16764 RW Relay polarization in auto-tuning mode C WORD Y -1000 ... 0 -5 -1 num
77*** 2 2 2 APrC 16766 RW Relay amplitude in auto-tuning mode C WORD 0 ... 1000 50 -1 num
78*** 2 2 2 AHrC 16768 RW Relay hysteresis in auto-tuning mode C WORD 0 ... 1000 3 -1 °C/°F
84 0 3 3 AOL 49469 RW Analog output configuration BYTE 0 ... 4 0 num
85 0 3 3 AOF 49470 RW Operation mode of analogue output BYTE 0 ... 4 1 num
Operation mode of analogue output with
86 0 3 3 AOS 49471 RW BYTE 0 ... 1 1 flag
probe error
87 0 3 3 LAO 16542 RW Lower limit of analogue output WORD Y LdL ... HdL 0 -1 num
88 0 3 3 HAO 16544 RW Upper limit of analogue output WORD Y LdL ... HdL 10 -1 num
Enabling delay in hours for step 0 of
89 2 2 2 del01_h 49215 RW BYTE 0 ... 99 0 hours
program 1
Enabling delay in minutes for step 0 of
90 2 2 2 del01_m 49214 RW BYTE 0 ... 59 0 min
program 1
91 2 2 2 dur01_h 49247 RW Duration in hours for step 0 of program 1 BYTE 0 ... 99 0 hours
92 2 2 2 dur01_m 49246 RW Duration in minutes for step 0 of program 1 BYTE 0 ... 59 59 min
Duration of step 0 counted from start or set
93 2 2 2 start01 49373 RW BYTE 0 ... 1 0 flag
point reached by program 1
94 2 2 2 set01 16510 RW Set point for step 0 of program 1 WORD Y -3280 ... 29100 0 -1 °C/°F
95 2 2 2 reg01 49389 RW Regulator active for step 0 of program 1 BYTE 0 ... 6 0 num
96 2 2 2 soft01 49405 RW Enable soft start for step 0 of program 1 BYTE 0 ... 1 0 flag
Enable auxiliary output for step 0 of
97 2 2 2 rele01 49421 RW BYTE 0 ... 1 0 flag
program 1
98 2 2 2 fine01 49437 RW End step 0 of program 1 BYTE 1 ... 7 2 num
Number of partial cycle to run for step 0 of
99 2 2 2 step01 49453 RW BYTE 0 ... 7 0 num
program 1
Enabling delay in hours for step 1 of
100 2 2 2 del11_h 49217 RW BYTE 0 ... 99 0 hours
program 1
Enabling delay in minutes for step 1 of
101 2 2 2 del11_m 49216 RW BYTE 0 ... 59 0 min
program 1
102 2 2 2 dur11_h 49249 RW Duration in hours for step 1 of program 1 BYTE 0 ... 99 0 hours
103 2 2 2 dur11_m 49248 RW Duration in minutes for step 1 of program 1 BYTE 0 ... 59 59 min
Duration of step 1 counted from start or set
104 2 2 2 start11 49374 RW BYTE 0 ... 1 0 flag
point reached by program 1
105 2 2 2 set11 16512 RW Set point for step 1 of program 1 WORD Y -3280 ... 29100 0 -1 °C/°F
106 2 2 2 reg11 49390 RW Regulator active for step 1 of program 1 BYTE 0 ... 6 0 num
107 2 2 2 soft11 49406 RW Enable soft start for step 1 of program 1 BYTE 0 ... 1 0 flag
Enable auxiliary output for step 1 of
108 2 2 2 rele11 49422 RW BYTE 0 ... 1 0 flag
program 1
EW 4800 Modbus
8/18
FOLDER DATA
INDEX LABEL ADDRESS R/W DESCRIPTION CPL RANGE DEFAULT EXP M.U.
EW4820 EW4821 EW4822 SIZE
109 2 2 2 fine11 49438 RW End step 1 of program 1 BYTE 1 ... 7 2 num
Number of partial cycle to run for step 1 of
110 2 2 2 step11 49454 RW BYTE 0 ... 7 0 num
program 1
Enabling delay in hours for step 2 of
111 2 2 2 del21_h 49219 RW BYTE 0 ... 99 0 hours
program 1
Enabling delay in minutes for step 2 of
112 2 2 2 del21_m 49218 RW BYTE 0 ... 59 0 min
program 1
113 2 2 2 dur21_h 49251 RW Duration in hours for step 2 of program 1 BYTE 0 ... 99 0 hours
114 2 2 2 dur21_m 49250 RW Duration in minutes for step 2 of program 1 BYTE 0 ... 59 59 min
Duration of step 2 counted from start or set
115 2 2 2 start21 49375 RW BYTE 0 ... 1 0 flag
point reached by program 1
116 2 2 2 set21 16514 RW Set point for step 2 of program 1 WORD Y -3280 ... 29100 0 -1 °C/°F
117 2 2 2 reg21 49391 RW Regulator active for step 2 of program 1 BYTE 0 ... 6 0 num
118 2 2 2 soft21 49407 RW Enable soft start for step 2 of program 1 BYTE 0 ... 1 0 flag
Enable auxiliary output for step 2 of
119 2 2 2 rele21 49423 RW BYTE 0 ... 1 0 flag
program 1
120 2 2 2 fine21 49439 RW End step 2 of program 1 BYTE 1 ... 7 2 num
Number of partial cycle to run for step 2 of
121 2 2 2 step21 49455 RW BYTE 0 ... 7 0 num
program 1
Enabling delay in hours for step 3 of
122 2 2 2 del31_h 49221 RW BYTE 0 ... 99 0 hours
program 1
Enabling delay in minutes for step 3 of
123 2 2 2 del31_m 49220 RW BYTE 0 ... 59 0 min
program 1
124 2 2 2 dur31_h 49253 RW Duration in hours for step 3 of program 1 BYTE 0 ... 99 0 hours
125 2 2 2 dur31_m 49252 RW Duration in minutes for step 3 of program 1 BYTE 0 ... 59 59 Min
Duration of step 3 counted from start or set
126 2 2 2 start31 49376 RW BYTE 0 ... 1 0 Flag
point reached by program 1
127 2 2 2 set31 16516 RW Set point for step 3 of program 1 WORD Y -3280 ... 29100 0 -1 °C/°F
128 2 2 2 reg31 49392 RW Regulator active for step 3 of program 1 BYTE 0 ... 6 0 num
129 2 2 2 soft31 49408 RW Enable soft start for step 3 of program 1 BYTE 0 ... 1 0 flag
Enable auxiliary output for step 3 of
130 2 2 2 rele31 49424 RW BYTE 0 ... 1 0 flag
program 1
131 2 2 2 fine31 49440 RW End step 3 of program 1 BYTE 1 ... 7 2 num
Number of partial cycle to run for step 3 of
132 2 2 2 step31 49456 RW BYTE 0 ... 7 0 num
program 1
Enabling delay in hours for step 4 of
133 2 2 2 del41_h 49223 RW BYTE 0 ... 99 0 hours
program 1
Enabling delay in minutes for step 4 of
134 2 2 2 del41_m 49222 RW BYTE 0 ... 59 0 min
program 1
135 2 2 2 dur41_h 49255 RW Duration in hours for step 4 of program 1 BYTE 0 ... 99 0 hours
EW 4800 Modbus
9/18
FOLDER DATA
INDEX LABEL ADDRESS R/W DESCRIPTION CPL RANGE DEFAULT EXP M.U.
EW4820 EW4821 EW4822 SIZE
136 2 2 2 dur41_m 49254 RW Duration in minutes for step 4 of program 1 BYTE 0 ... 59 59 min
Duration of step 4 counted from start or set
137 2 2 2 start41 49377 RW BYTE 0 ... 1 0 flag
point reached by program 1
138 2 2 2 set41 16518 RW Set point for step 4 of program 1 WORD Y -3280 ... 29100 0 -1 °C/°F
139 2 2 2 reg41 49393 RW Regulator active for step 4 of program 1 BYTE 0 ... 6 0 num
140 2 2 2 soft41 49409 RW Enable soft start for step 4 of program 1 BYTE 0 ... 1 0 flag
Enable auxiliary output for step 4 of
141 2 2 2 rele41 49425 RW BYTE 0 ... 1 0 flag
program 1
142 2 2 2 fine41 49441 RW End step 4 of program 1 BYTE 1 ... 7 2 num
Number of partial cycle to run for step 4 of
143 2 2 2 step41 49457 RW BYTE 0 ... 7 0 num
program 1
Enabling delay in hours for step 5 of
144 2 2 2 del51_h 49225 RW BYTE 0 ... 99 0 hours
program 1
Enabling delay in minutes for step 5 of
145 2 2 2 del51_m 49224 RW BYTE 0 ... 59 0 min
program 1
146 2 2 2 dur51_h 49257 RW Duration in hours for step 5 of program 1 BYTE 0 ... 99 0 hours
147 2 2 2 dur51_m 49256 RW Duration in minutes for step 5 of program 1 BYTE 0 ... 59 59 min
Duration of step 5 counted from start or set
148 2 2 2 start51 49378 RW BYTE 0 ... 1 0 flag
point reached by program 1
149 2 2 2 set51 16520 RW Set point for step 5 of program 1 WORD Y -3280 ... 29100 0 -1 °C/°F
150 2 2 2 reg51 49394 RW Regulator active for step 5 of program 1 BYTE 0 ... 6 0 num
151 2 2 2 soft51 49410 RW Enable soft start for step 5 of program 1 BYTE 0 ... 1 0 flag
Enable auxiliary output for step 5 of
152 2 2 2 rele51 49426 RW BYTE 0 ... 1 0 flag
program 1
153 2 2 2 fine51 49442 RW End step 5 of program 1 BYTE 1 ... 7 2 num
Number of partial cycle to run for step 5 of
154 2 2 2 step51 49458 RW BYTE 0 ... 7 0 num
program 1
Enabling delay in hours for step 6 of
155 2 2 2 del61_h 49227 RW BYTE 0 ... 99 0 hours
program 1
Enabling delay in minutes for step 6 of
156 2 2 2 del61_m 49226 RW BYTE 0 ... 59 0 min
program 1
157 2 2 2 dur61_h 49259 RW Duration in hours for step 6 of program 1 BYTE 0 ... 99 0 hours
158 2 2 2 dur61_m 49258 RW Duration in minutes for step 6 of program 1 BYTE 0 ... 59 59 min
Duration of step 6 counted from start or set
159 2 2 2 start61 49379 RW BYTE 0 ... 1 0 flag
point reached by program 1
160 2 2 2 set61 16522 RW Set point for step 6 of program 1 WORD Y -3280 ... 29100 0 -1 °C/°F
161 2 2 2 reg61 49395 RW Regulator active for step 6 of program 1 BYTE 0 ... 6 0 num
162 2 2 2 soft61 49411 RW Enable soft start for step 6 of program 1 BYTE 0 ... 1 0 flag
EW 4800 Modbus
10/18
FOLDER DATA
INDEX LABEL ADDRESS R/W DESCRIPTION CPL RANGE DEFAULT EXP M.U.
EW4820 EW4821 EW4822 SIZE
Enable auxiliary output for step 6 of
163 2 2 2 rele61 49427 RW BYTE 0 ... 1 0 flag
program 1
164 2 2 2 fine61 49443 RW End step 6 of program 1 BYTE 1 ... 7 2 num
Number of partial cycle to run for step 6 of
165 2 2 2 step61 49459 RW BYTE 0 ... 7 0 num
program 1
Enabling delay in hours for step 7 of
166 2 2 2 del71_h 49229 RW BYTE 0 ... 99 0 hours
program 1
Enabling delay in minutes for step 7 of
167 2 2 2 del71_m 49228 RW BYTE 0 ... 59 0 min
program 1
168 2 2 2 dur71_h 49261 RW Duration in hours for step 7 of program 1 BYTE 0 ... 99 0 hours
169 2 2 2 dur71_m 49260 RW Duration in minutes for step 7 of program 1 BYTE 0 ... 59 59 min
Duration of step 7 counted from start or set
170 2 2 2 start71 49380 RW BYTE 0 ... 1 0 flag
point reached by program 1
171 2 2 2 set71 16524 RW Set point for step 7 of program 1 WORD Y -3280 ... 29100 0 -1 °C/°F
172 2 2 2 reg71 49396 RW Regulator active for step 7 of program 1 BYTE 0 ... 6 0 num
173 2 2 2 soft71 49412 RW Enable soft start for step 7 of program 1 BYTE 0 ... 1 0 flag
Enable auxiliary output for step 7 of
174 2 2 2 rele71 49428 RW BYTE 0 ... 1 0 flag
program 1
175 2 2 2 fine71 49444 RW End step 7 of program 1 BYTE 1 ... 7 2 num
Number of partial cycle to run for step 7 of
176 2 2 2 step71 49460 RW BYTE 0 ... 7 0 num
program 1
Enabling delay in hours for step 0 of
177 2 2 2 del02_h 49231 RW BYTE 0 ... 99 0 hours
program 2
Enabling delay in minutes for step 0 of
178 2 2 2 del02_m 49230 RW BYTE 0 ... 59 0 min
program 2
179 2 2 2 dur02_h 49263 RW Duration in hours for step 0 of program 2 BYTE 0 ... 99 0 hours
180 2 2 2 dur02_m 49262 RW Duration in minutes for step 0 of program 2 BYTE 0 ... 59 59 min
Duration of step 0 counted from start or set
181 2 2 2 start02 49381 RW BYTE 0 ... 1 0 flag
point reached by program 2
182 2 2 2 set02 16526 RW Set point for step 0 of program 2 WORD Y -3280 ... 29100 0 -1 °C/°F
183 2 2 2 reg02 49397 RW Regulator active for step 0 of program 2 BYTE 0 ... 6 0 num
184 2 2 2 soft02 49413 RW Enable soft start for step 0 of program 2 BYTE 0 ... 1 0 flag
Enable auxiliary output for step 0 of
185 2 2 2 rele02 49429 RW BYTE 0 ... 1 0 flag
program 2
186 2 2 2 fine02 49445 RW End step 0 of program 2 BYTE 1 ... 7 2 num
Number of partial cycle to run for step 0 of
187 2 2 2 step02 49461 RW BYTE 0 ... 7 0 num
program 2
Enabling delay in hours for step 1 of
188 2 2 2 del12_h 49233 RW BYTE 0 ... 99 0 hours
program 2
Enabling delay in minutes for step 1 of
189 2 2 2 del12_m 49232 RW BYTE 0 ... 59 0 min
program 2
EW 4800 Modbus
11/18
FOLDER DATA
INDEX LABEL ADDRESS R/W DESCRIPTION CPL RANGE DEFAULT EXP M.U.
EW4820 EW4821 EW4822 SIZE
190 2 2 2 dur12_h 49265 RW Duration in hours for step 1 of program 2 BYTE 0 ... 99 0 hours
191 2 2 2 dur12_m 49264 RW Duration in minutes for step 1 of program 2 BYTE 0 ... 59 59 min
Duration of step 1 counted from start or set
192 2 2 2 start12 49382 RW BYTE 0 ... 1 0 flag
point reached by program 2
193 2 2 2 set12 16528 RW Set point for step 1 of program 2 WORD Y -3280 ... 29100 0 -1 °C/°F
194 2 2 2 reg12 49398 RW Regulator active for step 1 of program 2 BYTE 0 ... 6 0 num
195 2 2 2 soft12 49414 RW Enable soft start for step 1 of program 2 BYTE 0 ... 1 0 flag
Enable auxiliary output for step 1 of
196 2 2 2 rele12 49430 RW BYTE 0 ... 1 0 flag
program 2
197 2 2 2 fine12 49446 RW End step 1 of program 2 BYTE 1 ... 7 2 num
Number of partial cycle to run for step 1 of
198 2 2 2 step12 49462 RW BYTE 0 ... 7 0 num
program 2
Enabling delay in hours for step 2 of
199 2 2 2 del22_h 49235 RW BYTE 0 ... 99 0 hours
program 2
Enabling delay in minutes for step 2 of
200 2 2 2 del22_m 49234 RW BYTE 0 ... 59 0 min
program 2
201 2 2 2 dur22_h 49267 RW Duration in hours for step 2 of program 2 BYTE 0 ... 99 0 hours
202 2 2 2 dur22_m 49266 RW Duration in minutes for step 2 of program 2 BYTE 0 ... 59 59 min
Duration of step 2 counted from start or set
203 2 2 2 start22 49383 RW BYTE 0 ... 1 0 flag
point reached by program 2
204 2 2 2 set22 16530 RW Set point for step 2 of program 2 WORD Y -3280 ... 29100 0 -1 °C/°F
205 2 2 2 reg22 49399 RW Regulator active for step 2 of program 2 BYTE 0 ... 6 0 num
206 2 2 2 soft22 49415 RW Enable soft start for step 2 of program 2 BYTE 0 ... 1 0 flag
Enable auxiliary output for step 2 of
207 2 2 2 rele22 49431 RW BYTE 0 ... 1 0 flag
program 2
208 2 2 2 fine22 49447 RW End step 2 of program 2 BYTE 1 ... 7 2 num
Number of partial cycle to run for step 2 of
209 2 2 2 step22 49463 RW BYTE 0 ... 7 0 num
program 2
Enabling delay in hours for step 3 of
210 2 2 2 del32_h 49237 RW BYTE 0 ... 99 0 hours
program 2
Enabling delay in minutes for step 3 of
211 2 2 2 del32_m 49236 RW BYTE 0 ... 59 0 min
program 2
212 2 2 2 dur32_h 49269 RW Duration in hours for step 3 of program 2 BYTE 0 ... 99 0 hours
213 2 2 2 dur32_m 49268 RW Duration in minutes for step 3 of program 2 BYTE 0 ... 59 59 min
Duration of step 3 counted from start or set
214 2 2 2 start32 49384 RW BYTE 0 ... 1 0 flag
point reached by program 2
215 2 2 2 set32 16532 RW Set point for step 3 of program 2 WORD Y -3280 ... 29100 0 -1 °C/°F
216 2 2 2 reg32 49400 RW Regulator active for step 3 of program 2 BYTE 0 ... 6 0 num
EW 4800 Modbus
12/18
FOLDER DATA
INDEX LABEL ADDRESS R/W DESCRIPTION CPL RANGE DEFAULT EXP M.U.
EW4820 EW4821 EW4822 SIZE
217 2 2 2 soft32 49416 RW Enable soft start for step 3 of program 2 BYTE 0 ... 1 0 flag
Enable auxiliary output for step 3 of
218 2 2 2 rele32 49432 RW BYTE 0 ... 1 0 flag
program 2
219 2 2 2 fine32 49448 RW End step 3 of program 2 BYTE 1 ... 7 2 num
Number of partial cycle to run for step 3 of
220 2 2 2 step32 49464 RW BYTE 0 ... 7 0 num
program 2
Enabling delay in hours for step 4 of
221 2 2 2 del42_h 49239 RW BYTE 0 ... 99 0 hours
program 2
Enabling delay in minutes for step 4 of
222 2 2 2 del42_m 49238 RW BYTE 0 ... 59 0 min
program 2
223 2 2 2 dur42_h 49271 RW Duration in hours for step 4 of program 2 BYTE 0 ... 99 0 hours
224 2 2 2 dur42_m 49270 RW Duration in minutes for step 4 of program 2 BYTE 0 ... 59 59 min
Duration of step 4 counted from start or set
225 2 2 2 start42 49385 RW BYTE 0 ... 1 0 flag
point reached by program 2
226 2 2 2 set42 16534 RW Set point for step 4 of program 2 WORD Y -3280 ... 29100 0 -1 °C/°F
227 2 2 2 reg42 49401 RW Regulator active for step 4 of program 2 BYTE 0 ... 6 0 num
228 2 2 2 soft42 49417 RW Enable soft start for step 4 of program 2 BYTE 0 ... 1 0 flag
Enable auxiliary output for step 4 of
229 2 2 2 rele42 49433 RW BYTE 0 ... 1 0 flag
program 2
230 2 2 2 fine42 49449 RW End step 4 of program 2 BYTE 1 ... 7 2 num
Number of partial cycle to run for step 4 of
231 2 2 2 step42 49465 RW BYTE 0 ... 7 0 num
program 2
Enabling delay in hours for step 5 of
232 2 2 2 del52_h 49241 RW BYTE 0 ... 99 0 hours
program 2
Enabling delay in minutes for step 5 of
233 2 2 2 del52_m 49240 RW BYTE 0 ... 59 0 min
program 2
234 2 2 2 dur52_h 49273 RW Duration in hours for step 5 of program 2 BYTE 0 ... 99 0 hours
235 2 2 2 dur52_m 49272 RW Duration in minutes for step 5 of program 2 BYTE 0 ... 59 59 min
Duration of step 5 counted from start or set
236 2 2 2 start52 49386 RW BYTE 0 ... 1 0 flag
point reached by program 2
237 2 2 2 set52 16536 RW Set point for step 5 of program 2 WORD Y -3280 ... 29100 0 -1 °C/°F
238 2 2 2 reg52 49402 RW Regulator active for step 5 of program 2 BYTE 0 ... 6 0 num
239 2 2 2 soft52 49418 RW Enable soft start for step 5 of program 2 BYTE 0 ... 1 0 flag
Enable auxiliary output for step 5 of
240 2 2 2 rele52 49434 RW BYTE 0 ... 1 0 flag
program 2
241 2 2 2 fine52 49450 RW End step 5 of program 2 BYTE 1 ... 7 2 num
Number of partial cycle to run for step 5 of
242 2 2 2 step52 49466 RW BYTE 0 ... 7 0 num
program 2
Enabling delay in hours for step 6 of
243 2 2 2 del62_h 49243 RW BYTE 0 ... 99 0 hours
program 2
Enabling delay in minutes for step 6 of
244 2 2 2 del62_m 49242 RW BYTE 0 ... 59 0 min
program 2
EW 4800 Modbus
13/18
FOLDER DATA
INDEX LABEL ADDRESS R/W DESCRIPTION CPL RANGE DEFAULT EXP M.U.
EW4820 EW4821 EW4822 SIZE
245 2 2 2 dur62_h 49275 RW Duration in hours for step 6 of program 2 BYTE 0 ... 99 0 hours
246 2 2 2 dur62_m 49274 RW Duration in minutes for step 6 of program 2 BYTE 0 ... 59 59 min
Duration of step 6 counted from start or set
247 2 2 2 start62 49387 RW BYTE 0 ... 1 0 flag
point reached by program 2
248 2 2 2 set62 16538 RW Set point for step 6 of program 2 WORD Y -3280 ... 29100 0 -1 °C/°F
249 2 2 2 reg62 49403 RW Regulator active for step 6 of program 2 BYTE 0 ... 6 0 num
250 2 2 2 soft62 49419 RW Enable soft start for step 6 of program 2 BYTE 0 ... 1 0 flag
Enable auxiliary output for step 6 of
251 2 2 2 rele62 49435 RW BYTE 0 ... 1 0 flag
program 2
252 2 2 2 fine62 49451 RW End step 6 of program 2 BYTE 1 ... 7 2 num
Number of partial cycle to run for step 6 of
253 2 2 2 step62 49467 RW BYTE 0 ... 7 0 num
program 2
Enabling delay in hours for step 7 of
254 2 2 2 del72_h 49245 RW BYTE 0 ... 99 0 hours
program 2
Enabling delay in minutes for step 7 of
255 2 2 2 del72_m 49244 RW BYTE 0 ... 59 0 min
program 2
256 2 2 2 dur72_h 49277 RW Duration in hours for step 7 of program 2 BYTE 0 ... 99 0 hours
257 2 2 2 dur72_m 49276 RW Duration in minutes for step 7 of program 2 BYTE 0 ... 59 59 min
Duration of step 7 counted from start or set
258 2 2 2 start72 49388 RW BYTE 0 ... 1 0 flag
point reached by program 2
259 2 2 2 set72 16540 RW Set point for step 7 of program 2 WORD Y -3280 ... 29100 0 -1 °C/°F
260 2 2 2 reg72 49404 RW Regulator active for step 7 of program 2 BYTE 0 ... 6 0 num
261 2 2 2 soft72 49420 RW Enable soft start for step 7 of program 2 BYTE 0 ... 1 0 flag
Enable auxiliary output for step 7 of
262 2 2 2 rele72 49436 RW BYTE 0 ... 1 0 flag
program 2
263 2 2 2 fine72 49452 RW End step 7 of program 2 BYTE 1 ... 7 2 num
Number of partial cycle to run for step 7 of
264 2 2 2 step72 49468 RW BYTE 0 ... 7 0 num
program 2
265 2 2 2 dSi 49329 RW Value of soft start regulator step BYTE 0 ... 250 0 -1 °C/°F
266 2 2 2 Std 49330 RW Duration of soft start regulator step BYTE 0 ... 255 0 hh/min/secs
267 2 2 2 unt 49331 RW Unit of measurement for step duration BYTE 0 ... 2 1 num
Selects the regulator on which the soft start
268 2 2 2 SEn 49332 RW BYTE 0 ... 3 1 num
function must be enabled
269 2 2 2 Sdi 16428 RW Automatic back swing of Soft start function WORD 0 ... 300 0 -1 °C/°F
270 2 2 2 Con 49333 RW ON time for cyclic regulator output BYTE 0 ... 255 0 min
271 2 2 2 Cof 49334 RW OFF time for cyclic regulator output BYTE 0 ... 255 0 min
EW 4800 Modbus
14/18
FOLDER DATA
INDEX LABEL ADDRESS R/W DESCRIPTION CPL RANGE DEFAULT EXP M.U.
EW4820 EW4821 EW4822 SIZE
Mode of parameter HA1-HA2 and LA-LA2
272 2 2 2 Att 49335 RW BYTE 0 ... 1 0 flag
(absolute or relative)
273 2 2 2 Afd 16430 RW Alarm differential WORD 10 ... 500 20 -1 °C/°F
Temperature alarms disabling time from
274 3 3 3 PAO 49336 RW BYTE 0 ... 10 0 hours
Power On
275 3 3 3 SAO 49337 RW Timeout for "set point not reached" alarm BYTE 0 ... 24 0 hours
276 3 3 3 tAO 49338 RW Temperature alarms delay time BYTE 0 ... 255 0 min
EW 4800 Modbus
15/18
FOLDER DATA
INDEX LABEL ADDRESS R/W DESCRIPTION CPL RANGE DEFAULT EXP M.U.
EW4820 EW4821 EW4822 SIZE
306 2 2 2 H22 49359 RW Configurability of digital output 2 BYTE 0 ... 4 0 num
308 2 2 2 H31 49361 RW UP button configurability BYTE 0 ... 8 0 num
309 2 2 2 H32 49362 RW DOWN button configurability BYTE 0 ... 8 0 num
NOTES:
* These parameters are visibille if H01= 2, 3, 7, 8, 9, 10, 11
** These parameters are visibille if H01=2, 7, 8, 10 (color =red)
*** These parameters are visibille if H01=3, 7, 9, 11 (color=blue)
EW 4800 Modbus
16/18
INDEX FOLDER ADDRESS R/W DESCRIPTION DATA SIZE CPL RANGE DEFAULT EXP M.U.
24 33051,6 R Low alarm reg. 2 1 bit 0 ... 1 0 flag
25 33060,0 R Setpoint not reached 1 bit 0 ... 1 0 flag
26 33058,0 RW Continuos Cycle ON 1 bit 0 ... 1 0 flag
27 33058,1 RW Continuos Cycle ON 1 bit 0 ... 1 0 flag
28 33058,2 RW Economy Mode On 1 bit 0 ... 1 0 flag
29 33058,3 RW Economy Mode Off 1 bit 0 ... 1 0 flag
30 33058,4 RW Auxiliary output On 1 bit 0 ... 1 0 flag
31 33058,5 RW Auxiliary output Off 1 bit 0 ... 1 0 flag
32 33058,6 RW Instrument On 1 bit 0 ... 1 0 flag
33 33058,7 RW Instrument Off 1 bit 0 ... 1 0 flag
34 33059,0 RW Alarm silencing 1 bit 0 ... 1 0 flag
35 33059,1 RW Autotuning ON 1 bit 0 ... 1 0 flag
36 33059,2 RW Autotuning OFF 1 bit 0 ... 1 0 flag
37 33059,3 RW Reset changed parameters indicator 1 bit 0 ... 1 0 flag
38 33059,4 RW Instrument Off for maintenance 1 bit 0 ... 1 0 flag
39 33059,5 RW Soft Start ON 1 bit 0 ... 1 0 flag
40 33059,6 RW Soft Start OFF 1 bit 0 ... 1 0 flag
41 33059,7 RW Sequence program reset 1 bit 0 ... 1 0 flag
42 33063,0 RW Sequence program 1 reset 1 bit 0 ... 1 0 flag
43 33063,1 RW Sequence program 2 reset 1 bit 0 ... 1 0 flag
44 33063,2 RW Sequence program STOP 1 bit 0 ... 1 0 flag
45 408 RW contatore autorepeat WORD 0 ... 65535 0 num
EW 4800 Modbus
17/18
2 ANALYTIC INDEX
A I
ADDRESS .............................................................................5 INDEX .................................................................................. 4
Address configuration......................................................4 L
C LABEL................................................................................... 5
Client Table.................................................................... 16 M
CPL........................................................................................5 M.U. ..................................................................................... 5
D MODBUS FUNCTIONS AND RESOURCES.................... 3
Data format (RTU)............................................................3 Modbus functions available and data area............... 4
DATA SIZE...........................................................................5 multi-unit ........................................................................... 3
DEFAULT..............................................................................5 N
Description of parameters ..............................................4 Network .............................................................................. 3
Diagram of Modbus connection to ..............................3 R
E R/W ...................................................................................... 5
EXP........................................................................................5 RANGE................................................................................. 5
F T
FOLDER................................................................................4 Table of addresses ............................................................ 4
Table of parameters......................................................... 5
Sales:
+39 0437 986 100 (Italy)
+39 0437 986 200 (other countries)
[email protected]
Technical helpline:
+39 0437 986 300
E-mail [email protected] EW 4800 Modbus
2010/04/0
Cod: 8MA10081
www.eliwell.it © Eliwell Controls s.r.l. 2010 All rights reserved.