0% found this document useful (0 votes)
284 views48 pages

Green Power 20

The document provides information about installing and configuring MODBUS communication cards and interfaces for DELPHYS Green Power UPS systems. It describes the MODBUS protocol, default settings, data tables, and conventions for reading and writing data in single, modular parallel, and centralized bypass system configurations.

Uploaded by

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

Green Power 20

The document provides information about installing and configuring MODBUS communication cards and interfaces for DELPHYS Green Power UPS systems. It describes the MODBUS protocol, default settings, data tables, and conventions for reading and writing data in single, modular parallel, and centralized bypass system configurations.

Uploaded by

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

green power 2.

0 and Delphys BC
Modbus - TCP / Jbus serial link
Installation and operating manual GB
Index

1. Foreword 4

2. Safety Requirement 4
2. 1. Using conditions 4
2. 2. DELPHYS Green Power Operating Reference 4

3. Environment 4
3. 1. Recycling of electrical products and equipment 4

4. Introduction 5
4. 1. General purpose 5
4. 2. Modbus protocol 5
4. 3. Data decoding 5

5. Installation OF modbus rtu card 6


5. 1. ‘Com-Slots’ localisation 6
5. 2. Modbus serial interface plug in 6
5. 3. Modbus interface in parallel system configuration 6
5. 4. Connections and wiring 7
5. 5. Com2 Serial link default settings 8
5. 6. How to change the “serial link 2” settings ?  8

6. Installation of MODBUS TCP CARD 9


6. 1. ‘Com-Slots’ localisation 9
6. 2. UPS Com2 Modbus Serial link default settings 9
6. 3. Default settings of the modbus tcp interface 10
6. 4. Frame errors management 11

7. Conventions 11

8. Modbus in Single UPS unit 12


8. 1. How to read data 12
8. 2. Incoming data structure 12
8. 3. Ups Identification 13
8. 4. Date & Hours 13
8. 5. Ups Configuration 13
8. 6. Unit Status 14
8. 7. Unit Alarms 16
8. 8. Unit Measurements tables 18
8. 9. Unit Enabled Controls Table 20
8. 10. Controls Send To Ups 20

2 DELPHYS GREEN POWER - Ref.: IOMDGPJB0910-GB_11


INDEX

9. MODBUS IN modular PARALLEL SYSTEM CONFIGURATION 21


9. 1. Reminder 21
9. 2. Modbus table in modular parallel system 22
9. 3. Ups Identification 22
9. 4. Date & Hours 22

ENGLISH
9. 5. Ups Configuration 22
9. 6. Preliminary Remarks 22
9. 7. Ups Status 23
9. 8. Ups Alarms 24
9. 9. Ups Measurements 25
9. 10. Ups Enabled Controls Table 26
9. 11. To Send Control To Ups 26

10. MODBUS IN PARALLEL SYSTEM with centralised bypass 27


10. 1. Reminder 27
10. 2. Modbus table in parallel system with centralised bypass 28
10. 3. Ups Identification 28
10. 4. Date & Hours 28
10. 5. Ups Configuration 28
10. 6. Preliminary Remarks 28
10. 7. Ups Status 29
10. 8. Ups Alarms 30
10. 9. Ups Measurements 31
10. 10. Ups Enabled Controls Table 32
10. 11. To Send Control To Ups 32

11. Bypass TABLE 33


11. 1. Bypass Status 33
11. 2. Bypass Alarms 35
11. 3. Bypass Measurements tables 37

12. Module TABLE 39


12. 1. Module Status 39
12. 2. Module Alarms 41
12. 3. Module Measurements tables 43

13. ANNEXE 45
13. 1. MODBUS TCP Card WEB PAGE 45
13. 2. MODBUS TCP IDA specification  46

DELPHYS GREEN POWER - Ref.: IOMDGPJB0910-GB_11 3


1. Foreword

We thank you for the trust you have in our Uninterruptible Power Systems.

This equipment is fitted with up to date technology. Rectifier and inverter subsets are provided with power semicon-
ductors (IGBT) including a digital micro-controller.

Our equipment complies with IEC EN 62040-2 standard.

CAUTION : “This is a product for restricted sales distribution to informed partners. Installation restrictions or addi-
tional measures may be needed to prevent disturbances”.

SOCOMEC reserves the right to modify their specifications at any time as far as this contributes to
technical progress.

2. Safety Requirement

2. 1. Using conditions
Do read carefully these operation instructions before using the JBUS/MODBUS interface.

Whatever the repairs, they must be made only by authorised staffs, which have been suitably trained.

For an optimal operation, it is recommended to maintain the ambient temperature and humidity of the DELPHYS
Green Power environment below the values specified by the manufacturer.

2. 2. DELPHYS Green Power Operating Reference


Respect the safety requirements.

Do read carefully the operation instructions of DELPHYS Green Power.

This equipment meets the requirements of the European directives applied to this product. As a consequence it is
labelled as follows:

3. Environment

3. 1. Recycling of electrical products and equipment


Provision is made in European countries to break up and recycle materials making up the system. The various com-
ponents must be disposed of in accordance with the legal provisions in force in the country where the system is
installed.

4 DELPHYS GREEN POWER - Ref.: IOMDGPJB0910-GB_11


4. Introduction

4. 1. General purpose

This document provides required information of the MODBUS protocol serial link or Ethernet network.

Before connecting a supervision equipment or BMS system (Building management system) to the UPS, it is neces-
sary to install and set up the serial interface or network configurations in the case of a network connection..

ENGLISH
4. 2. Modbus protocol

This document does not explain the MODBUS protocol management. Please refer on
www.modbus.org web site for more information.

The DELPHYS Green Power MODBUS uses the following functions :


–– function 3 for reading Input Registers (16 bits),
–– function 6 for writing single Registers (to control DELPHYS Green Power).

The data field is composed of 1 word, defined by a MSB (most significant byte) and a LSB (lowest significant byte),
and displayed in the following order on the serial link.

1 WORD DATA
b7 MSB b0 b7 LSB b0
b15 b0

4. 3. Data decoding

Status and alarms Information


This information are coding in bit. This means that 1 word defines 16 information. If the related bit is set to 1, this
information is active or true.

Measurements and counters data


1 word defines a measurement or a counter. Some values are numeric decimal signed or unsigned (0 to 65535 or
from -32767 to 32767), or in hexadecimal (0x0000 to 0xFFFF).

DELPHYS GREEN POWER - Ref.: IOMDGPJB0910-GB_11 5


5. Installation OF modbus rtu card

5. 1. ‘Com-Slots’ localisation
The « Com-Slots » integrates all communication interfaces and it is located on the right side.

2
1

Please, see on the manual of the concerned UPS to see the correct localisation of the «com slot 2»

5. 2. Modbus serial interface plug in


The serial interface should be plugged in the slot 2, and fixed with 2 crews.

5. 3. Modbus interface in parallel system configuration

There is only one MODBUS serial link interface for a parallel system configuration. One serial interface
is used for the whole installation. The access to the data of the UPS module or unit is managed by the
table addressing .

In a parallel installation with centralized bypass, it is recommended to install the serial card in slot 2
of the bypass.

6 DELPHYS GREEN POWER - Ref.: IOMDGPJB0910-GB_11


Installation Inside UPS

5. 4. Connections and wiring

NOTE : there is only one connection per interface (RS232 or RS422 or RS485)

5. 4.1. RS232 connection:

ENGLISH
–– Standard PC connection
–– Sub-D 9 pins connector
–– Pin 2 : Rx
–– Pin 3 : Tx
–– Pin 5 : GND RTX + RTX -

5. 4.2. Isolated RS485 connection

–– 2 wires connection
–– « dip-switch 1 » allows connecting the terminal resistor
–– Insulation via “opto-coupler”
–– 2 polarization resistors could be removed easily (if needed).

the shield should be earthing at one point.

TX + TX -

5. 4.3. Isolated RS422 connection

–– 4 wires connection
–– « dip-switch 1 and 2 » allows connecting the terminal
resistor
–– Insulation via “opto-coupler”
–– 4 polarization resistors could be removed easily (if needed). RX + RX -

the shield should be earthing at one point.

Before making any connection, please check the cabling. A wrong connection or cabling can damage
the serial link interface.

DELPHYS GREEN POWER - Ref.: IOMDGPJB0910-GB_11 7


Installation Inside UPS

5. 5. Com2 Serial link default settings


Baud rate: 9600 bauds
Parity: NONE
Data: 8 bits
Stop: 1 bit
Slave: 1
The serial link settings can be set from the control panel.

5. 6. How to change the “serial link 2” settings ?


Available baud rate: 1200 - 2400 - 4800 - 9600 - 19200 bauds
Parity: EVEN - ODD - NONE
Slave number: 1 to 32

Please, see on the manual of the concerned UPS to see the correct localisation of the «com slot»

8 DELPHYS GREEN POWER - Ref.: IOMDGPJB0910-GB_11


6. installation of MODBUS TCP CARD

6. 1. ‘Com-Slots’ localisation
The « Com-Slots » integrates all communication interfaces and it is located on the right side.

ENGLISH
2
1

Please, see on the manual of the concerned UPS to see the correct localisation of the «com slot 2»

6. 2. UPS Com2 Modbus Serial link default settings


Baud rate: 9600 bauds
Parity: NONE
Data: 8 bits
Stop: 1 bit
Slave: 1
The serial link settings can be set from the control panel.

These settings are compulsory to make the Modbus TCP communication available

DELPHYS GREEN POWER - Ref.: IOMDGPJB0910-GB_11 9


6. 3. Default settings of the modbus tcp interface

DEFAULT SETTING
DHCP mode by default. No IP address set by default
Mode MODBUS TCP
Port TCP 502

DISCOVERY TOOL
Download AGILIPLUG utility from SOCOMEC web site.
Unzip the file on your computer (only Windows)
run AGILIPLUG Finder program

SEARCHING UPS CONNECTED


AGILIPLUG Finder lists all IP addresses of MODBUS TCP interface connected to network.

INTERFACE CONFIGURATION
The MODBUS TCP Interface detects automatically the baud arte of serial link.
Opening the web page, allows to change IP settings.
login: root
password: public

10 DELPHYS GREEN POWER - Ref.: IOMDGPJB0910-GB_11


7. Conventions

The table addresses are written in hexadecimal, beginning with ‘0x’.


Some PLC systems request a relative address starting from 400 (0x0190) or 40001 (0x9C41), on this address it’s
necessary to add the first address of the MODBUS table.

6. 4. Frame errors management


In case of wrong data request, the DELPHYS Green Power answers with the following frame error :

ENGLISH
Error function code Error code Cause
80 + code function 1 Function error
80 + code function 2 Addresses error
80 + code function 3 Wrong data
80 + code function 6 busy
80 + code function 8 Write register error

DELPHYS GREEN POWER - Ref.: IOMDGPJB0910-GB_11 11


8. Modbus in Single UPS unit

TABLE Start addresses Table length in words MODBUS FUNCTION

UPS Identification 0x1100 32 3 READ


Date and hours 0x1360 4 3 READ
UPS Configurations 0x1120 16 3 READ
UNIT Status (64 bits) 0x1143 4 3 READ
UNIT Alarm (80 bits) 0x114A 5 3 READ
UNIT Measurements 0x1220 96 3 READ
Controls permission 0x1150 4 3 READ
UPS Controls 0x1190 4 6 WRITE

8. 1. How to read data


The identification, status and alarms tables should be read completely (this means the number of word to read is
equal to the table length).
The measurements table should be read word by word or per group, without exceed the length of the table. (from
0x1220 to 0x127F).

8. 2. Incoming data structure


Example of 6 words

1 2 3 4 5 6 7 8 9 10 11 12

MSB 0 LSB 0 MSB 1 LSB 1 MSB 2 LSB 2 MSB 3 LSB 3 MSB 4 LSB 4 MSB 5 LSB 5

WORD 0 WORD 1 WORD 2 WORD 3 WORD 4 WORD 5

b15 b0 b15 b0 b15 b0 b15 b0 b15 b0 b15 b0

S015 S000 S031 S016 S047 S032 S063 S048 S079 S064 S095 S080

A015 A000 A031 A016 A047 A032 A063 A048

M000 M001 M002 M003 M004 M005

12 DELPHYS GREEN POWER - Ref.: IOMDGPJB0910-GB_11


Single unit ups modbus tables

8. 3. Ups Identification: Address 0x1100, 32 Words


Code Description Number Address Type Remarks

I000 UPS identification 10 WORDS 0x1100 1 word = 2 ASCII codes MSB = 1. Char, LSB = 2. Char

I010 UPS Description 6 WORDS 0x110A 1 word = 2 ASCII codes MSB = 1. Char, LSB = 2. Char

I016 Location 6 WORDS 0x1110 1 word = 2 ASCII codes MSB = 1. Char, LSB = 2. Char

ENGLISH
I022 Serial number 10 WORDS 0x1116 1 word = 2 ASCII codes MSB = 1. Char, LSB = 2. Char

8. 4. Date & Hours: Address 0x1360, 4 Words


Code Description Number Address Type Remarks

D00 Minutes / seconds 1 WORDS 0x1360 Byte value MSB = minutes, LSB = seconds

D01 Hours / day 1 WORDS 0x1361 Byte value MSB = day, LSB = hours

MSB = month,
Month / day of
D02 1 WORDS 0x1362 Byte value LSB = day of the week
week
1=Monday...7=Sunday

D03 Year 1 WORDS 0x1363 00 = 2000

8. 5. Ups Configuration: Address 0x1120, 16 Words


Code Measurements Unit Address Remarks

1= single unit, 3= parallel + centralised bypass


T000 Kind of equipment 0x1120
6 = modular parallel system
T001 UPS output power kVA 0x1121
T002 Unit output power kVA 0x1122
T003 Unit number 0x1123 1-8
T004 Number of Unit 0x1124 1-8
T005 UPS redundant 0x1125 0-1
T006 With battery 0x1126 0-1
T007 With flywheel 0x1127 0-1
T008 0x1128
T009 With genset 0x1129 0-1
T010 0x112A
T011 0x112B
T012 0x112C
T013 With rectifier input supply 0x112D 0-1
T014 Single 0x112E 0 = Tri, 1 = Single
T015 Measurements management 0x112F 0 = x 1, 1 = x 10

DELPHYS GREEN POWER - Ref.: IOMDGPJB0910-GB_11 13


Single unit UPS Modbus Tables

8. 6. Unit Status: Address 0x1143, 4 Words


Code Description Bit Address Remarks
S048 Load on inverter 0 0x1143
S049 Load on auto. Bypass 1
S050 Load on maintenance Bypass 2
S051 Load not supplied 3
S052 Unit is available 4
S053 Unit isolated from inst. 5
S054 Output switch Q2/3 closed 6
S055 Rectifier ON 7
S056 Battery charging 8
S057 Battery charged 9
S058 10
S059 Inverter ON 11
S060 Inverter switch/contactor closed 12
S061 Bypass switch activated 13
S062 14
S063 Servicing alert 15
S064 Rectifier input supply fault 0 0x1144
S065 Bypass input supply out of tolerance 1
S066 Bypass input supply failure V/F 2 2
S067 Bypass input supply is synchro ref 3
S068 Ext. synchro ref (ACS on) 4
S069 Synchro forced on ACS 5
S070 “UPS general power off” input active 6
S071 Generator set active 7
S072 Unit in normal mode 8
S073 Unit in eco-mode 9
S074 10
S075 Unit in stand-by mode 11
S076 12
S077 13
S078 14
S079 Unit in servicing mode 15

14 DELPHYS GREEN POWER - Ref.: IOMDGPJB0910-GB_11


Single unit UPS Modbus Tables

Code Description Bit Address Remarks


S080 Unit Start procedure progress 0 0x1145
S081 Unit maintenance bypass procedure progress 1
S082 2
S083 Battery test interrupted 3

ENGLISH
S084 Battery test in progress 4
S085 Battery test in stand-by 5
S086 6
S087 7
S088 8
S089 9
S090 10
S091 11
S092 Local maintenance bypass Q5 clos. 12
S093 Remote maintenance bypass closed 13 Only on parallel
S094 Q21 switch closed 14 Only on parallel (if present)
S095 Q22 switch closed 15 Only on parallel (if present)
S096 Auxiliary input 1 active 0 0x1146
S097 Auxiliary input 2 active 1
S098 Auxiliary input 3 active 2
S099 Auxiliary input 4 active 3
S100 Auxiliary input 5 active 4
S101 Auxiliary input 6 active 5
S102 Auxiliary input 7 active 6
S103 Auxiliary input 8 active 7
S104 Auxiliary input 9 active 8
S105 Auxiliary input 10 active 9
S106 Auxiliary input 11 active 10
S107 Auxiliary input 12 active 11
S108 12
S109 13
S110 14
S111 Acknowledgement alarm request 15

DELPHYS GREEN POWER - Ref.: IOMDGPJB0910-GB_11 15


Single unit UPS Modbus Tables

8. 7. Unit Alarms: Address 0x114A, 4 Words


Code Description Bit Address Remarks
A032 Unit Imminent stop 0 0x114A
A033 Unit overload 1
A034 Transfer blocked 2
A035 Transfer impossible 3
A036 Insufficient Resources 4 Only on parallel
A037 5
A038 6
A039 Rectifier critical 7
A040 Inverter critical 8
A041 Bypass critical 9
A042 Common critical 10
A043 FAN alarm 11
A044 Back feed protection open 12
A045 ACS synchro source fault 13
A046 14
A047 15
A048 Operating on battery 0 0x114B
A049 Battery alarm 1
A050 Battery room 2
A051 Battery discharged 3
A052 End of autonomy time 4
A053 Battery test failure 5
A054 Earth leakage fault 6
A055 Battery circuit open 7
A056 On battery with mains OK 8
A057 DC voltage not OK 9
A058 Rectifier preventive 10
A059 Inverter preventive 11
A060 Bypass preventive 12
A061 Common preventive 13
A062 Mimic panel 14
A063 Ambient T° max 15
A064 0 0x114C
A065 1
A066 2
A067 3
A068 4
A069 5
A070 6

16 DELPHYS GREEN POWER - Ref.: IOMDGPJB0910-GB_11


Single unit UPS Modbus Tables

Code Description Bit Address Remarks


A071 7
A072 8
A073 9
A074 10
A075 11

ENGLISH
A076 12
A077 13
A078 14
A079 15
A080 Preventive maintenance 0 0x114D
A081 1
A082 Maintenance bypass alarm 2
A083 Rotation phase fault 3
A084 Rectifier or Bypass Input supply not OK 4
A085 5
A086 6
A087 7
A088 8
A089 9
A090 10
A091 11
A092 12
A093 13
A094 Output since xx minutes on auto bypass 14
A095 Unit General alarm 15
A096 Fly Wheel disconnected 0 0x114E
A097 Fly Wheel Critical 1 If set
A098 Fly Wheel preventive 2
A099 3
A100 4
A101 Aux. input alarm 5 If set
A102 6
A103 7
A104 8
A105 9
A106 10
A107 11
A108 12
A109 kW - kVA configuration Error 13
A110 Eco-mode configuration Error 14
A111 Option board alarm 15

DELPHYS GREEN POWER - Ref.: IOMDGPJB0910-GB_11 17


Single unit UPS Modbus Tables

8. 8. Unit Measurements tables: Address 0x1220, 80 words


Format Format
Code Description Unit Address
T015=0 T015=1
M032 Output voltage U12 V 0x1220 ### ###
M033 Output voltage U23 V 1 ### ###
M034 Output voltage U31 V 2 ### ###
M035 Output voltage L1 V 3 ### ###
M036 Output voltage L2 V 4 ### ###
M037 Output voltage L3 V 5 ### ###
M038 Output current L1 A 6 # ### # ###.#
M039 Output current L2 A 7 # ### # ###.#
M040 Output current L3 A 8 # ### # ###.#
M041 Output frequency x10 Hz 9 ##.# ##.#
M042 Output Power factor L1 A +/- #.## +/- #.##
M043 Output Power factor L2 B +/- #.## +/- #.##
M044 Output Power factor L3 C +/- #.## +/- #.##
M045 Output Active Power L1 kW D # ### # ###.#
M046 Output Active Power L2 kW E # ### # ###.#
M047 Output Active Power L3 kW F # ### # ###.#
M048 Output Apparent Power L1 kVA 0x1230 # ### # ###.#
M049 Output Apparent Power L2 kVA 1 # ### # ###.#
M050 Output Apparent Power L3 kVA 2 # ### # ###.#
M051 Output Crest Factor 3 #.# #.#
M052 Output load rate L1 % 4 ### ###
M053 Output load rate L2 % 5 ### ###
M054 Output load rate L3 % 6 ### ###
M055 Unit load rate % 7 ### ###
M056 Unit Power S Output kVA 8 # ### # ###.#
M057 Unit Power P Output kW 9 # ### # ###.#
M058 Rectifier input supply volt. U12 V A ### ###
M059 Rectifier input supply volt. U23 V B ### ###
M060 Rectifier input supply volt. U31 V C ### ###
M061 Rectifier V1 V D ### ###
M062 Rectifier V2 V E ### ###
M063 Rectifier V3 V F ### ###
M064 Rectifier input supply frequency x10 Hz 0x1240 ##.# ##.#
M065 Rectifier input supply current L1 A 1 ###.# ###.#
M066 Rectifier input supply current L2 A 2 ###.# ###.#
M067 Rectifier input supply current L3 A 3 ###.# ###.#
M068 Inverter output voltage U12 V 4 ### ###
M069 Inverter output voltage U23 V 5 ### ###
M070 Inverter output voltage U31 V 6 ### ###

18 DELPHYS GREEN POWER - Ref.: IOMDGPJB0910-GB_11


Single unit UPS Modbus Tables

Format Format
Code Description Unit Address
T015=0 T015=1
M071 Inverter frequency x10 Hz 7 ##.# ##.#
M072 Bypass input supply voltage U12 V 8 ### ###
M073 Bypass input supply voltage U23 V 9 ### ###
M074 Bypass input supply voltage U31 V A ### ###

ENGLISH
M075 Bypass input supply voltage V1 V B ### ###
M076 Bypass input supply voltage V2 V C ### ###
M077 Bypass input supply voltage V3 V D ### ###
M078 Bypass input supply frequency x10 Hz E ###.# ###.#
M079 Ambient T° °C F ##.# ##.#
M080 Vdc + V 0x1250 ### ###
M081
M082 Battery voltage string + V 2 ### ###.#
M083
M084 Battery current + A 4 # ### # ###.#
M085
M086 6
M087 7
M088 8
M089 9
M090 A
M091 Battery T° °C B ##.# ##.#
M092 Average battery T° °C C ##.# ##.#
M093 Battery capacity Ah D # ### # ###.#
M094 Battery capacity % E ### ###
M095 Remaining backup time mn F ### ###
M096 0x1260
M097 1
M098 2
M099 3
M100 4
M101 5
M102 6
M103 7
M104 8
M105 9
M106 A
M107 B
M108 C
M109 D
M110 E
M111 F

DELPHYS GREEN POWER - Ref.: IOMDGPJB0910-GB_11 19


Single unit UPS Modbus Tables

8. 9. Unit Enabled Controls Table: Address 0x1150; 1 Words


Code Description Bit Address Remarks
V007 Eco-mode 7 0x1150
V008 Normal-mode 8
V032 Unit Start procedure 0 0x1152
V033 Reserved 1
V034 Make unit available 2
V035 Switch load to inverter 3
V036 Switch load to mains 4
V037 Switch off unit output 5
V038 6
V039 7
V040 Rectifier on 8
V041 Rectifier off 9
V042 Inverter on 10
V043 Inverter off 11
V044 12
V045 Battery test 13

8. 10. Controls Send To Ups: Address 0x1190, write 1 words


For a remote UPS control, it is necessary to set the serial interface in “remote” mode using ADICOM interface.
The control table below shows if the selected control is allowed or not. If the control sent to the UPS is not allowed,
the function will be ignored. Controls available by MODBUS connection:

Code Description Bit To Write Address Remarks


C007 Eco-mode 7 0x1190
C008 Normal-mode 8
C032 Unit Start procedure 0 0x1192
C033 Reserved 1
C034 Make unit available 2
C035 Switch load to inverter 3
C036 Switch load to mains 4
C037 Switch off unit output 5 LOAD OFF IMMEDIATE!!
C038 6
C039 7
C040 Rectifier on 8
C041 Rectifier off 9
C042 Inverter on 10
C043 Inverter off 11
C044 12
C045 Battery test 13
C046 14
C047
C048 Reset alarm 0 0x1193

20 DELPHYS GREEN POWER - Ref.: IOMDGPJB0910-GB_11


9. MODBUS IN modular PARALLEL SYSTEM CONFIGURATION

9. 1. Reminder
In UPS parallel system configuration, there is only one MODBUS interface. The addresses mapping gives the pos-
sibility to read data from each unit and system. There is no link between the MODBUS salve number and the unit
number.
The interface is plugged in the UPS unit 1 “com slots 2” in case of modular system (see bellow).

ENGLISH
1 2
3

MODBUS link setting


The setting of the link is made from the mimic panel unit where the board is plugged.

How to read data:


In the MODBUS table, one part is dedicated to UPS part; it means the data from the whole system.
This part is the same for each unit. Same data are present in the UPS fields addresses.

UNIT 1 UNIT 2 UNT 3

UPS DATA = UPS DATA = UPS DATA

UNIT 1 DATA UNIT 2 DATA UNIT 3 DATA

DELPHYS GREEN POWER - Ref.: IOMDGPJB0910-GB_11 21


Modbus tables in modular parallel system configuration

9. 2. Modbus table in modular parallel system

Table Start Addresses Table Length In Words Modbus Function


UPS Identification 0x0100 32 3 READ
Date and hours 0x0360 4 3 READ
UPS Configurations 0x0120 16 3 READ
UPS Status (48 bits) 0x0140 3 3 READ
UNIT Status (64 bits) 0xm143 4 3 READ
UPS Alarms (32 bits) 0x0148 2 3 READ
UNIT Alarm (80 bits) 0xm14A 5 3 READ
UPS Measurements 0x0200 32 3 READ
UNIT Measurements 0xm220 80 3 READ
Controls permission 0xm150 4 3 READ
UPS Controls 0xm190 4 6 WRITE

m = number of unit

Example:
0x3100 = ID of unit 3
0x3140 = UPS States
0x3143 = unit 3 states

9. 3. Ups Identification: Address 0x0100, 32 Words


See unit part

9. 4. Date & Hours: Address 0x0360, 4 Words


See unit part

9. 5. Ups Configuration: Address 0xm120, 16 Words


See unit part

9. 6. Preliminary Remarks

The UNIT data are the same as described for single unit.

Following tables describe only the UPS part (common for all units)

22 DELPHYS GREEN POWER - Ref.: IOMDGPJB0910-GB_11


Modbus tables in modular parallel system configuration

9. 7. Ups Status: Address 0x0140, 3 Words


Code Description Bit Address Remarks
S000 Load supplied by inverter 0 0x0140
S001 Load on automatic bypass 1
S002 Load on maintenance. Bypass 2
S003 Load not supplied 3
S004 Eco-mode 4

ENGLISH
S005 Energy Saver 5
S006 UPS in normal mode 6
S007 UPS Starting procedure in progress 7
S008 UPS on maintenance bypass proc. in progress 8
S009 9
S010 10
S011 11
S012 UPS Bypass input supply absence 12 Synthesis of all
S013 UPS Rectifier input supply absence 13 units
S014 14
S015 Remote control enabled 15
S016 Unit 1 operating 0 0x0141
S017 Unit 2 operating 1
S018 Unit 3 operating 2
S019 Unit 4 operating 3
S020 Unit 5 operating 4
S021 Unit 6 operating 5
S022 Unit 7 operating 6
S023 Unit 8 operating 7
S024 8
S025 9
S026 10
S027 11
S028 12
S029 13
S030 14
S031 15
S032 Unit 1 available 0 0x0142
S033 Unit 2 available 1
S034 Unit 3 available 2
S035 Unit 4 available 3
S036 Unit 5 available 4
S037 Unit 6 available 5
S038 Unit 7 available 6
S039 Unit 8 available 7

DELPHYS GREEN POWER - Ref.: IOMDGPJB0910-GB_11 23


Modbus tables in modular parallel system configuration

9. 8. Ups Alarms: Address 0x0148, 2 Words


Code Description Bit Address Remarks
A000 UPS imminent stop 0 0x0148
A001 UPS overload 1
A002 UPS transfer blocked 2
A003 UPS transfer impossible 3
A004 UPS insufficient Resource 4
A005 UPS Redundancy loss 5
A006 Parallel fault 6
A007 7
A008 8
A009 UPS: Battery alarm 9
A010 UPS on battery 10
synthesis of all unit
A011 UPS: Battery discharge 11
alarms
A012 UPS: End of autonomy 12
A013 UPS: Temperature alarm 13
A014 14
A015 15
A016 Unit 1 general 0 0x0149
A017 Unit 2 general 1
A018 Unit 3 general 2
A019 Unit 4 general 3
A020 Unit 5 general 4
A021 Unit 6 general 5
A022 Unit 7 general 6
A023 Unit 8 general 7
A024 8
A025 9
A026 10
A027 11
A028 12
A029 13
A030 14
A031 15

24 DELPHYS GREEN POWER - Ref.: IOMDGPJB0910-GB_11


Modbus tables in modular parallel system configuration

9. 9. Ups Measurements: Address 0x0200, 32 Words


Format Format
Code Description Unit Address
T015=0 T015=1
M000 Output voltage U12 V 0x0200 ### ###
M001 Output voltage U23 V 1 ### ###
M002 Output voltage U31 V 2 ### ###

ENGLISH
M003 Output voltage L1 V 3 ### ###
M004 Output voltage L2 V 4 ### ###
M005 Output voltage L3 V 5 ### ###
M006 Output current L1 A 6 # ### # ###.#
M007 Output current L2 A 7 # ### # ###.#
M008 Output current L3 A 8 # ### # ###.#
M009 Output frequency x10 Hz 9 ##.# ##.#
M010 Output Power factor L1 A +/- #.## +/- #.##
M011 Output Power factor L2 B +/- #.## +/- #.##
M012 Output Power factor L3 C +/- #.## +/- #.##
M013 Output Active Power L1 kW D # ### # ###.#
M014 Output Active Power L2 kW E # ### # ###.#
M015 Output Active Power L3 kW F # ### # ###.#
M016 Output Apparent P. L1 kVA 0x210 # ### # ###.#
M017 Output Apparent P. L2 kVA 1 # ### # ###.#
M018 Output Apparent P. L3 kVA 2 # ### # ###.#
M019 Output Crest Factor 3 #.# #.#
M020 Output load rate L1 % 4 ### ###
M021 Output load rate L2 % 5 ### ###
M022 Output load rate L3 % 6 ### ###
M023 UPS load rate % 7 ### ###
M024 UPS Output power kVA 8 # ### # ###.#
M025 9
M026 A
M027 B
M028 C
M029 D
M030 E
M031 F

DELPHYS GREEN POWER - Ref.: IOMDGPJB0910-GB_11 25


Modbus tables in modular parallel system configuration

9. 10. Ups Enabled Controls Table: Address 0xm150, 2 Words


Code Description Bit Address Remarks
UPS Start procedure 0 0xm150
Reserved 1
Transfer load to inverter 2
Transfer load to mains 3
UPS load off 4
Energy Saver ON 5
Energy Saver OFF 6
Eco-mode 7
Normal mode 8
9
10
11
12
13
14
15
Remark: A bit set to 0 means that the control is disabled by the UPS. The control will be not executed.

9. 11. To Send Control To Ups: Address 0xm190, Write 1 Words

For a remote UPS control, it is necessary to set the serial interface in “remote” mode using the Human Machine
Interface. Local controls are then locked.
The control table below shows if the selected control is allowed or not. If the control sent to the UPS is not allowed,
the function will be ignored.

Controls available by MODBUS connection:

Code Control Value to write Address Remarks


UPS Start procedure 1 0xm190
Reserved 2
Transfer load to inverter 4
Transfer load to mains 8
UPS load off 16 IMMEDIATE LOAD OFF !!
Energy Saver ON 32
Energy Saver OFF 64
Eco-mode 128
Normal mode 256
512

26 DELPHYS GREEN POWER - Ref.: IOMDGPJB0910-GB_11


10. MODBUS IN PARALLEL SYSTEM with centralised bypass

10. 1. Reminder
In UPS parallel system configuration, there is only one MODBUS interface. The addresses mapping gives the pos-
sibility to read data from each unit and system. There is no link between the MODBUS salve number and the unit
number.
The interface is plugged in the ‘com-slots 2’ of bypass cabinet.

ENGLISH
By-pass
1
2

MODBUS link setting


The setting of the link is made from the mimic panel unit where the board is plugged.

How to read data:


In the MODBUS table, one part is dedicated to UPS part; it means the data from the whole system.
This part is the same for each unit. Same data are present in the UPS fields addresses.

BYPASS UNIT 1 UNT 2

UPS DATA = UPS DATA = UPS DATA

UNIT BYPASS (15) UNIT 1 DATA UNIT 2 DATA

DELPHYS GREEN POWER - Ref.: IOMDGPJB0910-GB_11 27


Modbus in parallel system with centralised bypass

10. 2. Modbus table in parallel system with centralised bypass

Table Start Addresses Table Length In Words Modbus Function


UPS Identification 0x0100 32 3 READ
Date and hours 0x0360 4 3 READ
UPS Configurations 0x0120 16 3 READ
UPS Status (48 bits) 0x0140 3 3 READ
UNIT Status (64 bits) 0xm143 4 3 READ
UPS Alarms (32 bits) 0x0148 2 3 READ
UNIT Alarm (80 bits) 0xm14A 5 3 READ
UPS Measurements 0x0200 32 3 READ
UNIT Measurements 0xm220 80 3 READ
Controls permission 0xm150 4 3 READ
UPS Controls 0xm190 4 6 WRITE

m=1
- - - - number of module
m=8

m = 15 Bypass data

Example:
0x3100 = ID of unit 3
0x3140 = UPS States
0xF143 = Bypass 3 states

10. 3. Ups Identification: Address 0x0100, 32 Words


See unit part

10. 4. Date & Hours: Address 0x0360, 4 Words


See unit part

10. 5. Ups Configuration: Address 0xm120, 16 Words


See unit part

10. 6. Preliminary Remarks

Following tables describe only the UPS part (common for all units)

28 DELPHYS GREEN POWER - Ref.: IOMDGPJB0910-GB_11


Modbus in parallel system with centralised bypass

10. 7. Ups Status: Address 0x0140, 3 Words


Code Description Bit Address Remarks
S000 Load supplied by inverter 0 0x0140
S001 Load on automatic bypass 1
S002 Load on maintenance. Bypass 2
S003 Load not supplied 3
S004 Eco-mode 4

ENGLISH
S005 Energy Saver 5
S006 UPS in normal mode 6
S007 UPS Starting procedure in progress 7
S008 UPS on maintenance bypass proc. in progress 8
S009 9
S010 10
S011 11
S012 UPS Bypass input supply absence 12 Synthesis of all
S013 UPS Rectifier input supply absence 13 units
S014 14
S015 Remote control enabled 15
S016 Module 1 operating 0 0x0141
S017 Module 2 operating 1
S018 Module 3 operating 2
S019 Module 4 operating 3
S020 Module 5 operating 4
S021 Module 6 operating 5
S022 Module 7 operating 6
S023 Module 8 operating 7
S024 8
S025 9
S026 10
S027 11
S028 12
S029 13
S030 Bypass working 14
S031 15
S032 Module 1 available 0 0x0142
S033 Module 2 available 1
S034 Module 3 available 2
S035 Module 4 available 3
S036 Module 5 available 4
S037 Module 6 available 5
S038 Module 7 available 6
S039 Module 8 available 7
S046 Bypass available 14

DELPHYS GREEN POWER - Ref.: IOMDGPJB0910-GB_11 29


Modbus in parallel system with centralised bypass

10. 8. Ups Alarms: Address 0x0148, 2 Words


Code Description Bit Address Remarks
A000 UPS imminent stop 0 0x0148
A001 UPS overload 1
A002 UPS transfer blocked 2
A003 UPS transfer impossible 3
A004 UPS insufficient Resource 4
A005 UPS Redundancy loss 5
A006 Parallel fault 6
A007 7
A008 8
A009 UPS: Battery alarm 9
A010 UPS on battery 10
synthesis of all unit
A011 UPS: Battery discharge 11
alarms
A012 UPS: End of autonomy 12
A013 UPS: Temperature alarm 13
A014 14
A015 15
A016 Module 1 general 0 0x0149
A017 Module 2 general 1
A018 Module 3 general 2
A019 Module 4 general 3
A020 Module 5 general 4
A021 Module 6 general 5
A022 Module 7 general 6
A023 Module 8 general 7
A024 8
A025 9
A026 10
A027 11
A028 12
A029 13
A030 Bypass alarm 14
A031 15

30 DELPHYS GREEN POWER - Ref.: IOMDGPJB0910-GB_11


Modbus in parallel system with centralised bypass

10. 9. Ups Measurements: Address 0x0200, 32 Words


Format Format
Code Description Unit Address
T015=0 T015=1
M000 Output voltage U12 V 0x0200 ### ###
M001 Output voltage U23 V 1 ### ###
M002 Output voltage U31 V 2 ### ###

ENGLISH
M003 Output voltage L1 V 3 ### ###
M004 Output voltage L2 V 4 ### ###
M005 Output voltage L3 V 5 ### ###
M006 Output current L1 A 6 # ### # ###.#
M007 Output current L2 A 7 # ### # ###.#
M008 Output current L3 A 8 # ### # ###.#
M009 Output frequency x10 Hz 9 ##.# ##.#
M010 Output Power factor L1 A +/- #.## +/- #.##
M011 Output Power factor L2 B +/- #.## +/- #.##
M012 Output Power factor L3 C +/- #.## +/- #.##
M013 Output Active Power L1 kW D # ### # ###.#
M014 Output Active Power L2 kW E # ### # ###.#
M015 Output Active Power L3 kW F # ### # ###.#
M016 Output Apparent P. L1 kVA 0x0210 # ### # ###.#
M017 Output Apparent P. L2 kVA 1 # ### # ###.#
M018 Output Apparent P. L3 kVA 2 # ### # ###.#
M019 Output Crest Factor 3 #.# #.#
M020 Output load rate L1 % 4 ### ###
M021 Output load rate L2 % 5 ### ###
M022 Output load rate L3 % 6 ### ###
M023 UPS load rate % 7 ### ###
M024 UPS Output power kVA 8 # ### # ###.#
M025 9
M026 A
M027 B
M028 C
M029 D
M030 E
M031 F

DELPHYS GREEN POWER - Ref.: IOMDGPJB0910-GB_11 31


Modbus in parallel system with centralised bypass

10. 10. Ups Enabled Controls Table: Address 0xm150, 2 Words


Code Description Bit Address Remarks
UPS Start procedure 0 0xm150
Reserved 1
Transfer load to inverter 2
Transfer load to mains 3
UPS load off 4
Energy Saver ON 5
Energy Saver OFF 6
Eco-mode 7
Normal mode 8
9
10
11
12
13
14
15
Remark: A bit set to 0 means that the control is disabled by the UPS. The control will be not executed.

10. 11. To Send Control To Ups: Address 0xm190, Write 1 Words

For a remote UPS control, it is necessary to set the serial interface in “remote” mode using the Human Machine
Interface. Local controls are then locked.
The control table below shows if the selected control is allowed or not. If the control sent to the UPS is not allowed,
the function will be ignored.

Controls available by MODBUS connection:

Code Control Value to write Address Remarks


UPS Start procedure 1 0xm190
Reserved 2
Transfer load to inverter 4
Transfer load to mains 8
UPS load off 16 IMMEDIATE LOAD OFF !!
Energy Saver ON 32
Energy Saver OFF 64
Eco-mode 128
Normal mode 256
512

32 DELPHYS GREEN POWER - Ref.: IOMDGPJB0910-GB_11


11. Bypass TABLE

11. 1. Bypass Status: Address 0xF143, 4 Words


Code Description Bit Address Remarks
S048 Load on inverter 0 0xF143
S049 Load on auto. Bypass 1
S050 Load on maintenance Bypass 2

ENGLISH
S051 Load not supplied 3
S052 4
S053 5
S054 Output switch 3 closed 6
S055 7
S056 8
S057 9
S058 10
S059 1
S060 12
S061 Bypass switch activated 13
S062 14
S063 Servicing alert 15
S064 0 0xF144
S065 1
S066 2
S067 3
S068 4
S069 5
S070 6
S071 7
S072 Unit in normal mode 8
S073 9
S074 10
S075 1
S076 12
S077 13
S078 14
S079 Bypass in servicing mode 15

DELPHYS GREEN POWER - Ref.: IOMDGPJB0910-GB_11 33


Bypass Tables

Code Description Bit Address Remarks


S080 Starting 0 0xF145
S081 Unit maintenance bypass procedure progress 1
S082 2
S083 3
S084 4
S085 5
S086 6
S087 7
S088 8
S089 9
S090 10
S091 Q4 closed 11
S092 Local maintenance bypass Q5 clos. 12
S093 Remote maintenance bypass closed 13
S094 14
S095 15
S096 Auxiliary input 1 active 0 0xF146
S097 Auxiliary input 2 active 1
S098 Auxiliary input 3 active 2
S099 Auxiliary input 4 active 3
S100 Auxiliary input 5 active 4
S101 Auxiliary input 6 active 5
S102 Auxiliary input 7 active 6
S103 Auxiliary input 8 active 7
S104 Auxiliary input 9 active 8
S105 Auxiliary input 10 active 9
S106 Auxiliary input 11 active 10
S107 Auxiliary input 12 active 11
S108 12
S109 13
S110 14
S111 Acknowledgement alarm request 15

34 DELPHYS GREEN POWER - Ref.: IOMDGPJB0910-GB_11


Bypass Tables

11. 2. Bypass Alarms: Address 0xF14A, 4 Words


Code Description Bit Address Remarks
A032 Unit Imminent stop 0 0xF14A
A033 Unit overload 1
A034 Transfer blocked 2
A035 Transfer impossible 3

ENGLISH
A036 Insufficient Resources 4 Only on parallel
A037 5
A038 6
A039 7
A040 8
A041 Bypass critical 9
A042 Common critical 10
A043 FAN alarm 11
A044 Back feed protection open 12
A045 ACS synchro source fault 13
A046 14
A047 15
A048 0 0xF14B
A049 1
A050 2
A051 3
A052 4
A053 5
A054 6
A055 7
A056 8
A057 9
A058 10
A059 11
A060 Bypass preventive 12
A061 13
A062 14
A063 15
A064 0 0xF14C
A065 1
A066 2
A067 3
A068 4
A069 5
A070 6

DELPHYS GREEN POWER - Ref.: IOMDGPJB0910-GB_11 35


Bypass Tables

Code Description Bit Address Remarks


A071 7
A072 8
A073 9
A074 10
A075 11
A076 12
A077 13
A078 14
A079 15
A080 Preventive maintenance 0 0xF14D
A081 1
A082 Maintenance bypass alarm 2
A083 3
A084 4
A085 5
A086 6
A087 7
A088 8
A089 9
A090 10
A091 11
A092 12
A093 13
A094 Output since xx minutes on auto bypass 14
A095 Bypass General alarm 15
A096 0 0xF14E
A097 1
A098 2
A099 3
A100 4
A101 Aux. input alarm 5 If set
A102 6
A103 7
A104 8
A105 9
A106 10
A107 11
A108 12
A109 13
A110 14
A111 Option board alarm 15

36 DELPHYS GREEN POWER - Ref.: IOMDGPJB0910-GB_11


Bypass Tables

11. 3. Bypass Measurements tables: Address 0xF220, 80 words


Format Format
Code Description Unit Address
T015=0 T015=1
M032 Output voltage U12 V 0xF220 ### ###
M033 Output voltage U23 V 1 ### ###
M034 Output voltage U31 V 2 ### ###

ENGLISH
M035 Output voltage L1 V 3 ### ###
M036 Output voltage L2 V 4 ### ###
M037 Output voltage L3 V 5 ### ###
M038 Output current L1 A 6 # ### # ###.#
M039 Output current L2 A 7 # ### # ###.#
M040 Output current L3 A 8 # ### # ###.#
M041 Output frequency x10 Hz 9 ##.# ##.#
M042 Output Power factor L1 A +/- #.## +/- #.##
M043 Output Power factor L2 B +/- #.## +/- #.##
M044 Output Power factor L3 C +/- #.## +/- #.##
M045 Output Active Power L1 kW D # ### # ###.#
M046 Output Active Power L2 kW E # ### # ###.#
M047 Output Active Power L3 kW F # ### # ###.#
M048 Output Apparent Power L1 kVA 0xF230 # ### # ###.#
M049 Output Apparent Power L2 kVA 1 # ### # ###.#
M050 Output Apparent Power L3 kVA 2 # ### # ###.#
M051 Output Crest Factor 3 #.# #.#
M052 Output load rate L1 % 4 ### ###
M053 Output load rate L2 % 5 ### ###
M054 Output load rate L3 % 6 ### ###
M055 Unit load rate % 7 ### ###
M056 Unit Power S Output kVA 8 # ### # ###.#
M057 Unit Power P Output kW 9 # ### # ###.#
M058 A
M059 B
M060 C
M061 D
M062 E
M063 F
M064 0xF240
M065 1
M066 2
M067 3
M068 4
M069 5
M070 6

DELPHYS GREEN POWER - Ref.: IOMDGPJB0910-GB_11 37


Bypass Tables

Format Format
Code Description Unit Address
T015=0 T015=1
M071 7
M072 Bypass input supply voltage U12 V 8 ### ###
M073 Bypass input supply voltage U23 V 9 ### ###
M074 Bypass input supply voltage U31 V A ### ###
M075 Bypass input supply voltage V1 V B ### ###
M076 Bypass input supply voltage V2 V C ### ###
M077 Bypass input supply voltage V3 V D ### ###
M078 Bypass input supply frequency x10 Hz E ###.# ###.#
M079 Ambient T° °C F ##.# ##.#
M080 0xF250
M081 1
M082 2
M083 3
M084 4
M085
M086 6
M087 7
M088 8
M089 9
M090 A
M091 B
M092 C
M093 D
M094 E
M095 F
M096 0xF260
M097 1
M098 2
M099 3
M100 4
M101 5
M102 6
M103 7
M104 8
M105 9
M106 A
M107 B
M108 C
M109 D
M110 E
M111 F

38 DELPHYS GREEN POWER - Ref.: IOMDGPJB0910-GB_11


12. Module TABLE

12. 1. Module Status: Address 0xm143, 4 Words


Code Description Bit Address Remarks
S048 Load on inverter 0 0xm143
1
2

ENGLISH
S051 Load not supplied 3
S052 Module is available 4
S053 Module isolated from inst. 5
S054 Output switch 2 closed 6
S055 Rectifier ON 7
S056 Battery charging 8
S057 Battery charged 9
S058 10
S059 Inverter ON 11
S060 Inverter switch/contactor closed 12
S061 13
S062 14
S063 Servicing alert 15
S064 Rectifier input supply fault 0 0xm144
S065 Bypass input supply out of tolerance 1
S066 2
S067 Bypass input supply is synchro ref 3
S068 4
S069 5
S070 “UPS general power off” input active 6
S071 Generator set active 7
S072 Module in normal mode 8
S073 Module in eco-mode 9
S074 10
S075 Module in stand-by mode 11
S076 12
S077 13
S078 14
S079 Module in servicing mode 15

DELPHYS GREEN POWER - Ref.: IOMDGPJB0910-GB_11 39


Module Tables

Code Description Bit Address Remarks


S080 Module Start procedure progress 0 0xm145
S081 1
S082 2
S083 Battery test interrupted 3
S084 Battery test in progress 4
S085 Battery test in stand-by 5
S086 6
S087 7
S088 8
S089 9
S090 10
S091 11
S092 12
S093 13
S094 Q21 switch closed 14
S095 Q22 switch closed 15
S096 Auxiliary input 1 active 0 0xm146
S097 Auxiliary input 2 active 1
S098 Auxiliary input 3 active 2
S099 Auxiliary input 4 active 3
S100 Auxiliary input 5 active 4
S101 Auxiliary input 6 active 5
S102 Auxiliary input 7 active 6
S103 Auxiliary input 8 active 7
S104 Auxiliary input 9 active 8
S105 Auxiliary input 10 active 9
S106 Auxiliary input 11 active 10
S107 Auxiliary input 12 active 11
S108 12
S109 13
S110 14
S111 Acknowledgement alarm request 15

40 DELPHYS GREEN POWER - Ref.: IOMDGPJB0910-GB_11


Module Tables

12. 2. Module Alarms: Address 0xm14A, 4 Words


Code Description Bit Address Remarks
A032 Unit Imminent stop 0 0xm14A
A033 Module overload 1
A034 2
A035 3

ENGLISH
A036 4
A037 5
A038 6
A039 Rectifier critical 7
A040 Inverter critical 8
A041 9
A042 Common critical 10
A043 FAN alarm 11
A044 Back feed protection open 12
A045 13
A046 14
A047 15
A048 Operating on battery 0 0xm14B
A049 Battery alarm 1
A050 Battery room 2
A051 Battery discharged 3
A052 End of autonomy time 4
A053 Battery test failure 5
A054 Earth leakage fault 6
A055 Battery circuit open 7
A056 On battery with mains OK 8
A057 DC voltage not OK 9
A058 Rectifier preventive 10
A059 Inverter preventive 11
A060 12
A061 Common preventive 13
A062 Mimic panel 14
A063 Ambient T° max 15
A064 BHC general alarm 0 0xm14C
A065 1
A066 2
A067 3
A068 4
A069 5
A070 6

DELPHYS GREEN POWER - Ref.: IOMDGPJB0910-GB_11 41


Module Tables

Code Description Bit Address Remarks


A071 7
A072 8
A073 9
A074 10
A075 11
A076 12
A077 13
A078 14
A079 15
A080 Preventive maintenance 0 0xm14D
A081 1
A082 2
A083 Rotation phase fault 3
A084 4
A085 5
A086 6
A087 7
A088 8
A089 9
A090 10
A091 11
A092 12
A093 13
A094 14
A095 Unit General alarm 15
A096 Fly Wheel disconnected 0 0xm14E
A097 Fly Wheel Critical 1 If set
A098 Fly Wheel preventive 2
A099 3
A100 4
A101 Aux. input alarm 5 If set
A102 6
A103 7
A104 8
A105 9
A106 10
A107 11
A108 12
A109 kW - kVA configuration Error 13
A110 Eco-mode configuration Error 14
A111 Option board alarm 15

42 DELPHYS GREEN POWER - Ref.: IOMDGPJB0910-GB_11


Module Tables

12. 3. Module Measurements tables: Address 0xm220, 80 words


Format Format
Code Description Unit Address
T015=0 T015=1
M032 Output voltage U12 V 0xm220 ### ###
M033 Output voltage U23 V 1 ### ###
M034 Output voltage U31 V 2 ### ###

ENGLISH
M035 Output voltage L1 V 3 ### ###
M036 Output voltage L2 V 4 ### ###
M037 Output voltage L3 V 5 ### ###
M038 Output current L1 A 6 # ### # ###.#
M039 Output current L2 A 7 # ### # ###.#
M040 Output current L3 A 8 # ### # ###.#
M041 Output frequency x10 Hz 9 ##.# ##.#
M042 Output Power factor L1 A +/- #.## +/- #.##
M043 Output Power factor L2 B +/- #.## +/- #.##
M044 Output Power factor L3 C +/- #.## +/- #.##
M045 Output Active Power L1 kW D # ### # ###.#
M046 Output Active Power L2 kW E # ### # ###.#
M047 Output Active Power L3 kW F # ### # ###.#
M048 Output Apparent Power L1 kVA 0xm230 # ### # ###.#
M049 Output Apparent Power L2 kVA 1 # ### # ###.#
M050 Output Apparent Power L3 kVA 2 # ### # ###.#
M051 Output Crest Factor 3 #.# #.#
M052 Output load rate L1 % 4 ### ###
M053 Output load rate L2 % 5 ### ###
M054 Output load rate L3 % 6 ### ###
M055 Unit load rate % 7 ### ###
M056 Unit Power S Output kVA 8 # ### # ###.#
M057 Unit Power P Output kW 9 # ### # ###.#
M058 Rectifier input supply volt. U12 V A ### ###
M059 Rectifier input supply volt. U23 V B ### ###
M060 Rectifier input supply volt. U31 V C ### ###
M061 Rectifier V1 V D ### ###
M062 Rectifier V2 V E ### ###
M063 Rectifier V3 V F ### ###
M064 Rectifier input supply frequency x10 Hz 0xm240 ##.# ##.#
M065 Rectifier input supply current L1 A 1 ###.# ###.#
M066 Rectifier input supply current L2 A 2 ###.# ###.#
M067 Rectifier input supply current L3 A 3 ###.# ###.#
M068 Inverter output voltage U12 V 4 ### ###
M069 Inverter output voltage U23 V 5 ### ###
M070 Inverter output voltage U31 V 6 ### ###

DELPHYS GREEN POWER - Ref.: IOMDGPJB0910-GB_11 43


Module Tables

Format Format
Code Description Unit Address
T015=0 T015=1
M071 Frequency inverter x10 Hz 7 ##.# ##.#
M072 V 8 ### ###
M073 V 9 ### ###
M074 V A ### ###
M075 V B ### ###
M076 V C ### ###
M077 V D ### ###
M078 Hz E ###.# ###.#
M079 Ambient T° °C F ##.# ##.#
M080 Vdc + V 0xm250 ### ###
M081
M082 Battery voltage string + V 2 ### ###.#
M083
M084 Battery current + A 4 # ### # ###.#
M085
M086 6
M087 7
M088 8
M089 9
M090 A
M091 Battery T° °C B ##.# ##.#
M092 Average battery T° °C C ##.# ##.#
M093 Battery capacity Ah D # ### # ###.#
M094 Battery capacity % E ### ###
M095 Remaining backup time mn F ### ###
M096 0xm260
M097 1
M098 2
M099 3
M100 4
M101 5
M102 6
M103 7
M104 8
M105 9
M106 A
M107 B
M108 C
M109 D
M110 E
M111 F

44 DELPHYS GREEN POWER - Ref.: IOMDGPJB0910-GB_11


13. ANNEXE

13. 1. MODBUS TCP Card WEB PAGE


User name: root
Password: public

ENGLISH
NETWORK CONFIGURATION

DHCP enabled by default


It is necessary to reboot the device after NETWORK settings modification,

DELPHYS GREEN POWER - Ref.: IOMDGPJB0910-GB_11 45


ANNEXE

13. 2. MODBUS TCP IDA specification


The JBUS frames below are only examples:

REQUEST BY MASTER IN MODE JBUS/MODBUS RTU

Original frame: 01 03 1034 0003 40C5


Encapsulated frame: 0046 0000 0006 01 03 1034 0003

where:
0046 corresponds to the transaction number
0000 corresponds to the protocol identifier
0006 corresponds to the number of bytes (length of the message)

Note:
The CRC is suppressed in the encapsulated MODBUS frame.

REPLY OF THE UPS IN MODE JBUS/MODBUS RTU:

Original frame: 01 03 06 0002 0184 0000 1960


Encapsulated frame: 0046 0000 0009 01 03 06 0002 0184 0000

where:
0046 corresponds to the transaction number
0000 corresponds to the protocol identifier
0006 corresponds to the number of bytes (length of the message)

Note: The CRC is suppressed in the encapsulated MODBUS frame.

46 DELPHYS GREEN POWER - Ref.: IOMDGPJB0910-GB_11


Socomec: our innovations supporting your energy performance

1 independent manufacturer 3,200 employees 10 % of sales revenue 400 experts


worldwide dedicated to R&D dedicated to service provision

Your power management expert

POWER POWER POWER ExPERt


sWitCHing mOnitORing COnvERsiOn sERviCEs

The specialist for critical applications


• Control, command of LV • Measurement of electrical • Energy quality • Prevention and repairs
facilities parameters • Energy availability • Measurement and analysis
• Safety of persons and assets • Energy management • Energy storage • Optimisation
• Consultancy, commissioning
and training

A worldwide presence

8 production sites
• France (x3)
27 subsidiaries
• Australia • Belgium • China • France
80 countries
where our brand is distributed
• Italy • Germany • India • Italy • Netherlands
• Tunisia • Poland • Romania • Singapore
• India • Slovenia • Spain • Switzerland • Thailand
• China (x2) • Tunisia • Turkey • UK • USA

Non contractual document. © 2018, Socomec SAS. All rights reserved. - Document printed on paper from sustainably managed forests.

HEAD OFFICE YOUR DISTRIBUTOR / PARTnER


SOCOMEC GROUP
SAS SOCOMEC capital 10 633 100 €
R.C.S. Strasbourg B 548 500 149
B.P. 60010 - 1, rue de Westhouse
F-67235 Benfeld Cedex
Tel. +33 3 88 57 41 41 - Fax -33 3 88 57 78 78
[email protected]

www.socomec.co.uk

You might also like