+ All Categories
Home > Documents > EWCM 4120-4180 - Serial Communication Protocolmosinv.ru/Documentation/EWCM/EWCM...

EWCM 4120-4180 - Serial Communication Protocolmosinv.ru/Documentation/EWCM/EWCM...

Date post: 16-Nov-2020
Category:
Upload: others
View: 16 times
Download: 0 times
Share this document with a friend
22
EWCM 4120-4180 - Serial Communication Protocol – Compact controller for compressor plants GB Invensys Controls Europe An Invensys Company
Transcript
Page 1: EWCM 4120-4180 - Serial Communication Protocolmosinv.ru/Documentation/EWCM/EWCM 4000/9MA10022_Manuale_… · EWCM 4120-4180 - Serial Communication Protocol – Compact controller

EWCM 4120-4180 - Serial Communication Protocol –

Compact controller for compressor plants

GB Invensys Controls Europe An Invensys Company

Page 2: EWCM 4120-4180 - Serial Communication Protocolmosinv.ru/Documentation/EWCM/EWCM 4000/9MA10022_Manuale_… · EWCM 4120-4180 - Serial Communication Protocol – Compact controller

EWCM4000 Modbus 2/22

CONTENTS 1 Modbus functions and resources ...................................................................................................................... 3

1.1 Configuration with Modbus RTU ................................................................................................................................................. 3 1.1.1 Data format (RTU) ............................................................................................................................................................................................................................. 3 1.1.2 Modbus commands available and data areas............................................................................................................................................................................ 4

1.2 Configuration of device address .................................................................................................................................................. 8 1.3 Visibility and Value of Parameters............................................................................................................................................... 8 1.4 Parameters/visibility table and Client table............................................................................................................................... 8

1.4.1 Parameters / visibility table........................................................................................................................................................................................................... 10 1.4.2 Tabella Client..................................................................................................................................................................................................................................... 16

2 Disclaimer ............................................................................................................................................................... 20 3 Analitic Index......................................................................................................................................................... 21

Page 3: EWCM 4120-4180 - Serial Communication Protocolmosinv.ru/Documentation/EWCM/EWCM 4000/9MA10022_Manuale_… · EWCM 4120-4180 - Serial Communication Protocol – Compact controller

1 MODBUS FUNCTIONS AND RESOURCES The TTL serial - referred to also as COM1 – can be used to configure the device, parameters, states, and variables using the Modbus protocol. See the following tables:

Parameter Description Value

0 1

CF54 Select COM1 (TTL) protocol Eliwell Modbus

IF CF54=0 is necessary to set the following parameters:

Parameter Description Range

CF55 Eliwell protocol controller address

CF56 Eliwell protocol controller family 0…14

IF CF54=1 (MODBUS Protocol) is necessary to set the following parameters:

Parameter Description Range

CF63 Modbus protocol controller address 1…255

Parameter Description Value

CF64 Modbus baud rate protocol

0=1200 baud 1=2400 baud 2=4800 baud 3=9600 baud 4=19200 baud 5=38400 baud 6=58600 baud 7=115200 baud

CF65 Modbus parity protocol 1= EVEN 2= NONE 3= ODD

1.1 Configuration with Modbus RTU Modbus is a client/server protocol for communication between network linked devices. Modbus devices communicate using a master-slave technique in which a single device (the master) can send messages. All other devices in the network (slaves) respond by returning the data required to the master or executing the action indicated in the message received. A slave is defined as a device connected to a network that processes information and sends the results to a master using the Modbus protocol. The master can send messages to individual slaves or to the entire network (broadcast) whilst slaves can only reply to messages received individually from the master. The Modbus standard used by Eliwell uses RTU coding for data transmission.

1.1.1 Data format (RTU) The data coding model used defines the structure of messages sent to the network and the way in which the information is decoded. The type of coding selected is generally based on specific parameters (baud rate, parity, etc)*** and some devices only support specific code models. However, the same model must be used for all devices connected to a Modbus network. The protocol uses the RTU binary method with the following bytes: 8 bits for data, even parity bit (not configurable), 1 stop bit. *** configurable via parameters CF64, CF65 – see table at beginning of this section. N.B.: transmission speed must be set at 9600 baud. Every aspect of the device can be configured via parameters. They can be modified by means of:

Instrument keyboard Copy Card by sending data via the Modbus protocol straight to individual instruments, or via broadcast, using the address 0

(broadcast).

EWCM4000 Modbus 3/22

Page 4: EWCM 4120-4180 - Serial Communication Protocolmosinv.ru/Documentation/EWCM/EWCM 4000/9MA10022_Manuale_… · EWCM 4120-4180 - Serial Communication Protocol – Compact controller

The connection diagram when using Modbus is shown below.

ModBus - device connection diagram Single via TTL

ModBus - multiple devices connection diagram via RS485

PC connection / Interface RS232 cable

Device / Bus Adapter connection 5-wire TTL cable (30cm) in length (other measurements/lengths available).

Bus Adapter BA150 Bus Adapter / Interface connection RS485 cable

shielded and twisted (example: Belden model 8762)

1.1.2 Modbus commands available and data areas The commands implemented are:

Length restrictions

maximum length in bytes of messages sent to device 30 BYTE maximum length in bytes of messages received by device 30 BYTE

ATTENTION! It is necessary to require the reading of 2 registers (WORD) to obtaining 1 register on answer. The request of reading only one register cause the reading of the highest byte. ATTENTION! In order to write values to WORD is necessary to send the request of writing with 2 registers, it will obtain an answer of dimension 2.

Modbus command Description of command 3

Read 16 consecutive registers on Client side Read 1 single register for parameters.

16 Write 15 consecutive registers on Client side Write 1 single register for parameters.

43 Read device ID It is possible to read the following fields: Field Code Field Description

0 Manufacturer ID (=”Invensys”) 1 Model ID / Instrument Front panel ID 2 Family (MSK) ID / Instrument version ID

EWCM4000 Modbus 4/22

Page 5: EWCM 4120-4180 - Serial Communication Protocolmosinv.ru/Documentation/EWCM/EWCM 4000/9MA10022_Manuale_… · EWCM 4120-4180 - Serial Communication Protocol – Compact controller

Read Example Multiple read of 2 real setpoints

Field Decimal Hex Dimension Device address (slave): 1 0x01 bytes Read command code: 3 0x03 bytes Start address: 740 0x02E4 Word Number of registers (words) to read: 3 0x0003 Word

The full command to be sent to the device will therefore be: TX: 01, 03, 02, E4, 00, 03, 44, 44 Where 44 44 is the packet CRC (check error field) The reply from the device will be: RX: 01, 03, 06, 00, 78, 00, 00, 01, 90, 80, 83. Supposing that the data in registers identified in the device are (in hex): Address 0x02E4 => data: 0x0078 = 120 = 12.0 °C Real setpoint for Cooling; Address 0x02E5 => data: 0x0000 address not used; Address 0x02E6 => data: 0x 0190 = 400 = 40.0 °C Real setpoint for Heating; Write example, 1 Write value 8 to word for remote commands at address h2BF

Field Decimal Hex Dimension Device address (slave): 1 0x01 bytes Write command code: 10 0x0A bytes Write address: 703 0x02BF Word Number of words to write: 1 0x0001 Word Number of bytes (No. words x 2): 2 0x02 Word Value (word) to write: 8 0x0008 Word

The full command to be sent to the device will therefore be: TX: 01, 10, 02, BF, 00, 01, 02, 00, 08, 9E, 99. The reply from the device will be: RX: 01, 10, 02, BF, 00, 01, 31, 95. The Ram variables that can be monitored and commands available are listed below. Commands available:

Manual alarm reset Change operating mode (Heat, Cool and St-By) Switch device on/off

Additional operations can be performed by following specific procedures:

Read alarm log Change/set time Rest running time of compressor and pump outputs

EWCM4000 Modbus 5/22

Page 6: EWCM 4120-4180 - Serial Communication Protocolmosinv.ru/Documentation/EWCM/EWCM 4000/9MA10022_Manuale_… · EWCM 4120-4180 - Serial Communication Protocol – Compact controller

Details to read alarm log The alarm log EEPROM is saved in a circular buffer composed of logical 7-byte records in the following formats:

Byte bit index Data Values 0 Bit 0 Alarm record free flag Must always be 0 1 Bit 1 Alarm state 0 = alarm reset; 1 = alarm current 2 Bit 2 Automatic reset alarm 0 = automatic reset; 1 = manual reset 3 - 4 - 5 - 6 -

0

7 -

Not used

0 Bit 0 1 Bit 1 2 Bit 2 3 Bit 3 4 Bit 4 5 Bit 5

Start of alarm minute 0÷59 = minutes >59 = undefined value

6 Bit 0

1

7 Bit 1 0 Bit 2 1 Bit 3 2 Bit 4 3 Bit 5

End of alarm minute 0÷59 = minutes >59 = undefined value

4 Bit 0 5 Bit 1 6 Bit 2

2

7 Bit 3 0 Bit 4

Start of alarm hour 0÷23 = hours >23 = undefined value

1 Bit 0 2 Bit 1 3 Bit 2 4 Bit 3 5 Bit 4

End of alarm hour 0÷23 = hours >23 = undefined value

6 Bit 0

3

7 Bit 1 0 Bit 2 1 Bit 3 2 Bit 4

Start of alarm day 1÷31 = day 0 o >31 = undefined value

3 Bit 0 4 Bit 1 5 Bit 2 6 Bit 3

4

7 Bit 4

End of alarm day 1÷31 = day 0 o >31 = undefined value

0 Bit 0 1 Bit 1 2 Bit 2 3 Bit 3

Start of alarm month 0÷23 = hours >23 = undefined value

4 Bit 0 5 Bit 1 6 Bit 2

5

7 Bit 3

End of alarm month 0÷23 = hours >23 = undefined value

0 Bit 0 1 Bit 1 2 Bit 2 3 Bit 3 4 Bit 4 5 Bit 5 6 Bit 6

6

7 Bit 7

Alarm code 0÷99 = alarm code >99 Not permitted

To identify the index of the first record present, read variable PntStorAll at the address h024F To identify the number of records present, read variable NumStorAll at the address h0250 For example: if the address of PntStorAll=0x2C1 and the address of NumStorAll=0x2C2: TX: 01, 03, 82, C1, 00, 02, BD, 8F. RX: 01, 03, 04, 00, 27, 00, 27, 0A, 22. Address 0x82C1 => data: 0x0027 = index of first record (the most recent); Address 0x82C2 => data: 0x0027 = number of records present (39); To calculate the address of the most recent record: Address EU00 = 50432 + (N-1)x7 = 50432 + 38x7 = 50698 (0xC60A)

EWCM4000 Modbus 6/22

Page 7: EWCM 4120-4180 - Serial Communication Protocolmosinv.ru/Documentation/EWCM/EWCM 4000/9MA10022_Manuale_… · EWCM 4120-4180 - Serial Communication Protocol – Compact controller

Read EU00 TX: 01, 03, C6, 0A, 00, 07, 18, 82. RX: 01, 03, 0E, 00, 02, 00, D6, 00, EF, 00, BE, 00, 00, 00, 04, 00, 3C, C9, F3. Address 0xC60A => data: 0x0002 = Byte 0 of alarm log record; Address 0xC60B => data: 0x00D6 = Byte 1 of alarm log record; Address 0xC60C => data: 0x00EF = Byte 2 of alarm log record; Address 0xC60D => data: 0x00BE = Byte 3 of alarm log record; Address 0xC60E => data: 0x0000 = Byte 4 of alarm log record; Address 0xC60F => data: 0x0004 = Byte 5 of alarm log record; Address 0xC610 => data: 0x003C = Byte 6 of alarm log record; Alarm record free flag = b 0 = 0 Alarm state = b 1 = 1 Automatic reset alarm = b 0 = 0 Not used = b 00000 = 0 Start of alarm minute = b 010110 = 22 End of alarm minute = b 111111 = 63 (undefined) Start of alarm hour = b 01110 = 14 End of alarm hour = b 11111 = 31 (undefined) Start of alarm day = b 00010 = 2 End of alarm day = b 00000 = 0 (undefined) Start of alarm month = b 0100 = 4 End of alarm month = b 0000 = 0 (undefined) Alarm code = b 00111100 = 60 The result shows that on EU00 there is an Er60 that started on 02/04 at 14.22 and it is still active. To read EU01, the address is determined as follows: Address EU01 = Address EU00 - 7 = 50698 - 7 = 50691 To read EU02, continue by subtracting 7 from the address EU01 and so on. N.B.: The minimum limit is the address 50432 after which, any other alarms still to be read will start again from 51125 (the buffer is circular and after the 99th record, the oldest ones are rewritten). Details to read/set the time To write the time, address the DataWrite structure to h0064 Write the seconds byte last! Example: configuring the time 11:33 on 28/03/2007

Field Address Decimal Hex Dimension 0: second H0064 0 0x0000 byte 1: minutes H0065 33 0x0021 byte 2: hour H0066 11 0x000B byte 3: dayweek H0067 - - byte 4: daymonth H0068 28 0x001C byte 5: month H0069 3 0x0003 byte 6: year H006A 7 0x0007 byte

N.B.: Write the seconds byte last! Write sequence: Write a word of 33 at the address H0065 Write a word of 11 at the address H0066 TX: 01, 10, 82, B9, 00, 02, 04, 00, 21, 00, 0B, 51, DA. RX: 01, 10, 82, B9, 00, 02, B8, 55. Write a word of 28 at the address H0068 Write a word of 3 at the address H0069 Write a word of 7 at the address H006A TX: 01, 10, 82, BC, 00, 03, 06, 00, 1C, 00, 03, 00, 07, E3, D2. RX: 01, 10, 82, BC, 00, 03, 69, 94. Write a word of 00 at the address H0064 TX: 01, 10, 82, B8, 00, 01, 02, 00, 00, 1F, 20. RX: 01, 10, 82, B8, 00, 01, A9, 94.

EWCM4000 Modbus 7/22

Page 8: EWCM 4120-4180 - Serial Communication Protocolmosinv.ru/Documentation/EWCM/EWCM 4000/9MA10022_Manuale_… · EWCM 4120-4180 - Serial Communication Protocol – Compact controller

Details to reset running time

FOLDER

LABEL

VALUE PAR ADDRESS

To read and/or clear running time, address the counters in the device's EEPROM and RAM STCPOreFunz[0] to the address h0288 Running time CP1 (in Ram) STCPOreFunz[1] to the address h028A Running time CP2 (in Ram) STCPOreFunz[2] to the address h028C Running time CP3 (in Ram) STCPOreFunz[3] to the address h028E Running time CP4 (in Ram) EE_OreFunzCP0 to the address h1460 Running time CP1 (in EEPROM) EE_OreFunzCP1 to the address h1462 Running time CP2 (in EEPROM) EE_OreFunzCP2 to the address h1464 Running time CP3 (in EEPROM) EE_OreFunzCP3 to the address h1466 Running time CP4 (in EEPROM) Multiple reading of running time CP to the RAM address h0288 The full command to be sent to the device will therefore be: TX: 01, 03, 02, F1, 00, 03, 55, 80. RX: 01, 03, 06, 00, 07, 00, 00, 00, 06, 14, B7. Address 0x0288 => data: 0x0007 = 7 hours running time CP1; Address 0x0289 => data: 0x0000 = not used Address 0x028A => data: 0x0006 = 6 hours running time CP2; Clear time CP1 (in RAM and EEPROM) Write 0 for running time CP at RAM address h0288 TX: 01, 10, 02, F1, 00, 01, 02, 00, 00, 90, B1. RX: 01, 10 02, F1, 00, 01, 51, 82. Write 0 for running time CP at RAM address h1460 TX: 01, 10, 44, 61, 00, 01, 02, 00, 00, AA, 25. RX: 01, 10, 44, 61, 00, 01, 44, E7.

1.2 Configuration of device address The Device Number in a ModBus message is defined by the parameter CF63 – see table at beginning of this section. The address 0 is used for broadcast messages that all slaves recognize. Slaves do not reply to broadcast messages.

1.3 Visibility and Value of Parameters There are 2 hardware models (EWCM4120 e EWCM4180) with varying numbers Inputs/Outputs. Depending on the model, some configuration parameters may not (usually) be visible and/or be of no significance given that the associated resource is not present. Particularly we will have that the following parameters will be present on EWCM4180 model and not on EWCM4120 model: CF27, CF30, CF33, CF35, CF36, CF38, CF39, CF41, CF42, CF44, CF50 When not indicated otherwise, the parameter is always visible and modifiable, unless customised settings have been configured via serial. N.B.: If folder visibility is modified, the new setting will apply to all parameters in the folder.

1.4 Parameters/visibility table and Client table The tables below list all information required to read, write and decode all accessible resources in the device. There are two tables:

- the parameters table contains all device configuration parameters stored in the instrument's non-volatile memory and the visibility.

- the client table includes all I/O and alarm state resources available in the instrument's volatile memory. Description of columns: This indicates the label of the folder containing the parameter in question This indicates the label used to display the parameters in the instrument's menu. The whole part represents the address of the MODBUS register containing the value of the resource to be read or written to the instrument. The value after the point indicates the position of the most significant data bit in the register; if not indicated it is taken to be zero. This information is always provided when the register contains more than one information item, and it is necessary to distinguish which bits actually represent the data (the working size of the data indicated in the DATA SIZE colum is also taken into consideration). Given that the modbus registers are the size of one WORD (16 bit), the index number after the point can vary from 0 (least significant bit –LSb–) to 15 (most significant bit –MSb–).

EWCM4000 Modbus 8/22

Page 9: EWCM 4120-4180 - Serial Communication Protocolmosinv.ru/Documentation/EWCM/EWCM 4000/9MA10022_Manuale_… · EWCM 4120-4180 - Serial Communication Protocol – Compact controller

VIS PAR ADDRESS

R/W

DESCRIPTION

DATA SIZE

CPL

Examples (in binary form the least significant bit is the first on the right):

VAL PAR ADDRESS DATA SIZE Value Content of register 8806 WORD 1350 1350 (0000010101000110) 8806 Byte 70 1350 (0000010101000110)

8806,8 Byte 5 1350 (0000010101000110) 8806,14 1 bit 0 1350 (0000010101000110) 8806,7 4 bit 10 1350 (0000010101000110)

Important: when the register contains more than one data item, during the write operation proceed as follows:

read current register value modify the bits that represent the resource concerned write the register

Same as above. In this case, the parameter visibility value is in the MODBUS register address. By default, all parameters have:

Data size 2 bit Range 0…3 **Visibilità 3 U.M. num

** Value Meaning

Value 3 = parameter or folder always visible Value 2 = manufacturer level; these parameters can only be seen by entering the manufacturer's password

(see parameter UI18) (all parameters specified as always visible, parameters that are visible at the installation level, and manufacturer level parameters will be visible).

Value 1 = installation level; these parameters can only be viewed by entering the installation password (see parameter UI17) (all parameters specified as always visible and parameters that are visible at the installation level will be visible)

Value 0 = parameter or folder NOT visible

1. Parameters and/or folders with visibility level <>3 (i.e. password protected) will only be visible if the correct password is entered (installation or manufacturer) following the procedure outlined below:

2. Parameters and/or folders with visibility level =3 are always visible and no password is required; in this case, the procedure below is not required.

Examples (in binary form the least significant bit is the first on the right): Default visibility:

VAL PAR ADDRESS DATA SIZE Value Content of register

49481,6 2 bit 3 65535 -------------(1111111111111111) 49482 2 bit 3 65535 (1111111111111111)

49482,2 2 bit 3 65535 (1111111111111111) 49482,4 2 bit 3 65535 (1111111111111111) 49482,6 2 bit 3 65535 (1111111111111111)

To modify the visibility value of parameter CF23 (address 49482,6) from 3 to 0: Visibility modified

VAL PAR ADDRESS DATA SIZE Value Content of register

49481,6 2 bit 0 16383 (0011111111111111) Indicates if resources are read/write, read-only or write-only:

R Read-only resource. W Write-only resource. RW Read / write resource.

It is the description of the parameters meaning in the LABEL column. Indicates the size of the data in bits.

WORD = 16 bits Byte = 8 bits “n” bit = 0...15 bits depending on value of “n”

When the field indicates “Y”, the value read by the register must be converted, because the value represents a number with a sign. In the other cases the value is always positive or null. To carry out conversion, proceed as follows:

if the value in the register is between 0 and 32,767, the result is the value itself (zero and positive values). if the value in the register is between 32,768 and 65,535, the result is the value of the register - 65,536 (negative

values).

EWCM4000 Modbus 9/22

Page 10: EWCM 4120-4180 - Serial Communication Protocolmosinv.ru/Documentation/EWCM/EWCM 4000/9MA10022_Manuale_… · EWCM 4120-4180 - Serial Communication Protocol – Compact controller

Describes the interval of values that can be assigned to the parameter. It can be correlated with other parameters in the instrument (indicated with the parameter label).

RANGE

DEFAULT

EXP

U.M.

Indicates the factory setting for the standard model of the instrument. If = -1 the value read from the register is divided by 10 (value/10) to convert it to the values given in the RANGE and DEFAULT column and the unit of measure specified in the U.M. column. Example: parameter CF04 = 50.0. Column EXP = -1:

The value read by the device/ParamManager is 50.0. The value read from the register is 500 --> 500/10 = 50.0.

Measurement unit for values converted according to the rules indicated in the CPL and EXP columns.

1.4.1 Parameters / visibility table (See next page)

EWCM4000 Modbus 10/22

Page 11: EWCM 4120-4180 - Serial Communication Protocolmosinv.ru/Documentation/EWCM/EWCM 4000/9MA10022_Manuale_… · EWCM 4120-4180 - Serial Communication Protocol – Compact controller

FOLD

ER

LABE

L VA

LUE

PAR.

AD

DRE

SS

VIS.

PAR

. AD

DRE

SS

R/W

D

ESCR

IPTI

ON

D

ATA

SIZE

CP

L RA

NG

E D

EFAU

LT

EXP

U.M

.

CF

CF02

49

204

4947

7,4

RW

Type

of a

nalo

gue

inpu

t AI3

BY

TE

0

... 5

3

nu

m

CF

CF03

49

205

4947

7,6

RW

Type

of a

nalo

gue

inpu

t AI4

BY

TE

0

... 5

3

nu

m

CF

CF04

16

442

4947

8 RW

La

st v

alue

ana

logu

e in

put A

I3 s

cale

W

ORD

Y

P10

... 1

450

700

Ba

r/10

0 - P

si/10

CF

CF

05

1645

0 49

478,

2 RW

Fi

rst v

alue

ana

logu

e in

put A

I3 s

cale

W

ORD

Y

-145

... P

9 -1

00

Ba

r/10

0 - P

si/10

CF

CF

06

1644

4 49

478,

4 RW

La

st v

alue

ana

logu

e in

put A

I4 s

cale

W

ORD

Y

P12

... 1

450

300

Ba

r/10

- Ps

i CF

CF

07

1645

2 49

478,

6 RW

Fi

rst v

alue

ana

logu

e in

put A

I4 s

cale

W

ORD

Y

-14

... P

11

0

Bar/

10 -

Psi

CF

CF10

16

458

4947

9,4

RW

Anal

ogue

inpu

t AI3

diff

eren

tial

WO

RD

Y -1

80 ..

. 180

0

°C

/10

- °F/

10

Bar/

100

- Psi/

10

CF

CF11

16

460

4947

9,6

RW

Anal

ogue

inpu

t AI4

diff

eren

tial

WO

RD

Y -1

80 ..

. 180

0

°C

/10

- °F/

10

Bar/

10 -

Psi

CF

CF14

49

298

4948

0,4

RW

Anal

ogue

inpu

t AI3

con

figur

atio

n

BYTE

0 ...

3

1

num

CF

CF

15

4929

9 49

480,

6 RW

An

alog

ue in

put A

I4 c

onfig

urat

ion

BY

TE

0

... 3

0

nu

m

CF

CF16

49

300

4948

1 RW

D

igita

l inp

ut D

I1 c

onfig

urat

ion

BY

TE

Y -2

1 ...

21

3

num

CF

CF

17

4930

1 49

481,

2 RW

D

igita

l inp

ut D

I2 c

onfig

urat

ion

BY

TE

Y -2

1 ...

21

4

num

CF

CF

18

4930

2 49

481,

4 RW

D

igita

l inp

ut D

I3 c

onfig

urat

ion

BY

TE

Y -2

1 ...

21

5

num

CF

CF

19

4930

3 49

481,

6 RW

D

igita

l inp

ut D

I4 c

onfig

urat

ion

BY

TE

Y -2

1 ...

21

6

num

CF

CF

20

4930

4 49

482

RW

Dig

ital i

nput

DI5

con

figur

atio

n

BYTE

Y

-21

... 2

1 13

num

CF

CF23

49

307

4948

2,6

RW

Anal

ogue

inpu

t AI1

con

figur

atio

n w

hen

conf

igur

ed a

s di

gita

l inp

ut

BYTE

Y

-21

... 2

1 1

nu

m

CF

CF24

49

308

4948

3 RW

An

alog

ue in

put A

I2 c

onfig

urat

ion

whe

n co

nfig

ured

as

digi

tal i

nput

BY

TE

Y -2

1 ...

21

2

num

CF

CF25

49

309

4948

3,2

RW

Anal

ogue

inpu

t AI3

con

figur

atio

n w

hen

conf

igur

ed a

s di

gita

l inp

ut

BYTE

Y

-21

... 2

1 0

nu

m

CF

CF26

49

310

4948

3,4

RW

Anal

ogue

inpu

t AI4

con

figur

atio

n w

hen

conf

igur

ed a

s di

gita

l inp

ut

BYTE

Y

-21

... 2

1 0

nu

m

CF

CF27

(1)

4923

2 49

483,

6 RW

Ty

pe o

f ana

logu

e ou

tput

AO

3

BYTE

0 ...

2

0

num

CF

CF

30(1

) 49

312

4948

4,4

RW

Anal

ogue

out

put A

O3

conf

igur

atio

n BY

TE

Y -2

2 ...

24

0

num

CF

CF

33(1

) 49

236

4948

5,2

RW

Enab

le a

nalo

gue

TC o

utpu

t BY

TE

0

... 1

1

nu

m

CF

CF34

49

237

4948

5,4

RW

Enab

le a

nalo

gue

outp

ut A

O1

BYTE

0 ...

1

1

num

CF

CF

35(1

) 49

238

4948

5,6

RW

Enab

le a

nalo

gue

outp

ut A

O2

BYTE

0 ...

1

0

num

CF

CF

36(1

) 49

239

4948

6 RW

An

alog

ue T

C ou

tput

pha

se s

hift

BYTE

0 ...

90

27

nu

m

CF

CF37

49

240

4948

6,2

RW

Anal

ogue

out

put A

O1

phas

e di

spla

cem

ent

BYTE

0 ...

90

27

nu

m

CF

CF38

(1)

4924

1 49

486,

4 RW

An

alog

ue o

utpu

t AO

2 ph

ase

disp

lace

men

t BY

TE

0

... 9

0 27

num

CF

CF

39(1

) 49

242

4948

6,6

RW

Anal

ogue

TC

outp

ut p

ulse

leng

th

BYTE

5 ...

40

10

nu

m

CF

CF40

49

243

4948

7 RW

An

alog

ue o

utpu

t AO

1 pu

lse ti

me

BY

TE

5

... 4

0 10

num

CF

CF

41(1

) 49

244

4948

7,2

RW

Anal

ogue

out

put A

O2

pulse

tim

e

BYTE

5 ...

40

10

nu

m

CF

CF42

(1)

4931

6 49

487,

4 RW

An

alog

ue T

C ou

tput

con

figur

atio

n BY

TE

Y -2

2 ...

24

23

nu

m

EWCM

4000

Mod

bus

11/2

2

Page 12: EWCM 4120-4180 - Serial Communication Protocolmosinv.ru/Documentation/EWCM/EWCM 4000/9MA10022_Manuale_… · EWCM 4120-4180 - Serial Communication Protocol – Compact controller

VALU

E PA

R.

VIS.

PAR

. D

ATA

FOLD

ER

LABE

L R/

W

DES

CRIP

TIO

N

CPL

RAN

GE

DEF

AULT

EX

P U

.M.

ADD

RESS

AD

DRE

SS

SIZE

CF

CF

43

4931

7 49

487,

6 RW

An

alog

ue o

utpu

t AO

1 co

nfig

urat

ion

BYTE

Y

-22

... 2

4 23

num

CF

CF

44(1

) 49

318

4948

8 RW

An

alog

ue o

utpu

t AO

2 co

nfig

urat

ion

BYTE

Y

-22

... 2

4 0

nu

m

CF

CF45

49

324

4948

8,2

RW

Dig

ital o

utpu

t DO

1 co

nfig

urat

ion

BY

TE

Y -2

2 ...

22

1

num

CF

CF

46

4932

5 49

488,

4 RW

D

igita

l out

put D

O2

conf

igur

atio

n

BYTE

Y

-22

... 2

2 2

nu

m

CF

CF47

49

326

4948

8,6

RW

Dig

ital o

utpu

t DO

3 co

nfig

urat

ion

BY

TE

Y -2

2 ...

22

4

num

CF

CF

48

4932

7 49

489

RW

Dig

ital o

utpu

t DO

4 co

nfig

urat

ion

BY

TE

Y -2

2 ...

22

3

num

CF

CF

49

4932

8 49

489,

2 RW

D

igita

l out

put D

O5

conf

igur

atio

n

BYTE

Y

-22

... 2

2 15

num

CF

CF

50(1

) 49

329

4948

9,4

RW

Dig

ital o

utpu

t DO

6 co

nfig

urat

ion

BY

TE

Y -2

2 ...

22

0

num

CF

CF

51

4933

0 49

489,

6 RW

Co

nfig

urat

ion

of d

igita

l AO

out

put1

BY

TE

Y -2

2 ...

22

0

num

CF

CF

54

4916

9 49

490,

4 RW

Se

lect

CO

M1

prot

ocol

BY

TE

0

... 1

0

nu

m

CF

CF55

49

176

4949

0,6

RW

Eliw

ell p

roto

col c

ontr

olle

r add

ress

BY

TE

0

... 1

4 0

nu

m

CF

CF56

49

177

4949

1 RW

El

iwel

l pro

toco

l con

trol

ler f

amily

BY

TE

0

... 1

4 0

nu

m

CF

CF63

49

178

4949

2,6

RW

Mod

bus

prot

ocol

con

trol

ler a

ddre

ss

BYTE

1 ...

255

1

nu

m

CF

CF64

49

179

4949

3 RW

M

odbu

s ba

ud ra

te p

roto

col

BYTE

0 ...

7

3

num

CF

CF

65

4918

0 49

493,

2 RW

M

odbu

s pa

rity

prot

ocol

BY

TE

1

... 3

1

nu

m

CF

CF66

49

182

4949

3,4

RW

Cust

omer

cod

e 1

BYTE

0 ...

255

0

nu

m

CF

CF67

49

183

4949

3,6

RW

Cust

omer

cod

e 2

BYTE

0 ...

255

0

nu

m

CF

CF68

49

600

4949

4 RW

Fi

rmw

are

vers

ion

BYTE

0 ...

255

0

-

CF

CF71

16

428

4949

4,6

RW

Tab

(map

cod

e)

WO

RD

0

... 9

99

1

num

CF

CF

72

4935

9 49

495

RW

RTC

pres

ent

BYTE

0 ...

1

1

num

U

I U

I00

4944

0 49

496,

6 RW

LE

D1

conf

igur

atio

n

BYTE

0 ...

30

1

num

U

I U

I01

4944

1 49

497

RW

LED

2 co

nfig

urat

ion

BY

TE

0

... 3

0 2

nu

m

UI

UI0

2 49

442

4949

7,2

RW

LED

3 co

nfig

urat

ion

BY

TE

0

... 3

0 3

nu

m

UI

UI0

3 49

443

4949

7,4

RW

LED

4 co

nfig

urat

ion

BY

TE

0

... 3

0 4

nu

m

UI

UI0

4 49

444

4949

7,6

RW

LED

5 co

nfig

urat

ion

BY

TE

0

... 3

0 0

nu

m

UI

UI0

5 49

445

4949

8 RW

LE

D6

conf

igur

atio

n

BYTE

0 ...

30

0

num

U

I U

I06

4944

6 49

498,

2 RW

LE

D7

conf

igur

atio

n

BYTE

0 ...

30

0

num

U

I U

I07

4944

7 49

498,

4 RW

LE

D8

conf

igur

atio

n

BYTE

0 ...

30

23

nu

m

UI

UI0

8 49

448

4949

8,6

RW

LED

9 co

nfig

urat

ion

BY

TE

0

... 3

0 25

num

U

I U

I09

4944

9 49

499

RW

LED

10 c

onfig

urat

ion

BY

TE

0

... 3

0 26

num

U

I U

I10

4945

0 49

499,

2 RW

LE

D11

con

figur

atio

n

BYTE

0 ...

30

27

nu

m

UI

UI1

2 49

452

4949

9,6

RW

Sele

ct m

ain

set p

oint

disp

lay

BYTE

0 ...

1

0

num

U

I U

I13

4945

3 49

500

RW

Sele

ct m

ain

disp

lay

BYTE

0 ...

6

2

num

U

I U

I20

1669

4 49

501,

6 RW

In

stal

latio

n en

gine

er p

assw

ord

WO

RD

0

... 2

55

1

num

U

I U

I21

1669

6 49

502

RW

Man

ufac

ture

r pas

swor

d W

ORD

0 ...

255

2

nu

m

UI

UI2

2 49

466

4950

2,2

RW

Tem

pera

ture

uni

t (C/

F)

BYTE

0 ...

1

0

num

EWCM

4000

Mod

bus

12/2

2

Page 13: EWCM 4120-4180 - Serial Communication Protocolmosinv.ru/Documentation/EWCM/EWCM 4000/9MA10022_Manuale_… · EWCM 4120-4180 - Serial Communication Protocol – Compact controller

VALU

E PA

R.

VIS.

PAR

. D

ATA

FOLD

ER

LABE

L R/

W

DES

CRIP

TIO

N

CPL

RAN

GE

DEF

AULT

EX

P U

.M.

ADD

RESS

AD

DRE

SS

SIZE

U

I U

I23

4946

7 49

502,

4 RW

U

nit o

f pre

ssur

e m

easu

rem

ent

BYTE

0 ...

1

0

num

ST

St

00

4966

4 49

506,

4 RW

Se

lect

type

of d

evic

e BY

TE

0

... 1

1

nu

m

ST

St01

49

665

4950

6,6

RW

Cent

rale

/late

ral s

et p

oint

BY

TE

0

... 1

1

nu

m

ST

St02

49

666

4950

7 RW

Se

lect

Hot

/col

d op

erat

ing

mod

es

BYTE

0 ...

1

1

num

ST

St

03

4966

7 49

507,

2 RW

Ab

solu

te/r

elat

ive

alar

ms

BYTE

0 ...

1

0

num

CP

CP00

16

912

4950

7,6

RW

Regu

latio

n se

t poi

nt

WO

RD

Y P1

16 ..

. P11

7 45

°C/1

0 - °

F/10

Ba

r/10

0 - P

si/10

CP

CP01

16

914

4950

8 RW

Se

tpoi

nt b

otto

m li

mit

WO

RD

Y -9

99 ..

. P11

7 -1

00

°C

/10

- °F/

10

Bar/

100

- Psi/

10

CP

CP02

16

916

4950

8,2

RW

Setp

oint

upp

er li

mit

WO

RD

Y P1

16 ..

. 999

9 70

0

°C/1

0 - °

F/10

Ba

r/10

0 - P

si/10

CP

CP03

16

918

4950

8,4

RW

Prop

ortio

nal b

and

WO

RD

Y 0

... 9

999

20

°C

/10

- °F/

10

Bar/

100

- Psi/

10

CP

CP04

16

920

4950

8,6

RW

Del

ta m

inim

um c

ut-o

ff W

ORD

Y

0 ...

999

9 20

°C/1

0 - °

F/10

Ba

r/10

0 - P

si/10

CP

CP05

16

922

4950

9 RW

D

elta

sat

urat

ion

cut-

off

WO

RD

Y 0

... 9

999

20

°C

/10

- °F/

10

Bar/

100

- Psi/

10

CP

CP06

16

924

4950

9,2

RW

Hyst

eres

is m

inim

um c

ut-o

ff W

ORD

Y

0 ...

999

9 10

°C/1

0 - °

F/10

Ba

r/10

0 - P

si/10

CP

CP07

16

926

4950

9,4

RW

Hyst

eres

is sa

tura

tion

cut-

off

WO

RD

Y 0

... 9

999

10

°C

/10

- °F/

10

Bar/

100

- Psi/

10

CP

CP08

49

696

4950

9,6

RW

Enab

le m

inim

um c

ut-o

ff BY

TE

0

... 1

1

nu

m

CP

CP09

49

697

4951

0 RW

En

able

sat

urat

ion

cut-

off

BYTE

0 ...

1

1

num

CP

CP

10

4969

8 49

510,

2 RW

Ac

tivat

ion

polic

y BY

TE

0

... 2

1

nu

m

CP

CP11

49

699

4951

0,4

RW

Enab

le/d

isabl

e se

quen

ce o

f rel

ays

asso

ciat

ed to

co

mpr

esso

r pow

er s

tage

s, su

ctio

n se

ctio

n BY

TE

0

... 2

2

nu

m

CP

CP12

49

700

4951

0,6

RW

OFF

-ON

com

pres

sor d

elay

BY

TE

0

... 2

55

1

min

CP

CP

13

4970

1 49

511

RW

ON

-ON

com

pres

sor d

elay

BYTE

0 ...

255

1

m

in

CP

CP14

49

702

4951

1,2

RW

ON

-OFF

com

pres

sor d

elay

BY

TE

0

... 2

55

15

se

c CP

CP

15

4970

3 49

511,

4 RW

In

ters

tep

up ti

me

BYTE

0 ...

255

30

sec

CP

CP16

49

704

4951

1,6

RW

Inte

rste

p do

wn

time

BYTE

0 ...

255

10

sec

CP

CP17

16

938

4951

2 RW

M

axim

um h

ours

of u

se fo

r com

pres

sor

WO

RD

0

... 6

500

0

ore*

10

CP

CP18

49

708

4951

2,2

RW

Min

imum

spe

ed

BYTE

0 ...

100

20

% CP

CP

19

4970

9 49

512,

4 RW

M

axim

um s

peed

BY

TE

0

... 1

00

80

%

CP

CP20

49

710

4951

2,6

RW

Satu

ratio

n sp

eed

BYTE

0 ...

100

10

0

% CP

CP

21

4971

1 49

513

RW

Def

ault

pow

er fo

r non

-allo

cate

d pr

obe/

prob

e er

ror

BYTE

0 ...

100

0

%

CP

CP22

49

712

4951

3,2

RW

Num

ber o

f com

pres

sor s

teps

per

circ

uit

BYTE

0 ...

4

4

num

CP

CP

23

4971

3 49

513,

4 RW

N

umbe

r of c

ompr

esso

r ste

ps 1

BY

TE

1

... 4

1

nu

m

EWCM

4000

Mod

bus

13/2

2

Page 14: EWCM 4120-4180 - Serial Communication Protocolmosinv.ru/Documentation/EWCM/EWCM 4000/9MA10022_Manuale_… · EWCM 4120-4180 - Serial Communication Protocol – Compact controller

FOLD

ER

LABE

L VA

LUE

PAR.

AD

DRE

SS

R/W

D

ESCR

IPTI

ON

D

ATA

SIZE

CP

L RA

NG

E D

EFAU

LT

EXP

U.M

. VI

S. P

AR.

ADD

RESS

CP

CP

24

4971

4 49

513,

6 RW

N

umbe

r of c

ompr

esso

r ste

ps 2

BY

TE

1

... 3

1

nu

m

CP

CP25

49

715

4951

4 RW

N

umbe

r of c

ompr

esso

r ste

ps 3

BY

TE

1

... 2

1

nu

m

FN

Fn00

17

040

4951

4,2

RW

Regu

latio

n se

t poi

nt

WO

RD

Y P1

42 ..

. P14

3 90

°C/1

0 - °

F/10

Ba

r/10

- Ps

i

FN

Fn01

17

042

4951

4,4

RW

Setp

oint

bot

tom

lim

it W

ORD

Y

-999

... P

143

-500

°C/1

0 - °

F/10

Ba

r/10

- Ps

i

FN

Fn02

17

044

4951

4,6

RW

Setp

oint

upp

er li

mit

WO

RD

Y P1

42 ..

. 999

9 99

9

°C/1

0 - °

F/10

Ba

r/10

- Ps

i

FN

Fn03

17

046

4951

5 RW

Pr

opor

tiona

l ban

d W

ORD

Y

0 ...

999

9 20

°C/1

0 - °

F/10

Ba

r/10

- Ps

i

FN

Fn04

17

048

4951

5,2

RW

Del

ta m

inim

um c

ut-o

ff W

ORD

Y

0 ...

999

9 20

°C/1

0 - °

F/10

Ba

r/10

- Ps

i

FN

Fn05

17

050

4951

5,4

RW

Del

ta s

atur

atio

n cu

t-of

f W

ORD

Y

0 ...

999

9 20

°C/1

0 - °

F/10

Ba

r/10

- Ps

i

FN

Fn06

17

052

4951

5,6

RW

Hyst

eres

is m

inim

um c

ut-o

ff W

ORD

Y

0 ...

999

9 10

°C/1

0 - °

F/10

Ba

r/10

- Ps

i

FN

Fn07

17

054

4951

6 RW

Hy

ster

esis

satu

ratio

n cu

t-of

f W

ORD

Y

0 ...

999

9 10

°C/1

0 - °

F/10

Ba

r/10

- Ps

i FN

Fn

08

4982

4 49

516,

2 RW

En

able

min

imum

cut

-off

BYTE

0 ...

1

1

num

FN

Fn

09

4982

5 49

516,

4 RW

En

able

sat

urat

ion

cut-

off

BYTE

0 ...

1

1

num

FN

Fn

10

4982

6 49

516,

6 RW

Co

mpr

esso

r ope

ratio

n on

requ

est

BYTE

0 ...

1

0

num

FN

Fn

11

4982

7 49

517

RW

Enab

le fa

n ro

tatio

n

BYTE

0 ...

1

0

num

FN

Fn

12

4982

8 49

517,

2 RW

M

ode

for r

each

ing

max

imum

pic

k-up

spe

ed

BYTE

0 ...

1

0

num

FN

Fn

13

4982

9 49

517,

4 RW

Fa

n pi

ckup

tim

e

BYTE

0 ...

255

2

se

c FN

Fn

14

4983

0 49

517,

6 RW

By

pass

cut

-off

time

BYTE

0 ...

255

80

sec

FN

Fn15

49

831

4951

8 RW

Pr

e-ve

ntila

tion

BYTE

0 ...

255

0

se

c FN

Fn

16

4983

2 49

518,

2 RW

In

ters

tep

up ti

me

BYTE

0 ...

255

15

sec

FN

Fn17

49

833

4951

8,4

RW

Inte

rste

p do

wn

time

BYTE

0 ...

255

5

se

c FN

Fn

18

1706

6 49

518,

6 RW

M

axim

um o

ff tim

e fo

r all

fans

W

ORD

0 ...

500

50

0

ore

FN

Fn19

17

068

4951

9 RW

M

axim

um h

ours

of u

se fo

r fan

W

ORD

0 ...

650

0 0

or

e*10

FN

Fn

20

4983

8 49

519,

2 RW

M

inim

um s

peed

BY

TE

0

... 1

00

40

%

FN

Fn21

49

839

4951

9,4

RW

Max

imum

sile

nt s

peed

BY

TE

0

... 1

00

100

%

FN

Fn22

49

840

4951

9,6

RW

Max

imum

spe

ed

BYTE

0 ...

100

10

0

% FN

Fn

23

4984

1 49

520

RW

Max

imum

pic

k-up

spe

ed

BYTE

0 ...

100

10

0

% FN

Fn

24

4984

2 49

520,

2 RW

D

efau

lt po

wer

for n

on-a

lloca

ted

prob

e/pr

obe

erro

r BY

TE

0

... 1

00

100

%

FN

Fn25

49

843

4952

0,4

RW

Num

ber o

f fan

s pe

r ste

p fo

r fan

coi

l BY

TE

Y -1

... 4

0

nu

m

AL

AL00

50

064

4952

0,6

RW

Tim

e in

terv

al in

whi

ch a

larm

eve

nts

are

coun

ted

BYTE

1 ...

99

60

m

in

AL

AL01

50

065

4952

1 RW

N

umbe

r of i

nlet

pre

ssur

e sw

itch

even

ts

BYTE

0 ...

33

0

num

EWCM

4000

Mod

bus

14/2

2

Page 15: EWCM 4120-4180 - Serial Communication Protocolmosinv.ru/Documentation/EWCM/EWCM 4000/9MA10022_Manuale_… · EWCM 4120-4180 - Serial Communication Protocol – Compact controller

FOLD

ER

LABE

L VA

LUE

PAR.

AD

DRE

SS

R/W

D

ESCR

IPTI

ON

D

ATA

SIZE

CP

L RA

NG

E D

EFAU

LT

EXP

U.M

. VI

S. P

AR.

ADD

RESS

AL

AL

02

5006

6 49

521,

2 RW

In

let p

ress

ure

switc

h al

arm

byp

ass

time

BYTE

0 ...

255

0

se

c AL

AL

03

5006

7 49

521,

4 RW

N

umbe

r of o

utle

t pre

ssur

e sw

itch

even

ts

BYTE

0 ...

33

0

num

AL

AL

04

5006

8 49

521,

6 RW

O

utle

t pre

ssur

e sw

itch

alar

m b

ypas

s tim

e BY

TE

0

... 2

55

0

sec

AL

AL05

50

069

4952

2 RW

N

umbe

r of i

nlet

low

ana

logu

e al

arm

eve

nts

BYTE

0 ...

33

0

num

AL

AL

06

5007

0 49

522,

2 RW

In

let l

ow a

nalo

gue

alar

m b

ypas

s tim

e BY

TE

0

... 2

55

0

sec

AL

AL07

50

071

4952

2,4

RW

Num

ber o

f inl

et h

igh

anal

ogue

ala

rm e

vent

s BY

TE

0

... 3

3 0

nu

m

AL

AL08

50

072

4952

2,6

RW

Inle

t hig

h an

alog

ue a

larm

byp

ass

time

BYTE

0 ...

255

0

se

c AL

AL

09

5007

3 49

523

RW

Num

ber o

f out

let l

ow a

nalo

gue

alar

m e

vent

s BY

TE

0

... 3

3 0

nu

m

AL

AL10

50

074

4952

3,2

RW

Out

let l

ow a

nalo

gue

alar

m b

ypas

s tim

e BY

TE

0

... 2

55

0

sec

AL

AL11

50

075

4952

3,4

RW

Num

ber o

f out

let h

igh

anal

ogue

ala

rm e

vent

s BY

TE

0

... 3

3 0

nu

m

AL

AL12

50

076

4952

3,6

RW

Out

let h

igh

anal

ogue

ala

rm b

ypas

s tim

e BY

TE

0

... 2

55

0

sec

AL

AL13

50

077

4952

4 RW

N

umbe

r of c

ompr

esso

r shu

t-do

wn

alar

m e

vent

s BY

TE

0

... 3

3 0

nu

m

AL

AL14

50

078

4952

4,2

RW

Com

pres

sor s

hut-

dow

n al

arm

s by

pass

tim

e BY

TE

0

... 2

55

0

sec

AL

AL15

50

079

4952

4,4

RW

Num

ber o

f fan

ther

mal

sw

itch

alar

m e

vent

s BY

TE

0

... 3

3 0

nu

m

AL

AL16

50

080

4952

4,6

RW

Fan

ther

mal

sw

itch

alar

ms

bypa

ss ti

me

BYTE

0 ...

255

0

se

c

AL

AL17

17

314

4952

5 RW

In

let p

robe

max

imum

ala

rm s

witc

h-on

thre

shol

d W

ORD

Y

-999

... 9

999

700

°C

/10

- °F/

10

Bar/

100

– Ps

i/10

AL

AL18

17

316

4952

5,2

RW

Hyst

eres

is fo

r sw

itchi

ng o

ff in

let p

robe

max

imum

ala

rm

WO

RD

0

... 9

999

10

°C

/10

- °F/

10

Bar/

100

– Ps

i/10

AL

AL19

17

318

4952

5,4

RW

Inle

t pro

be m

inim

um a

larm

sw

itch-

on th

resh

old

WO

RD

Y -9

99 ..

. 999

9 -1

0

°C/1

0 - °

F/10

Ba

r/10

0 –

Psi/1

0

AL

AL20

17

320

4952

5,6

RW

Hyst

eres

is fo

r sw

itchi

ng o

ff in

let p

robe

min

imum

ala

rm

WO

RD

0

... 9

999

10

°C

/10

- °F/

10

Bar/

100

– Ps

i/10

AL

AL21

17

322

4952

6 RW

O

utle

t pro

be m

axim

um a

larm

sw

itch-

on th

resh

old

WO

RD

Y -9

99 ..

. 999

9 16

0

°C/1

0 - °

F/10

Ba

r/10

- Ps

i

AL

AL22

17

324

4952

6,2

RW

Hyst

eres

is fo

r sw

itchi

ng o

ff ou

tlet p

robe

max

imum

ala

rm

WO

RD

0

... 9

999

10

°C

/10

- °F/

10

Bar/

10 -

Psi

AL

AL23

17

326

4952

6,4

RW

Out

let p

robe

min

imum

ala

rm s

witc

h-on

thre

shol

d W

ORD

Y

-999

... 9

999

0

°C/1

0 - °

F/10

Ba

r/10

- Ps

i

AL

AL24

17

328

4952

6,6

RW

Hyst

eres

is fo

r sw

itchi

ng o

ff ou

tlet p

robe

min

imum

ala

rm

WO

RD

0

... 9

999

10

°C

/10

- °F/

10

Bar/

10 -

Psi

AL

AL25

50

098

4952

7 RW

M

axim

um n

umbe

r of h

istor

ical

eve

nts

per a

larm

mes

sage

BY

TE

0

... 9

9 0

nu

m

(1)

see

para

grap

h “V

isib

ility

and

Val

ue o

f par

amet

ers“

EWCM

4000

Mod

bus

15/2

2

Page 16: EWCM 4120-4180 - Serial Communication Protocolmosinv.ru/Documentation/EWCM/EWCM 4000/9MA10022_Manuale_… · EWCM 4120-4180 - Serial Communication Protocol – Compact controller

1.4.

2 Ta

bella

Clie

nt

LABE

L A

DD

RESS

R/

W

DES

CRIP

TIO

N

DAT

A SI

ZE

CPL

RAN

GE

DEF

AULT

EX

P U

.M.

DI_

PrD

isc

3332

2,1

R O

utle

t pre

ssur

e sw

itch

1 bi

t

0 ...

1

0

flag

DI_

PrSu

ct

3332

2,2

R In

let p

ress

ure

switc

h

1

bit

0

... 1

0

fla

g D

I_Al

Cp1

3332

2,3

R St

op c

ompr

esso

r 1

1 bi

t

0 ...

1

0

flag

DI_

AlCp

2 33

322,

4 R

Stop

com

pres

sor 2

1

bit

0

... 1

0

fla

g D

I_Al

Cp3

3332

2,5

R St

op c

ompr

esso

r 3

1 bi

t

0 ...

1

0

flag

DI_

AlCp

4 33

322,

6 R

Stop

com

pres

sor 4

1

bit

0

... 1

0

fla

g D

I_Al

CpIn

33

322,

7 R

Cont

inuo

us c

ompr

esso

r shu

t-do

wn

1 bi

t

0 ...

1

0

flag

DI_

TFan

1 33

323

R Th

erm

al p

rote

ctio

n fa

n 1

(man

ual r

eset

) 1

bit

0

... 1

0

fla

g D

I_TF

an2

3332

3,1

R Th

erm

al p

rote

ctio

n fa

n 2

(man

ual r

eset

) 1

bit

0

... 1

0

fla

g D

I_TF

an3

3332

3,2

R Th

erm

al p

rote

ctio

n fa

n 3

(man

ual r

eset

) 1

bit

0

... 1

0

fla

g D

I_TF

an4

3332

3,3

R Th

erm

al p

rote

ctio

n fa

n 4

(man

ual r

eset

) 1

bit

0

... 1

0

fla

g D

I_TF

ans

3332

3,4

R Co

ntin

uous

fan/

shar

ed fa

ns th

erm

al s

witc

h 1

bit

0

... 1

0

fla

g D

I_O

nOff

33

323,

5 R

Rem

ote

On/

Off

1 bi

t

0 ...

1

0

flag

DI_

Al

3332

3,6

R Ge

nera

l ala

rm

1 bi

t

0 ...

1

0

flag

DI_

AlSe

q1

3332

3,7

R Se

quen

cer r

esou

rce

1 pr

otec

tion

1 bi

t

0 ...

1

0

flag

DI_

AlSe

q2

3332

4 R

Sequ

ence

r res

ourc

e 2

prot

ectio

n 1

bit

0

... 1

0

fla

g D

I_Al

Seq3

33

324,

1 R

Sequ

ence

r res

ourc

e 3

prot

ectio

n 1

bit

0

... 1

0

fla

g D

I_Al

Seq4

33

324,

2 R

Sequ

ence

r res

ourc

e 4

prot

ectio

n 1

bit

0

... 1

0

fla

g D

I_Al

Seq5

33

324,

3 R

Sequ

ence

r res

ourc

e 5

prot

ectio

n 1

bit

0

... 1

0

fla

g D

I_Al

Seq6

33

324,

4 R

Sequ

ence

r res

ourc

e 6

prot

ectio

n 1

bit

0

... 1

0

fla

g D

I_Al

Seq7

33

324,

5 R

Sequ

ence

r res

ourc

e 7

prot

ectio

n 1

bit

0

... 1

0

fla

g D

O_C

P1

3333

2,1

R Co

mpr

esso

r on

1 1

bit

0

... 1

0

fla

g D

O_C

P2

3333

2,2

R Co

mpr

esso

r on

2 1

bit

0

... 1

0

fla

g D

O_C

P3

3333

2,3

R Co

mpr

esso

r on

3 1

bit

0

... 1

0

fla

g D

O_C

P4

3333

2,4

R Co

mpr

esso

r on

4 1

bit

0

... 1

0

fla

g D

O_P

z1CP

1 33

332,

5 R

Com

pres

sor 1

spl

itter

1 re

lay

1 bi

t

0 ...

1

0

flag

DO

_Pz1

CP2

3333

2,6

R Co

mpr

esso

r 2 s

plitt

er 1

rela

y 1

bit

0

... 1

0

fla

g D

O_P

z1CP

3 33

332,

7 R

Com

pres

sor 3

spl

itter

1 re

lay

1 bi

t

0 ...

1

0

flag

DO

_Pz2

CP1

3333

3 R

Com

pres

sor 1

spl

itter

2 re

lay

1 bi

t

0 ...

1

0

flag

DO

_Pz2

CP2

3333

3,1

R Co

mpr

esso

r 2 s

plitt

er 2

rela

y 1

bit

0

... 1

0

fla

g D

O_P

z3CP

1 33

333,

2 R

Com

pres

sor 1

spl

itter

3 re

lay

1 bi

t

0 ...

1

0

flag

DO

_Fan

1 33

333,

3 R

Fan

stat

e 1

1 bi

t

0 ...

1

0

flag

DO

_Fan

2 33

333,

4 R

Fan

stat

e 2

1 bi

t

0 ...

1

0

flag

DO

_Fan

3 33

333,

5 R

Fan

stat

e 3

1 bi

t

0 ...

1

0

flag

DO

_Fan

4 33

333,

6 R

Fan

stat

e 4

1 bi

t

0 ...

1

0

flag

EWCM

4000

Mod

bus

16/2

2

Page 17: EWCM 4120-4180 - Serial Communication Protocolmosinv.ru/Documentation/EWCM/EWCM 4000/9MA10022_Manuale_… · EWCM 4120-4180 - Serial Communication Protocol – Compact controller

LABE

L A

DD

RESS

R/

W

DES

CRIP

TIO

N

DAT

A SI

ZE

CPL

RAN

GE

DEF

AULT

EX

P U

.M.

DO

_Al

3333

3,7

R Al

arm

1

bit

0

... 1

0

fla

g D

O_S

eq1

3333

4 R

Sequ

ence

r res

ourc

e 1

stat

us

1

bit

0

... 1

0

fla

g D

O_S

eq2

3333

4,1

R Se

quen

cer r

esou

rce

2 st

atus

1 bi

t

0 ...

1

0

flag

DO

_Seq

3 33

334,

2 R

Sequ

ence

r res

ourc

e 3

stat

us

1

bit

0

... 1

0

fla

g D

O_S

eq4

3333

4,3

R Se

quen

cer r

esou

rce

4 st

atus

1 bi

t

0 ...

1

0

flag

DO

_Seq

5 33

334,

4 R

Sequ

ence

r res

ourc

e 5

stat

us

1

bit

0

... 1

0

fla

g D

O_S

eq6

3333

4,5

R Se

quen

cer r

esou

rce

6 st

atus

1 bi

t

0 ...

1

0

flag

DO

_Seq

7 33

334,

6 R

Sequ

ence

r res

ourc

e 7

stat

us

1

bit

0

... 1

0

fla

g AO

_Fan

In

3333

4,7

R Co

ntin

uous

fan

stat

us

1 bi

t

0 ...

1

0

flag

AO_C

PIn

3333

5 R

Cont

inuo

us c

ompr

esso

r sta

tus

1 bi

t

0 ...

1

0

flag

AI_S

uct

531

R In

let p

robe

val

ue

WO

RD

Y -5

80 ..

. 220

0 0

-2

bar

AI_S

uct

531

R In

let p

robe

val

ue

WO

RD

Y -5

80 ..

. 220

0 0

-1

PSI

AI_S

uct

531

R In

let p

robe

val

ue

WO

RD

Y -5

80 ..

. 220

0 0

-1

°C

AI_S

uct

531

R In

let p

robe

val

ue

WO

RD

Y -5

80 ..

. 220

0 0

-1

°F

AI_S

uct

531

R In

let p

robe

val

ue

WO

RD

Y -5

80 ..

. 220

0 0

fla

g AI

_Dis

c 53

3 R

Out

let p

robe

val

ue

WO

RD

Y -5

80 ..

. 220

0 0

-1

bar

AI_D

isc

533

R O

utle

t pro

be v

alue

W

ORD

Y

-580

... 2

200

0

PSI

AI_D

isc

533

R O

utle

t pro

be v

alue

W

ORD

Y

-580

... 2

200

0 -1

°C

AI

_Dis

c 53

3 R

Out

let p

robe

val

ue

WO

RD

Y -5

80 ..

. 220

0 0

-1

°F

AI_D

isc

533

R O

utle

t pro

be v

alue

W

ORD

Y

-580

... 2

200

0

flag

AI_S

eq

535

R Se

quen

cer p

robe

val

ue

WO

RD

Y -5

80 ..

. 220

0 0

-1

bar

AI_S

eq

535

R Se

quen

cer p

robe

val

ue

WO

RD

Y -5

80 ..

. 220

0 0

PS

I AI

_Seq

53

5 R

Sequ

ence

r pro

be v

alue

W

ORD

Y

-580

... 2

200

0 -1

°C

AI

_Seq

53

5 R

Sequ

ence

r pro

be v

alue

W

ORD

Y

-580

... 2

200

0 -1

°F

AI

_Seq

53

5 R

Sequ

ence

r pro

be v

alue

W

ORD

Y

-580

... 2

200

0

flag

AO_F

anIn

55

0 R

Pow

er g

ener

ated

by

cont

inuo

us fa

n W

ORD

0 ...

100

0 0

%

AO_C

PIn

552

R Po

wer

gen

erat

ed b

y co

ntin

uous

com

pres

sor

WO

RD

0

... 1

000

0

% AI

_AI1

DI6

34

4 R

Anal

ogue

inpu

t Ai1

W

ORD

Y

-580

... 2

200

0 -1

°C

AI

_AI1

DI6

34

4 R

Anal

ogue

inpu

t Ai1

W

ORD

Y

-580

... 2

200

0 -1

°F

AI

_AI1

DI6

34

4 R

Anal

ogue

inpu

t Ai1

W

ORD

Y

-580

... 2

200

0

flag

AI_A

I2D

I7

346

R An

alog

ue in

put A

i2

WO

RD

Y -5

80 ..

. 220

0 0

-1

°C

AI_A

I2D

I7

346

R An

alog

ue in

put A

i2

WO

RD

Y -5

80 ..

. 220

0 0

-1

°F

AI_A

I2D

I7

346

R An

alog

ue in

put A

i2

WO

RD

Y -5

80 ..

. 220

0 0

fla

g AI

_AI3

DI8

34

8 R

Anal

ogue

inpu

t Ai3

W

ORD

Y

-580

... 2

200

0 -2

ba

r AI

_AI3

DI8

34

8 R

Anal

ogue

inpu

t Ai3

W

ORD

Y

-580

... 2

200

0 -1

PS

I AI

_AI3

DI8

34

8 R

Anal

ogue

inpu

t Ai3

W

ORD

Y

-580

... 2

200

0 -1

°C

AI

_AI3

DI8

34

8 R

Anal

ogue

inpu

t Ai3

W

ORD

Y

-580

... 2

200

0 -1

°F

EWCM

4000

Mod

bus

17/2

2

Page 18: EWCM 4120-4180 - Serial Communication Protocolmosinv.ru/Documentation/EWCM/EWCM 4000/9MA10022_Manuale_… · EWCM 4120-4180 - Serial Communication Protocol – Compact controller

LABE

L A

DD

RESS

R/

W

DES

CRIP

TIO

N

DAT

A SI

ZE

CPL

RAN

GE

DEF

AULT

EX

P U

.M.

AI_A

I3D

I8

348

R An

alog

ue in

put A

i3

WO

RD

Y -5

80 ..

. 220

0 0

fla

g AI

_AI4

DI9

35

0 R

Anal

ogue

inpu

t Ai4

W

ORD

Y

-580

... 2

200

0 -1

ba

r AI

_AI4

DI9

35

0 R

Anal

ogue

inpu

t Ai4

W

ORD

Y

-580

... 2

200

0

PSI

AI_A

I4D

I9

350

R An

alog

ue in

put A

i4

WO

RD

Y -5

80 ..

. 220

0 0

-1

°C

AI_A

I4D

I9

350

R An

alog

ue in

put A

i4

WO

RD

Y -5

80 ..

. 220

0 0

-1

°F

AI_A

I4D

I9

350

R An

alog

ue in

put A

i4

WO

RD

Y -5

80 ..

. 220

0 0

fla

g D

O_D

O4

3309

5 R

Dig

ital o

utpu

t DO

4 1

bit

0

... 1

0

fla

g D

O_D

O5

3309

5,1

R D

igita

l out

put D

O5

1 bi

t

0 ...

1

0

flag

DO

_DO

1 33

095,

2 R

Dig

ital o

utpu

t DO

1 1

bit

0

... 1

0

fla

g D

O_D

O2

3309

5,3

R D

igita

l out

put D

O2

1 bi

t

0 ...

1

0

flag

DO

_DO

3 33

095,

4 R

Dig

ital o

utpu

t DO

3 1

bit

0

... 1

0

fla

g D

O_D

O6T

C 33

095,

5 R

Dig

ital o

utpu

t DO

6 1

bit

0

... 1

0

fla

g D

O_D

O7A

O1

3309

5,6

R D

igita

l out

put A

O1

1 bi

t

0 ...

1

0

flag

DO

_DO

8AO

2 33

095,

7 R

Dig

ital o

utpu

t AO

2 1

bit

0

... 1

0

fla

g PW

M_A

O3

391

R PW

M A

O o

utpu

t3

WO

RD

0

... 1

000

0 -1

%

PWM

_AO

4 39

3 R

PWM

AO

out

put4

W

ORD

0 ...

100

0 0

-1

% TC

_TC

3314

9 R

Tria

c TC

out

put

BYTE

0 ...

100

0

%

TC_A

O1

3315

0 R

Tria

c AO

out

put1

BY

TE

0

... 1

00

0

% TC

_AO

2 33

151

R Tr

iac

AO o

utpu

t2

BYTE

0 ...

100

0

%

DI_

DI1

33

094

R D

igita

l ID

inpu

t1

1 bi

t

0 ...

1

0

flag

DI_

DI2

33

094,

1 R

Dig

ital I

D in

put2

1

bit

0

... 1

0

fla

g D

I_D

I3

3309

4,2

R D

igita

l ID

inpu

t3

1 bi

t

0 ...

1

0

flag

DI_

DI4

33

094,

3 R

Dig

ital I

D in

put4

1

bit

0

... 1

0

fla

g D

I_D

I5

3309

4,4

R D

igita

l ID

inpu

t5

1 bi

t

0 ...

1

0

flag

Er01

33

037,

1 R

Low

pre

ssur

e sw

itch,

suc

tion

sect

ion

1 bi

t

0 ...

1

0

flag

Er02

33

037,

2 R

High

pre

ssur

e sw

itch,

suc

tion

sect

ion

1 bi

t

0 ...

1

0

flag

Er03

33

037,

3 R

Low

pre

ssur

e sw

itch,

del

iver

y se

ctio

n 1

bit

0

... 1

0

fla

g Er

04

3303

7,4

R Hi

gh p

ress

ure

switc

h, d

eliv

ery

sect

ion

1 bi

t

0 ...

1

0

flag

Er05

33

037,

5 R

Inle

t pro

be m

axim

um

1 bi

t

0 ...

1

0

flag

Er06

33

037,

6 R

Inle

t pro

be m

inim

um

1 bi

t

0 ...

1

0

flag

Er07

33

037,

7 R

Out

let p

robe

max

imum

1

bit

0

... 1

0

fla

g Er

08

3303

8 R

Out

let p

robe

min

imum

1

bit

0

... 1

0

fla

g Er

09

3303

8,1

R St

op c

ompr

esso

r 1

1 bi

t

0 ...

1

0

flag

Er10

33

038,

2 R

Stop

com

pres

sor 2

1

bit

0

... 1

0

fla

g Er

11

3303

8,3

R St

op c

ompr

esso

r 3

1 bi

t

0 ...

1

0

flag

Er12

33

038,

4 R

Stop

com

pres

sor 4

1

bit

0

... 1

0

fla

g Er

13

3303

8,5

R Co

ntin

uous

com

pres

sor s

hut-

dow

n 1

bit

0

... 1

0

fla

g

EWCM

4000

Mod

bus

18/2

2

Page 19: EWCM 4120-4180 - Serial Communication Protocolmosinv.ru/Documentation/EWCM/EWCM 4000/9MA10022_Manuale_… · EWCM 4120-4180 - Serial Communication Protocol – Compact controller

EWCM

4000

Mod

bus

19/2

2

LABE

L A

DD

RESS

R/

W

DES

CRIP

TIO

N

DAT

A SI

ZE

CPL

RAN

GE

DEF

AULT

EX

P U

.M.

Er14

33

038,

6 R

Ther

mal

pro

tect

ion

fan

1 (m

anua

l res

et)

1 bi

t

0 ...

1

0

flag

Er15

33

038,

7 R

Ther

mal

pro

tect

ion

fan

2 (m

anua

l res

et)

1 bi

t

0 ...

1

0

flag

Er16

33

039

R Th

erm

al p

rote

ctio

n fa

n 3

(man

ual r

eset

) 1

bit

0

... 1

0

fla

g Er

17

3303

9,1

R Th

erm

al p

rote

ctio

n fa

n 4

(man

ual r

eset

) 1

bit

0

... 1

0

fla

g Er

18

3303

9,2

R Co

ntin

uous

fan/

shar

ed fa

ns th

erm

al s

witc

h 1

bit

0

... 1

0

fla

g Er

19

3303

9,3

R Co

mpr

esso

r 1 o

pera

ting

hour

s ex

ceed

ed w

arni

ng

1 bi

t

0 ...

1

0

flag

Er20

33

039,

4 R

Com

pres

sor 2

ope

ratin

g ho

urs

exce

eded

war

ning

1

bit

0

... 1

0

fla

g Er

21

3303

9,5

R Co

mpr

esso

r 3 o

pera

ting

hour

s ex

ceed

ed w

arni

ng

1 bi

t

0 ...

1

0

flag

Er22

33

039,

6 R

Com

pres

sor 4

ope

ratin

g ho

urs

exce

eded

war

ning

1

bit

0

... 1

0

fla

g Er

23

3303

9,7

R Co

ntin

uous

com

pres

sor r

unni

ng ti

me

exce

eded

sig

nal

1 bi

t

0 ...

1

0

flag

Er24

33

040

R Fa

n ex

ceed

ed ru

nnin

g tim

e 1

1 bi

t

0 ...

1

0

flag

Er25

33

040,

1 R

Fan

exce

eded

runn

ing

time

2 1

bit

0

... 1

0

fla

g Er

26

3304

0,2

R Fa

n ex

ceed

ed ru

nnin

g tim

e 3

1 bi

t

0 ...

1

0

flag

Er27

33

040,

3 R

Fan

exce

eded

runn

ing

time

4 1

bit

0

... 1

0

fla

g Er

28

3304

0,4

R Co

ntin

uous

fan

runn

ing

time

exce

eded

sig

nal

1 bi

t

0 ...

1

0

flag

Er29

33

040,

5 R

Gene

ral a

larm

1

bit

0

... 1

0

fla

g Er

30

3304

0,6

R In

let p

robe

err

or

1 bi

t

0 ...

1

0

flag

Er31

33

040,

7 R

Del

iver

y pr

obe

erro

r 1

bit

0

... 1

0

fla

g Er

32

3304

1 R

Sequ

ence

r pro

be e

rror

1

bit

0

... 1

0

fla

g Er

33

3304

1,1

R RT

C co

mm

unic

atio

n er

ror a

larm

1

bit

0

... 1

0

fla

g Er

34

3304

1,2

R Al

arm

RTC

regi

ster

val

ue n

ot c

onsis

tent

1

bit

0

... 1

0

fla

g Er

35

3304

1,3

R Co

nfig

urat

ion

erro

r ala

rm

1 bi

t

0 ...

1

0

flag

Er36

33

041,

4 R

Not

use

d 1

bit

0

... 1

0

fla

g Er

37

3304

1,5

R Al

arm

log

full

war

ning

1

bit

0

... 1

0

fla

g Er

38

3304

1,6

R Se

quen

cer r

esou

rce

1 pr

otec

tion

1 bi

t

0 ...

1

0

flag

Er39

33

041,

7 R

Sequ

ence

r res

ourc

e 2

prot

ectio

n 1

bit

0

... 1

0

fla

g Er

40

3304

2 R

Sequ

ence

r res

ourc

e 3

prot

ectio

n 1

bit

0

... 1

0

fla

g Er

41

3304

2,1

R Se

quen

cer r

esou

rce

4 pr

otec

tion

1 bi

t

0 ...

1

0

flag

Er42

33

042,

2 R

Sequ

ence

r res

ourc

e 5

prot

ectio

n 1

bit

0

... 1

0

fla

g Er

43

3304

2,3

R Se

quen

cer r

esou

rce

6 pr

otec

tion

1 bi

t

0 ...

1

0

flag

Er44

33

042,

4 R

Sequ

ence

r res

ourc

e 7

prot

ectio

n 1

bit

0

... 1

0

fla

g AL

ARM

_RST

33

357,

2 W

Al

arm

man

ual r

eset

1

bit

0

... 1

0

fla

g O

NO

FF_T

OG

3335

7,3

W

Inst

rum

ent O

n/O

ff 1

bit

0

... 1

0

fla

g O

N

3335

7,4

W

Inst

rum

ent O

n 1

bit

0

... 1

0

fla

g O

FF

3335

7,5

W

Inst

rum

ent O

ff 1

bit

0

... 1

0

fla

g VA

R_RS

T 33

357,

6 W

Re

set c

hang

ed p

aram

eter

s in

dica

tor

1 bi

t

0 ...

1

0

flag

Page 20: EWCM 4120-4180 - Serial Communication Protocolmosinv.ru/Documentation/EWCM/EWCM 4000/9MA10022_Manuale_… · EWCM 4120-4180 - Serial Communication Protocol – Compact controller

2 DISCLAIMER This document is exclusive property of Eliwell Controls srl. and cannot be reproduced and circulated unless expressly authorized by Eliwell Controls srl Although all possible measures have been taken by Eliwell Controls srl l. to guarantee the accuracy of this document, it does not accept any responsibility arising out of its use.

EWCM4000 Modbus 20/22

Page 21: EWCM 4120-4180 - Serial Communication Protocolmosinv.ru/Documentation/EWCM/EWCM 4000/9MA10022_Manuale_… · EWCM 4120-4180 - Serial Communication Protocol – Compact controller

3 ANALITIC INDEX

C Configuration of device address ....................................8 Configuration with Modbus RTU ..................................3 D Data format (RTU)............................................................3 DISCLAIMER..................................................................... 21 E EXP.....................................................................................10

M Modbus commands available and data areas..........4 MODBUS FUNCTIONS AND RESOURCES.................... 3 P Parameters / visibility table .........................................10 Parameters/visibility table and Client table............... 8 T Tabella Client ..................................................................16 V Visibility and Value of Parameters ............................... 8

EWCM4000 Modbus 21/22

Page 22: EWCM 4120-4180 - Serial Communication Protocolmosinv.ru/Documentation/EWCM/EWCM 4000/9MA10022_Manuale_… · EWCM 4120-4180 - Serial Communication Protocol – Compact controller

EWCM4000 Modbus 22/22

Eliwell Controls S.r.l. Via dell’ Industria, 15 Zona Industriale Paludi 32010 Pieve d’ Alpago (BL) Italy Telephone +39 0437 986 111 Facsimile +39 0437 989 066

Sales: +39 0437 986 100 (Italy) +39 0437 986 200 (other countries) [email protected]

Technical helpline: +39 0437 986 300

E-mail [email protected]

www.eliwell.it

EWCM4000 Modbus 2009/03/

Cod:9MA10022


Recommended