List of variable fields ................................................................................................ 28
General definitions ................................................................................................... 29
Signaling field ........................................................................................................... 29
Tables measured data .............................................................................................. 29
Tables of binary data ................................................................................................ 31
Table of control devices ........................................................................................... 33
Telemonitoring information ....................................................................................... 33
Glossary of information descriptors ......................................................................... 34
Glossary of telemonitoring information descriptors .................................................. 37
TM
All MGE
GalaxyTM 6000 products are protected by patents. They implement original APC by Schneider Electric technology
not available to other manufacturers.
This document may be copied only with the written consent of APC by Schneider Electric.
Authorized copies must be marked "APC by Schneider Electric GTC link communication interface user manual No.
6739389EN".
6739389EN/FB - Page 3
Presentation
Introduction
The "GTC link" communication
interface is designed to transmit
TM
MGE
operating information and remote
"on/off" commands (if available) to
an external computer.
The JBUS hexadecimal
communication protocol is used
(the JBUS ASCII mode is not used
in this application).
The "GTC link" features two
symmetrical communication
channels, both with a simplified
V24 (RXD and TXD only) and an
RS485 interface.
It consists of a "GTCZ"
communication board (central unit)
and a "RAUZ 1" (communication
network management and
interconnection board).
In option, two additional
communication ports can be added:
"GT2Z" board (central unit) and
"RAUZ 2" board (communication
network management and
interconnection board).
Refer to the "communication
options connection manual" of
MGE
6739388XU, for all informations
about connections.
GalaxyTM 6000 UPS
TM
GalaxyTM 6000 nr
"GTCZ" and "GT2Z"
boards features
The "GTCZ" and "GT2Z" boards
are functionally divided into two
main modules:
The ACQ module
◗ performs data acquisition;
◗ monitors the status bus of the
monitor/control boards;
◗ computes physical quantities and
battery backup time;
◗ processes alarms;
◗ sends commands to monitor/
control boards;
◗ stores configurable parameters
and communicates with the "Soft
Tunor" software, used by APC by
Schneider Electric after-sales
service;
◗ transfers data using the on-board
communication channels.
The COM module
The COM communication module
is designed for external devices
(e.g. "AMUZ" type board of a
"Monitor" or "Tele-Monitor") to:
◗ retrieve information and
parameters processed by the ACQ;
◗ send commands to monitor/
control boards;
◗ be integrated into other systems
(remote indications and
supervision).
Each "GTCZ" or "GT2Z" board is
equipped with two symmetrical
communication ports, COM1 and
COM2:
◗ on the "GTCZ" board:
◗ ◗ COM1 for a "display devices"
network consisting of "AMUZ"
boards in a unitary or parallel
connected UPS configurations,
◗ ◗ COM2 for a supervisory system;
◗ on the "GT2Z" board:
◗ ◗ COM1 and COM2 for a
supervisory system.
The "GTCZ" and "GT2Z" boards
are configured with the APC by
Schneider Electric after-sales
customization software called "Soft
Tunor".
The computer link is via the test
connector located on the front
panel of the cubicles and performs:
◗ configuration, calibration and
control of the ACQ module;
◗ configuration of COM1 and
COM2 ports.
Page 4 - 6739389EN/FB
Communication settings
The COM1 and COM2
communication ports can be
configured as follows:
◗ data rate: 1200, 2400, 4800,
9600 Baud;
◗ data bits: 8 (always);
◗ parity: none, odd, even;
◗ stop bits: 1 or 2;
Location of the "GTCZ" and "GT2Z" boards in the cubicle electronics
◗ slave address: 20H to F8H in
increments of 8H;
◗ interface:
◗ ◗ 0 = RS232 simplified,
◗ ◗ 1 = RS232 complete
(not implemented),
◗ ◗ 2 = RS485;
◗ command masks;
◗ other parameters (modem type,
telephone number, handshaking,
modem protocol, password)
reserved for later use.
INTERNAL BUS
SRIZ
Test channel
Status
Acquisition
Status
Test channel
Acquisition
Status
Test channel
Acquisition
Status
Test channel
Acquisition
Status
Test channel
Commands
CRIZ
CROZ
AROZ
GTCZ
(only in rectifier-inverter cubicle)
(only in rectifier-inverter cubicle)
(in all cubicles)
COM1
RAUZ 1
COM2
Soft Tunor
Acquisition
Status
Test channel
Commands
GT2Z
COM1
RAUZ 2
COM2
6739389EN/FB - Page 5
JBUS protocol
Introduction
JBUS protocol can be used to read
or write one or more bits or words.
In the interest of simplicity, this
document describes only the
procedures necessary for operation
and monitoring of the APC by
Schneider Electric unit.
Communications are initiated by
the master and include a request
from the master and a response
from the slave.
Master requests must be
addressed to one specific slave
(identified by its address in the first
byte of the request frame) as
shown in the diagram opposite:
MASTER
Slave
request
request
response
Wait
Master
SlaveSlave
Response analysis
and preparation
of next exchange
request
Wait
SLAVE 1
SLAVE N
PHYSICAL
MEDIA
to slave 1to slave N
response
request processing
Exchange i
response
Exchange i+1
Page 6 - 6739389EN/FB
JBUS protocol (continued)
Principle
A full understanding of the protocol
is only required if the master is a
computer that must be
programmed.
All communications include 2
messages: a request from the
master and a response from the
slave.
Each message or frame containes
4 types of information:
◗ slave address (1 byte)
The slave address specifies the
destination station (see address
list):
If zero, the request addresses all
slaves and there is no response
message (in which case it is a
broadcast message, a function not
used in this application);
◗ function code (1 byte)
Selects a command (e.g. read or
write a bit or a word) and checks
that the response is correct.
The JBUS protocol comprises 10
functions of which 3 may be used in
this application: function 3 (read n
output or internal words), or
function 4 (read n input words), or
function 16 (write n words);
◗ information field (n bytes)
The information field contains the
parameters related to the functions:
bit address, word address, bit
value, word value, number of bits,
number of words;
◗ check word (2 bytes)
A word used to detect transmission
errors.
Synchronizing data
exchanges
Any character received after 3 or
more character lengths of silence is
interpreted as the start of a frame.
Therefore, a minimum silence of 3
character lengths between frames
must be respected.
Description of request and response frames
request
1 byte
slave adress
(1 à FF)
This function code selects one of
10 possible commands:
- Function 1 : read n output or internal bits
- Function 2 : read n input bits
- Function 3 : read n output or internal words
- Function 4 : read n input words
- Function 5 : write one bit
- Function 6 : write one word
- Function 8 : data exchange diagnostics
- Function 11 : read event counter
- Function 15 : write n bits
- Function 16 : write n words
response
slave adress
(1 à FF)
1 byte
function
code
function
code
information requested: bit/word address,
bit/word value, bit/word number.
information
n bytes
values of bits or words read
values of bits or words written
number of bits or words
data
check word
When the message is
received, the slave reads
the check word and accepts
or refuses the message
CRC
check word
2 bytes
1 byte1 byte
◗ bytes
2 bytes
6739389EN/FB - Page 7
JBUS protocol (continued)
Checking received
messages on the slave
side
After the master sends a request
containing the slave address, the
function code and data, it computes
the CRC and sends it as the check
word (CRC 16).
When the slave receives the
request, it stores the message in
memory and calculates the CRC 16
to compare it to the received CRC
16.
master
slave
slave address
function
data
CRC 16
CRC 16 comparison
CRC 16
computation
If the message is incorrect (unequal
CRC 16 values), the slave doesnot respond.
If the message received is correct
but the slave is unable to process it
(incorrect address, incorrect data,
etc.), the slave returns an error
message with the following
contents (see opposite):
response
function code
received and
MS bit = 1
slave
address
(1 à FF)
1 byte1 byte1 byte
example
01
01
1
09
00000000 DD CB
H
89 H0186 50
Error codes:
1. Unknown function code
2. Incorrect address
3. Incorrect data
4. Station not ready
8. Write error
9. Field overlap
request
response
errors handled
by the
communication
port
CRC 16
2 bytes
Page 8 - 6739389EN/FB
Functions
Function 1 and 2: read N bits
◗ function 1: read output or internal
bits;
◗ function 4: read input bits.
The number of bits must be less
than or equal to the bit field size
(see memory board).
request
slave address1 or 2
JBUS protocol (continued)
address of
first bit
MSB LSB
number of bits
to read
CRC 16
1 byte
response
slave address1 or 2
1 byte
byte detail:
last bit transmittedfirst bit transmitted
Unused bits are set to zero
example
Reading bits at location 404 to 411 of slave at address 20H (charger signals)
request:
20 01040466 FE
response:
20 01 02
1 byte2 bytes2 bytes2 bytes
number of
bytes
read
1 byte1 byte✷ bytes2 bytes
0E
10101001
00101110
FB B7
first
byte
read
last
byte
read
CRC 16
40440B
411
(binary values)
40C
6739389EN/FB - Page 9
JBUS protocol (continued)
Function 3 and 4: read N words
The number of words must be less
than or equal to the word field size
(see memory board).
◗ function 3: read output or internal
words;
◗ function 4: read input words.
request
slave address
3 or 4
adress of
first bit
MSB LSB
number of
words
MSB LSB
CRC 16
Function 5: writing a bit
1 byte
response
slave address
1 byte
example
Reading words at location 146 to 14B of slave at address 28H (voltage fields)
request:
03014606A7 E0
28
response:
03 0CXXXXYYYYCRC 16
28
1 byte2 bytes
3 or 4
1 byte1 byte
word 0146
number of
bytes read
word 014B
2 bytes2 bytes
first word
PF pf
2 bytes2 bytes
last word
PF pf
2 bytes
CRC 16
Page 10 - 6739389EN/FB
request
slave address5
1 byte2 bytes2 bytes1 byte1 byte
response
slave address5
In function 5 the response and request frames are identical.
example
Setting bit location C05 to 1 of slave at address 40H (inverter on)
request:
050C05FF 0040
1 byte
bit address
bit address
90 7A
bit set to 0
bit set to 1
bit value0CRC 16
bit value0CRC 16
write 0
write FF
Function 6: writing a word
JBUS protocol (continued)
request
slave address
1 byte1 byte2 bytes2 bytes2 bytes
response
slave address
The response is echoed acknowledging that the word sent has been received.
example
Writing the value 1000 into the word location 810H of slave at address 50H
0608 1010 00
50
Function 8: reading error diagnosis counters
Each slave manages a set of nine
16 bit counters for error diagnosis
(see opposite):
- request / response:
slave address
6
6
8
word address
word address
8A 2E
sub-function
code
data
CRC 16word
CRC 16word
CRC 16
1 byte
- the slave must echo00XYZT
the request
- reset error0A0000
diagnosis counter
- read the total number of:
received frames with CRC error (CNT 1)0BXXXX
received frames with CRC error (CNT 2)0CXXXX
number of exception responses (CNT 3)0DXXXX
frames addressed to the station (CNT 4)0EXXXX
(not including broadcast)
broadcast requests received (CNT 5)0FXXXX
number of NACK responses (CNT 6)10XXXX
unit not ready responses (CNT 7)11XXXX
illegal characters (CNT 8)12XXXX
1 byte2 bytes2 bytes2 bytes
X, Y, Z, T are user
defined (transmission
parameters)
requests:
XXXX equals 0000
response:
XXXX is the counter
value
6739389EN/FB - Page 11
JBUS protocol (continued)
Function 11: reading event counters
The master and each slave have
one event counter.
This counter is incremented each
time a frame is received and
interpreted correctly by the slave
(except for function 11 itself).
A correctly transmitted message
increments the counter. If the slave
sends an exception response, the
counter is not incremented.
The master can read the counter to
determine whether or not the slave
correctly interpreted the command
(incremented the counter or not).
request
slave address0B
response
slave address
1 byte
1 byte2 bytes2 bytes2 bytes
CRC 16
0
slave
counter word
CRC 160B
These functions can be used to
diagnose the data exchange taking
place between master and slaves.
If the master counter equals the
slave counter, the slave executed
the command sent by the master.
Function 15: writing n consecutive bits
request
slave adress
1 byte
réponse
last bit of
first byte
0F
1 byte
first byte
address of
the first bit
2 bytes
first bit of
first byte
number
of bits
2 bytes
2 X 1968
If the master counter is one higher
than the slave counter, the slave
did not execute the command sent
by the master.
number
of bytes
1 byten bytes2 bytes
1 N 246
last bit of
byte N
bit data
N bytes
CRC 16
first bit of
byte N
Page 12 - 6739389EN/FB
response
slave address
1 byte
Note: if the slave address is 0, all units execute the write command without sending a
response.
0FCRC 16
address of
the first bit
number of bits
2 bytes1 byte2 bytes2 bytes
1 X 1968
Function 16: writing n consecutive words
request
JBUS protocol (continued)
1 byte
LSB
first word
response
slave address
1 byte2 bytes1 byte
1 byte
LSBLSBMSBMSBMSBMSB
10
(*)
address of
first word
2 bytes
10
(*)
number
of words
2 bytes
2 X 123
address of
first word
2 bytes
number
of bytes N
1 byte2 bytes
4 N 246
data bytesslave address
n bytes
number of
words written
2 bytes
CRC 16
CRC 16
last word
Note: if the slave address is 0, all units execute the write command without sending a
response
example
Writing words 00 and 01 of slave at address 20 (synchronization counter)
(00) = 0000
(01) = 0000
request
10
20
response
20
(*)
0000 00020000 0000 0000 0000045C 93
(*)
10
0000
(*)
0002 47 79
6739389EN/FB - Page 13
JBUS protocol (continued)
CRC 16 algorithm
If the CRC 16 is calculated using
the above algorithm, the least
significant byte is transmitted first.
Hex FFFF --> CRC 16
CRC 16
CRC 16 shift to the right
no
no
remainder
BYTE --> CRC 16
n = 0
n = n+1
n > 7
no
following byte
yes
CRC 16
yes
end of message
poly --> CRC 16
yes
=exclusive or
n=number of data bits
poly =CRC 16 polynomial = 2
/* (including crc16)*/
{/* beginning of the function*/
int i ;/* loop variable*/
int j ;/* calculation and displacement variable*/
union {/* calculated crc16:*/
int ival ;/* - whole*/
unsigned char cval [ 2 ];/* - table of 2 characters*/
/* unsigned is important since otherwise the sign*/
/* extension causes negative displacements with*/
/* respect to the beginning of the table*/
} crcal;
/*$ initialization of calculated crc*/
crcal.ival = 0XFFFF;
i = 0;
/*$ correction of the length to be checked: remove the*/
/*$ received crc16 from the length to be checked*/
length = length - 2;
/*$ WHILE there are bytes to be checked DO*/
while ( i < length )
◗ the inverter is shut down;
◗ the inverter starts-up
automatically as soon as overload
is removed;
◗ power is transferred without
affecting the load.
Maintenance
◗ Mains 2 supplies power to the
load via the maintenance bypass;
◗ the rectifier-charger and inverter
are shut down and disconnected
from all sources of power.
Mains 2
Mains 1
Mains 2
Mains 1
Q1
rectifiercharger
rectifiercharger
battery
static by-pass switch
inverter
battery
static by-pass switch
Q4S
inverter
QF1
battery
Q3BP
Q5N
load
load
Page 18 - 6739389EN/FB
UPS theory of operation (continued)
Parallel connected UPS with "Static Switch"
Up to six parallel connected
rectifier-inverter cubicles can be
combined with one "Static Switch"
cubicle to form a system that
operates like a unitary UPS system.
Each parallel connected rectifierinverter cubicle houses a:
They may or may not be parallel
connected depending on type and
may or may not contain a battery.
The output voltage has a frequency
of 50 or 60 Hz.
cubicle
static by-pass switch
inverter
battery
inverter
load
battery
Operation without battery
Mains 1 power up:
◗ the inverter receives power from
the rectifier-charger and supplies
power to the load. There is no
direct connection between Mains 1
and the load.
Mains 1 power down:
◗ no power to the load.
Maintenance position
(disconnected):
◗ no power to the load (except in
parallel connected systems, where
other units supply power).
Mains 1
Mains 1
Mains 1
Q1
rectifiercharger
rectifiercharger
rectifiercharger
inverter
load
inverter
load
inverter
Q5N
load
6739389EN/FB - Page 19
UPS theory of operation (continued)
Operation with battery
Mains 1 power up:
◗ the inverter receives power from
the rectifier-charger and supplies
power to the load. There is no
direct connection between Mains 1
and the load.
Mains 1 power down:
◗ the inverter runs on battery power
and supplies power to the load;
◗ the battery discharges.
Maintenance position
Mains 1
Mains 1
rectifiercharger
rectifiercharger
inverter
load
battery
inverter
load
battery
(disconnected):
◗ no power to the load (except in
parallel connected systems, where
other units supply power).
Mains 1
Q1
rectifiercharger
inverter
Q5N
load
QF1
battery
Page 20 - 6739389EN/FB
This chapter presents the specific
operating aspects and system data
provided by the "GTCZ" and
"GT2Z" boards in unitary UPSs.
For more detailed information,
please refer to the "system
information" section.
Block diagram
Mains 2
Q4S
a
Unitary UPS
Q3BP
static by-pass switch
Measured quantities
Mains 1
Q1
rectifiercharger
inverter
K3N
becd
QF1
battery
F Mains 2<1A2>U Mains 2<149 to 14E>
a
b
F Mains 1<1A0>U Mains 1<140 to 142>
I Mains 2<109 to 10B>
I Mains 1<100 to 102>
c
F inverter<1A1>U inverter<143 to 148>
I inverter<106 to 108>
d
F load<1A3>U load<14F to 154>
Apparent and active
power<180 to 187>
I load<10C to 10E>
e
I battery or I dc<115 or 1C1> U battery or U dc<155 or 1C0>
Battery backup time <1C2>Battery temperature<1C3>
Q5N
load
The numbers enclosed by <> are the addresses in the data array.
6739389EN/FB - Page 21
Unitary UPS (continued)
Main status bits (UPS operating information)
Operating modes
The following section describes the
different states of a
TM
MGE
the addresses of the bits in the
system data array.
Normal operation
GalaxyTM 6000 UPS and
Normal:inverter powers load and full backupbit 4C4 = 1
time available
Danger:inverter does not power loadbit 4C6 = 1
Downgraded:malfunction or environment faultbit 4C5 = 1
Load on battery:fonctionnement en autonomiebit 4C7 = 1
Normal:bit 4C4 = 0
Danger:bit 4C6 = 1
Downgraded:bit 4C5 = X (N/A)
Load on battery:bit 4C7 = X (N/A)
Q1 indifferent:bit 40E = X (N/A)
Rectifier/charger indifferent:bit 408 = X (N/A)
QF1 indifferent:bit 400 = X (N/A)
Inverter disconnected:bit 484 = 0
Q5N closed:bit 498 = 1
Q3BP open:bit 497 = 0
Q4S closed:bit 496 = 1
SS closed:bit 499 = 1
K2S closed (if available):bit 494 = 1
Normal:bit 4C4 = 0
Danger:bit 4C6 = 1
Downgraded:bit 4C5 = X (N/A)
Load on battery:bit 4C7 = X (N/A)
Q1 indifferent:bit 40E = X (N/A)
Rectifier/charger indifferent:bit 408 = X (N/A)
QF1 indifferent:bit 400 = X (N/A)
Inverter connected indifferent: bit 484 = X (N/A)
Q5N open:bit 498 = 0
Q3BP closed:bit 497 = 1
Q4S indifferent:bit 496 = X (N/A)
SS indifferent:bit 499 = X (N/A)
K2S indifferent:bit 494 = X (N/A)
6739389EN/FB - Page 23
Parallel connected UPS
This chapter presents the specific
operating aspects and system data
provided by the "GTCZ" and
"GT2Z" boards in parallel
connected UPSs.
For more detailed information,
please refer to the "system
information" section.
Block diagram
Measured quantities
Mains 1
Q1
rectifiercharger
inverter
K3N
becd
QF1
battery
F Mains 1<1A0>U Mains 1<140 to 142>
b
F inverter<1A1>U inverter<143 to 148>
c
F load<1A3>U load<14F to 154>
d
Apparent and active
power<180 to 187>
I battery or I dc<115 or 1C1> U battery or U dc<155 or 1C0>
e
Battery backup time <1C2>Battery temperature<1C3>
I Mains 1<100 to 102>
I inverter<106 to 108>
I load<10C to 10E>
Q5N
load
Page 24 - 6739389EN/FB
The numbers enclosed by <> are the addresses in the data array.
Parallel connected UPS (continued)
Main status bits of system operations
Operating modes
The following section describes the
different states of a
TM
MGE
the addresses of the bits in the
system data array.
Normal operation
GalaxyTM 6000 UPS and
Normal:inverter powers load and maximumbit 4C4 = 1
backup time available
Danger:inverter does not power loadbit 4C6 = 1
Downgraded:malfunction or environment faultbit 4C5 = 1
Normal:bit 4C4 = 0
Danger:bit 4C6 = 1
Downgraded:bit 4C5 = X (N/A)
Q5N open:bit 498 = 0
Q3BP closed:bit 497 = 1
Q4S indifferent:bit 496 = X (N/A)
CS indifférent:bit 499 = X (N/A)
SS indifferent:bit 494 = X (N/A)
Inverter connected indifferent:bit 4AE = X (N/A)
6739389EN/FB - Page 27
System information
Message format
This section describes the
messages exchanged between the
"GTC link" communication interface
Data rate1200 Baud2400 Baud4800 Baud9600 Baud
status information only0,5 s0,25 s0,12 s0,06 s
all measurements2 s1 s0,5 s0,25 s
and the external computer based
on the JBUS protocol.
The length of time after which a
message must be interpreted as
"not understood" depends on the
type of command sent.
Response time of event (independent of data rate)
- inverter start-up and connect:30 s
- rectifier-charger startup:30 s
- rectifier-charger or inverter stop:30 s
The table opposite lists maximum
response times:
Example of read data array commands sent by the terminal
(address: 20H)
For the "responses", refer to the
"JBUS protocol" section function 1
and 3.
The binary data and binary
commands can be accessed bit or
word-wise.
The word address and position of
the bit in the word can be
determined from the bit address:
◗ hundreds and tens digit of bit
address = word address;
◗ least significant digit of bit
address = bit position.
commandstationfunctionbitdatanotCRC 16
codeaddressused
charger on20050C00FF0089 DB
charger off20050C01FF00D8 1B
inverter on20050C04FF00C8 1A
inverter off20050C05FF0099 DA
binary timesN/A3
binary timesN/A4
binary timesN/A5
manufacturer's IDwithout1MSB 6
model ID (MSB)without102LSB 6
model ID (LSB)without543807
configuration 1withoutN/AMSB 8
inverter type,LSB 8
same as 200
configuration 2withouthardware versionMSB 9
software versionLSB 9
not usedA
not usedB
state of equipmentwithoutsame as 4EC
state of processingwithoutsame as 4CD
not usedE
not usedF
Tables of measured data
Current fields
Legend:
◗ yes: available in this cubicle;
◗ bat: available in this cubicle if
battery installed;
◗ no entry: not available.
measured currentunitsJBUS address type
hex. wordunitary parallel Static Switch
I1 (I phase 1) Mains 1A100yesyes
I2 (I phase 2) Mains 1A101yesyes
I3 (I phase 3) Mains 1A102yesyes
I1 (I phase 1) inverterA106yesyes
I2 (I phase 2) inverterA107yesyes
I3 (I phase 3) inverterA108yesyes
I1 (I phase 1) Mains 2A109yesyes
I2 (I phase 2) Mains 2A10Ayesyes
I3 (I phase 3) Mains 2A10Byesyes
I1 (I phase 1) loadA10Cyesyesyes
I2 (I phase 2) loadA10Dyesyesyes
I3 (I phase 3) loadA10Eyesyesyes
I batteryA115batbat
% load-120yesyesyes
% peak load (Ph1)-121yesyesyes
% peak load (Ph2)-122yesyesyes
% peak load (Ph3)-123yesyesyes
6739389EN/FB - Page 29
System information (continued)
Voltage fields
Legend:
◗ yes: available in this cubicle;
◗ no entry: not available.
◗ no entry: not available;
◗ yes: available in this cubicle.
informationbit meaningJBUS addresstype
hexadecimal
bit=0bit=1bitword unit. par. SS
reason for callno transitiontransition
(high transitions)structure
reason for callno transitiontransition(same51yesyes yes
(low transitions)structure
main numbervalidinvalid52052yesyes yes
invalid
secondary numbervalidinvalid528yesyes yes
invalid
(same50yesyes yes
as word 4C)
as word 4C)
6739389EN/FB - Page 33
System information (continued)
Glossary of information
descriptors
(data words at address 40 to 4E)
Every bit is listed according to the
following format:
bit address: description
(bit = 0 / bit = 1).
Word address: 40
400: battery circuit breaker
(0=open/1=closed)
Battery protection circuit breaker
"QF1" is located near the battery
and is "on" (closed) during normal
operation. When it either trips or is
turned "off" (open) the load is no
longer protected since battery
power is no longer available if
Mains 1 fails.
The inverter powers the load.
Mains 1 is either not available or
outside tolerances and the inverter
is battery powered.
402: minimum battery voltage
(0=not reached/1=min. volt. fault)
A fault indicates that the minimum
battery voltage has been reached
during Load on battery and the
inverters it supplies are stopped. If
Mains 2 is not available, which is
generally the case, the load not
longer receives power.
The warning indicates that the end
of backup time is imminent. It is
only applicable when the inverters
operate on battery power.
404: battery temperature
(0=normal/1=outside tolerances)
This information only exists if the
system is equipped with the
"Temperature Monitor" option. It
tells the user that the temperature
of the battery is outside the
allowable range. The rectifiercharger circuit is switched so that
the battery charging current
becomes zero. The battery is no
longer being recharged (battery
protection).
405 : Mains 1 voltage (0=normal/
1=outside tolerances)
Indicates that the Mains 1 power
supply voltage is outside tolerances
and the inverter on battery power.
Informs the user of a battery room
ventilation fault. The rectifiercharger circuit is switched so that
the battery charging current
becomes zero. The battery is no
longer being recharged. It prevents
vented led-acid batteries from
giving off hydrogen gas The user
must remedy the ventilation
problem.
407: battery charging (0=not
charging/1=charging)
Informs the user whether the
battery is currently being recharged
(only valid for vented lead-acid
batteries).
408: rectifier-charger status
(0=off/1=on)
Gives the status of the rectifiercharger circuit. It stops every time
Mains 1 power fails. In this case the
load is battery powered via the
inverter.
409: major rectifier-charger fault
(0=no fault/1=fault)
Informs the user of a major rectifiercharger fault requiring after-sales
servicing.
40E: Mains 1 input switch
(0=open/1=closed)
"Q1" Mains 1 input switch which
powers the rectifier-charger.
Normally the switch is closed or
"on". The switch can be opened to
disconnect the unit from Mains 1 for
servicing.
Word address: 41
411: emergency off switch (0=not
activated/1=activated)
Normally-closed switch connected
to the units. When activated, the
rectifier-charger circuits and the
inverters stop operating. The "QF1"
battery circuit breaker is also
opened.
If the "emergency off" also tripped
the protection devices to
disconnect the units from Mains 1
and Mains 2, the load no longer
receives power and the units are
completely disconnected.
412: rectifier-charger input
voltage (0=normal/1=outside
tolerances)
The rectifier-charger stops
operating when the Mains 1 phaseto-phase voltage is outside
tolerances.
413: rectifier-charger input
frequency (0=normal/1=outside
tolerances)
The rectifier-charger stops
operating when the Mains 1
frequency is outside tolerances.
Indicates that the rectifier-charger
received an external command to
gradually stop operating (e.g.
gradual load-shedding when using
power from engine generator sets).
419: engine generator set current
limiting (0=not activated/
1=activated)
Informs the user that the rectifiercharger has received an external
command to limit the current drawn
from Mains 1. The additional power
required by the inverter is supplied
by the battery (which discharges).
Example: operating from a
generator that delivers insufficient
power.
41A: battery current limiting
(0=not activated/1=activated)
The rectifier-charger received an
external command to limit the
current that charges the battery.
Normal battery charging is resumed
when Mains 1 returns.
Example: operating from a
generator that delivers insufficient
power to supply load and charge
batteries.
Note: the current limit is
programmable.
Page 34 - 6739389EN/FB
System information (continued)
41B: battery equalization (0=not
active/1=active)
The rectifier-charger has been
manually switched to equalization
mode, to equalize battery cell
voltages. This action stops all
inverters powered by the battery (if
they were not already stopped).
41E: operation on enginegenerator set (0=not activated /
1=activated)
Indicates that the rectifier-charger
is supplied by an engine-generator
set and not by the normal Mains 1
power supply.
Word address: 44
440: inverter stack overload
(0=no/1=overload)
Indicates an overload condition due
to a load power factor exceeding 0.9.
441: major inverter fault (0=no/
1=fault)
Informs the user of an inverter fault
requiring after-sales servicing.
445: inverter output current
limiting (0=no/1=active)
Informs the user that an overload
exceeding 1.6 In has occurred at
the output: the inverter stops
operating.
446: inverter thermal overload
(0=no/1=overload)
Informs the user that the output is
overloaded by a factor between 1
and 1.6 In: the inverter stops
operating.
Normally open switch. Initiates the
actions that have been configured
using the after-sales "Soft Tunor"
computer software. Possible
actions when activated:
◗ no action;
◗ inverter off;
◗ forced inverter shutdown;
◗ conditional inverter shutdown;
◗ frequency change (when
powering on the unit) with respect
to the frequency configured by the
after-sales "Soft Tunor" computer
software (i.e. 50Hz to 60Hz or vice
versa).
44D: emergency off switch
(0=not activated/1=activated)
Normally-closed switch connected
to the units. When activated, the
rectifier-charger circuits and the
inverters stop operating. The "QF1"
battery circuit breaker is also
opened. If the "emergency off" also
trips the protection devices to
disconnect the units from Mains 1
and Mains 2, the load no longer
receives power and the units are
completely disconnected.
Indicates to the user that a
shutdown of the inverter will result
in transfer of the load to Mains 2
with the risk of a 0.8 second
interruption in the supply of power
to the load.
465: frequency conversion
(0=not activated / 1=activated)
Indicates that the
TM
MGE
GalaxyTM 6000 UPS is
operating as a frequency converter
between the input and the output
(50 Hz / 60 Hz).
Indicates to the user that a
shutdown of the inverter will take
place only if the load transfer
conditions to Mains 2 are correct to
avoid an interruption in the supply
of power to the load.
Word address: 48
480: inverter overload (0=no/
1=overload)
Informs the user that the load is
drawing more than the rated UPS
output.
482: ventilation of the battery
cabinets (0=no fault / 1=fault)
Indicates to the user that ventilation
in a battery cabinet is incorrect due
to a fan fault or shutdown. This fault
does not result in UPS shutdown.
This information is available only on
European versions of the
TM
MGE
GalaxyTM 6000 UPS.
484: inverter connected to the
load (0=not connected/
1=connected)
The inverter is operating and
powers the load.
485: inverter off disable
(0=enabled/1=disabled)
The inverter off command is
disabled.
486: synch with Mains 2 (0=not
synch/1=synch)
The inverter may operate without
its frequency synchronized to that
of Mains 2 (i.e. free-running
operation); in this case, it operates
at an accurate (within 0.05 Hz)
fixed frequency. Alternatively, the
inverter may be operated with its
frequency synchronized to that of
Mains 2.
487: transfer fault (0=no fault/
1=fault)
Informs the user of a fault on the
static switch, used to transfer the
load between Mains 2 and inverter
output. After-sales servicing is
required.
48A: Mains 2 voltage outside
tolerances (0=normal / 1=outside
tolerances)
Indicates to the user that the Mains
2 backup power supply voltage is
outside tolerances. A transfer of the
load to the Mains 2 backup power
supply will result in a 0.8 second
interruption in the supply of power
to the load or may not take place.
48D: emergency off switch
(0=not activated/1=activated)
Normally-closed switch connected
to the units. When activated, the
rectifier-charger circuits and the
inverters stop operating. The "QF1"
battery circuit breaker is also
opened.
If the "emergency off" also tripped
the protection devices to
disconnect the units from Mains 1
and Mains 2, the load no longer
receives power and the units are
completely disconnected.
6739389EN/FB - Page 35
System information (continued)
Word address: 49
494: contactor K2S (0=open/
1=closed)
Indicates the position of contactor
K2S . Contactor K2S is connected
in parallel with the static switch on
the Mains 2 line on certain high
output units. It is installed in staticswitch cubicles with power ratings
over 400 kVA.
496: Mains 2 input switch
(0=open/1=closed)
Switch "Q4S" is located on the
Mains 2 phases at the input of the
static switch (on the bypass line).
The switch is normally closed.
497: maintenance bypass switch
(0=open/1=closed)
Switch "Q3BP" bypasses the static
switch and connects Mains 2
directly to the load. This switch is
normally open. When closed (with
"Q4S" and "Q5N" open), the load
can continue to be powered while
the UPS is isolated for servicing.
498: inverter output switch
(0=open/1=closed)
Switch "Q5N" is located at the
output of the inverter and is used to
disconnect the load from the
inverter (or from the output busbars
when several units are connected
in parallel).
This switch is normally closed.
499: static switch status
(0=open/1=closed)
The static switch on Mains 2 is
normally open (inverter powers the
load). The load is transferred to
Mains 2 by closing the static switch
when the inverters are no longer
capable of delivering the required
power (overload, end of backup
time or internal error).
49C: Mains 2 frequency
(0=normal/1=outside tolerances)
When the frequency of Mains 2 is
outside tolerances, load transfer
from inverter to Mains 2 will include
an interruption of 0.8 s or will not
take place.
49D: Mains 2 voltage (0=normal/
1=outside tolerances)
When the phase-to-phase Mains 2
input voltage is outside tolerances,
load transfer from inverter to Mains
2 will include an interruption of 0.8
second.
49F: free-running frequency
request (0=not activated/
1=activated)
Indicates that the inverter received
an external command to
desynchronize its output frequency
from the frequency of Mains 2.
Indicates to the user that the fault
auxiliary contact connected to the
cubicle has been activated. This
information is available only on
U.S. versions of the
TM
MGE
4A4: transfer to Mains 2 with
interrupt prohibited (0=not
activated/1=activated)
An auxiliary command prohibits
transfer to Mains 2 with power
interruption.
4A5: transfer lockout (0=not
activated/1=activated)
The inverter received an auxiliary
command prohibiting transfer to
Mains 2. The load is totally
dependent on inverter power. If the
inverter stops (internal fault), the
load will no longer receive power.
This only concerns systems with
parallel connected inverters and a
static switch cubicle. It informs the
user that the number of inverters to
be connected to the load is
insufficient to supply the necessary
power. Additional inverter(s) must
be turned on so that the inverters
can start supplying the power to the
load. If this is not the case, Mains 2
continues to supply the power.
Word address: 4C
(summary of operating
information)
4C0: acquisition fault (0=no fault
/ 1=fault)
Indicates an acquisition fault for the
internal analogue or logic values of
the "GTCZ" or "GT2Z"
communication board.
4C1: battery backup time (0=no
fault/1=backup time end)
The computed "remaining backup
time" is less than the amount
configured in the unit.
4C2: end of battery life (0=no
fault / 1=end of battery life)
Indicates that the battery has
reached its maximum service life
and should be replaced.
4C4: system normal, load
protected (0=not normal/
1=normal)
Indicates that the inverter powers
the load and that the full battery
backup time is available if Mains 1
fail. The unit is operating normally.
Note: for parallel connected inverter
cubicles, this only refers to the
output power supplied by that
specific unit. The load may be
unprotected if more than one inverter
is required to supply the load power.
All required inverters in the system
or the static switch cubicle if it exists
must therefore be checked.
4C5: system downgraded due to
malfunction (0=not downgraded/
1=downgraded)
Indicates a malfunction or
environment fault; nevertheless the
inverter can still power the load.
Page 36 - 6739389EN/FB
System information (continued)
◗ malfunctions:
◗ ◗ static switch cubicle ventilation
fault,
◗ ◗ static switch control fault,
◗ ◗ environment faults:
◗ ◗ battery temperature outside
tolerances,
◗ ◗ overload exceeding 5%,
◗ ◗ Mains 2 voltage, frequency or
phase outside tolerances with
respect to inverter.
inverter shutdown (manual or due
to an overload or internal fault) or
due to opening "Q5N" at the
inverter output;
◗ not able to rely on battery backup
because circuit breaker "QF1" is
open.
Note: for parallel connected
inverters this only refers to the
specific unit. The load may still be
protected because more than one
inverter is supplying power.
4C7: operating on battery power
(0=no/1=on battery power)
Indicates that the unit is operating
on battery power because:
◗ Mains 1 voltage failure or dip;
◗ insufficient Mains 1 power (e.g.
engine generator set) with extra
energy required supplied by the
battery.
4C8: emergency off switch
(0=not activated/1=activated)
Normally-closed switch connected
to the units. When activated, the
rectifier-charger circuits and the
inverters stop operating. The "QF1"
battery circuit breaker is also
opened.
If the "emergency stop" also tripped
the protection devices to
disconnect the units from Mains 1
and Mains 2, the load no longer
receives power and the units are
completely disconnected.
4C9: power supplied via SS or
K2S (0=open/1=closed)
Indicates that the static switch or
the mechanical switch on the Mains
2 backup line is closed. The load is
supplied by Mains 2.
Indicates that the inverter is in
operation and supplying the load.
Word address: 4D
4DD: cubicle ventilation (0=no
fault / 1=fault)
Indicates to the user that ventilation
in a cubicle is incorrect due to a fan
fault or shutdown. This fault does
not result in UPS shutdown. This
information is available only on
U.S. versions of the
TM
MGE
GalaxyTM 6000 UPS.
Word address: 4E (summary
of communication interface
information)
4E9: communication interface
test error (0=no error/1=error)
Error free communications can no
longer be guaranteed.
4EA: unit in configuration mode
(0=no config./1=config)
The after-sales "Soft Tunor"
computer software is connected to
the cubicle, blocking all remote
commands.
4EB: remote setting (0=no
setting / 1=setting)
Indicates to the user that the Soft
Tunor after-sales-support computer
tool has been connected to the
communication channel.
4EC: invalid measurements
(0=valid/1=invalid)
The communication interface
receives invalid measurement data
and status information from the
cubicle.
4EF: change in status (0=no
change / 1=change)
Indicates a change in status of at
least one indicator between two
reads of logical data. This
information can be reset by the
device connected to the
communication channel.
Glossary of
telemonitoring
information descriptors
(data words at address 50 to D4)
Word address: 50
The causes of high transition
alarms followed by a call from the
UPS site to the central monitoring
site are logged in this word.
Word structure is similar to that of
word 4C.
Word address: 51
The causes of low transition alarms
followed by a call from the UPS site
to the central monitoring site are
logged in this word.
Word structure is similar to that of
word 4C.
Word address: 52
520: invalid telephone number
for main telemonitoring site
(0=valid / 1=invalid)
Indicates that calls from the UPS
site to the central telemonitoring
site consistently fail. The number of
the telemonitoring site is therefore
declared invalid and no longer
used. A second set of calls is then
undertaken using the backup
number.
The telephone number is
reinstated:
◗ on reception of a new
communication configuration using
the Soft Tunor after-sales-support
computer tool,
◗ when the "GTCZ" or "GT2Z"
communication board is deenergised.
528: invalid telephone number
for secondary telemonitoring site
(0=valid / 1=invalid)
Indicates that calls from the UPS
site to the secondary telemonitoring
site consistently fail. The number of
the telemonitoring site is therefore
declared invalid and no longer
used.
6739389EN/FB - Page 37
System information (continued)
The telephone number is
reinstated:
◗ on reception of a new
communication configuration using
the Soft Tunor after-sales-support
computer tool,
◗ when the "GTCZ" or "GT2Z"
communication board is deenergised.
Word address: C1
C10: call reset (0= not activated /
1=activated)
Call reset command issued by the
central telemonitoring site. The
information bits that provoked the
call to the central telemonitoring
site are reset.
C11: return call (0= not activated
/ 1=activated)
Return call command issued by the
central telemonitoring site. The
UPS site recalls the central
telemonitoring site following a time
delay of approximately 30 seconds.
C14: status change reset (0= not
activated / 1=activated)
Indicates that the central
telemonitoring site issues a reset
command for the status change bit
at address 4EF.
Page 38 - 6739389EN/FB
Loading...
+ hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.