User guide
eWON 500-2001-4001-4002 User Guide - IO Servers Configuration
eWON 500®2001®4001®4002® Version 4_3_0 - User Guide - 10/5/05 - ©ACT'L sa - Page 81
6.3.3 Tag name convention
6.3.3.1 ValueName
The Modbus IO Server Tags can be classified following ranges of values. Two types of ranges are used. The two following tables describe the
different ranges of value, for each of the two standards.
• First standard:
• Second standard:
The second standard allows more than 9999 values in each range. Notice the "+" in before the register value.
* The two last ranges are used with non-standard equipments that do not allow reading of some of their values. In this case, specifying the
address in the "write only" ranges informs the eWON not to read the values after setting them, which is normally done in the other cases.
If those registers are read, the returned value will always be 0.
IO Server configuration
IO Server Name MODBUS
Topic Name A or B or C
Item Name ValueName,SlaveAddress
PLC Address is defined Tag by Tag on serial link
(RTU Master)
ValueName,SlaveAddress,IPAddress PLC Address is defined Tag by Tag on TCP link
ValueName Topic PLC address is used
Modbus Type IO Type Access Register address
Coil Digital Output R/W 1 Æ 9999
Contact Digital Input R 10001 Æ 19999
Input Register Analog Input R 30001 Æ 39999
Holding Register Analog Output R/W 40001 Æ 49999
Output Coil* Digital Output W 50001 Æ 59999
Output Registers* Digital Input W 60001 Æ 69999
Table 52: Modbus IO server Tag name convention: first standard
Modbus Type IO Type Access Register address
Coil Digital Output R/W +1 Æ +65535
Contact Digital Input R +100001 Æ +165535
Input Register Analog Input R +300001 Æ +365535
Holding Register Analog Output R/W +400001 Æ +465535
Output Coil* Digital Output W +500001 Æ +565535
Output Registers* Digital Input W +600001 Æ +665535
Table 53: Modbus IO server Tag name convention: second standard