This instruction manual provides information about the installation and operation of the DGC-2020HD
Digital Genset Controllers with the Modbus™ protocol. To accomplish this, the following information is
provided:
•General information
•Register table
Conventions Used in this Manual
Important safety and procedural information is emphasized and presented in this manual through
warning, caution, and note boxes. Each type is illustrated and defined as follows.
Warning!
Warning boxes call attention to conditions or actions that may cause
personal injury or death.
Caution
Caution boxes call attention to operating conditions that may lead to
equipment or property damage.
Note
Note boxes emphasize important information pertaining to installation
or operation.
DGC-2020HD Modbus™ Protocol Preface
Page 4
ii 9469300991 Rev A
This publication contains confidential information of Basler Electric Company, an Illinois corporation. It is loaned for
READ THIS MANUAL. Read this manual before installing, operating, or maintaining the DGC-2020HD
Note all warnings, cautions, and notes in this manual as well as on the product. Keep this manual with
the product for reference. Only qualified personnel should install, operate, or service this system.
Failure to follow warning and cautionary labels may result in personal injury or property damage.
Exercise caution at all times.
Basler Electric does not assume any responsibility to compliance or noncompliance with national code, local code,
or any other applicable code. This manual serves as reference material that must be well understood prior to
installation, operation, or maintenance.
For terms of service relating to this product and software, see the Commercial Terms of Products and Services
document available at www.basler.com/terms.
confidential use, subject to return on request, and with the mutual understanding that it will not be used in any
manner detrimental to the interests of Basler Electric Company and used strictly for the purpose intended.
It is not the intention of this manual to cover all details and variations in equipment, nor does this manual provide
data for every possible contingency regarding installation or operation. The availability and design of all features
and options are subject to modification without notice. Over time, improvements and revisions may be made to this
publication. Before performing any of the following procedures, contact Basler Electric for the latest revision of this
manual.
The English-language version of this manual serves as the only approved manual version.
Preface DGC-2020HD Modbus™ Protocol
Page 5
9469300991 Rev A iii
Contents
General Information .................................................................................................................................... 1
Device Address Field ................................................................................................................................. 1
Function Code Field .................................................................................................................................. 1
Data Block Field ........................................................................................................................................ 2
Error Check Field ....................................................................................................................................... 2
Modbus Modes of Operation ..................................................................................................................... 2
Modbus Over Serial Line ........................................................................................................................... 2
Modbus on TCP/IP .................................................................................................................................... 3
Error Handling and Exception Responses ................................................................................................ 4
DGC-2020HD Modbus via Ethernet .......................................................................................................... 5
Detailed Message Query and Response for RTU Transmission Mode .................................................... 5
Return Query Data .................................................................................................................................... 5
Listen Only Mode ....................................................................................................................................... 6
Preset Single Register ............................................................................................................................... 7
Data Formats ............................................................................................................................................. 8
Floating Point Data Format (Float) ............................................................................................................ 8
Long Integer Data Format (Uint32, Int32, and IP Address) ....................................................................... 9
Integer Data Format (Uint16) or Bit-Mapped Variables in Uint16 Format ................................................. 9
Short Integer Data Format/Byte Character Data Format (Uint8)............................................................... 9
String Data Format (String) ....................................................................................................................... 9
General .................................................................................................................................................... 11
Bias Control ............................................................................................................................................. 50
Bus Condition .......................................................................................................................................... 56
Control Settings ....................................................................................................................................... 62
Global Settings ........................................................................................................................................ 63
Bias Control Settings ............................................................................................................................. 230
System Configuration and Status .......................................................................................................... 235
Control ................................................................................................................................................... 238
Communication ...................................................................................................................................... 239
Revision History ...................................................................................................................................... 309
DGC-2020HD Modbus™ Protocol Contents
Page 6
iv 9469300991 Rev A
Contents DGC-2020HD Modbus™ Protocol
Page 7
9469300991 Rev A 1
General Information
This document describes the Modbus communications protocol employed by DGC-2020HD systems and
how to exchange information with DGC-2020HD systems over a Modbus network. DGC-2020HD systems
communicate by emulating a subset of the Modicon 984 Programmable Controller.
Modbus communications use a master-slave technique in which only the master can initiate a transaction.
This transaction is called a query. When appropriate, a slave (DGC-2020HD) responds to the query.
When a Modbus master communicates with a slave, information is provided or requested by the master.
Information residing in the DGC-2020HD is grouped categorically as follows:
• General
• Global Settings
• Configuration
• Binary Points
• Metering
• Breaker Settings
• Bias Control
• Pulse Outputs
• Bus Condition
• DGC Settings
• Control Settings
• Protection Settings
• Remote Module Settings
All supported data can be read as specified in the Register Table. Abbreviations are used in the Register
Table to indicate the register type. Register types are:
• Read/Write = RW
• Read Only = R
When a slave receives a query, the slave responds by either supplying the requested data to the master
or performing the requested action. A slave device never initiates communications on the Modbus and will
always generate a response to the query unless certain error conditions occur. The DGC-2020HD is
designed to communicate on the Modbus network only as a slave device.
Refer to the Instruction Manual for Digital Genset Controller DGC-2020HD (Basler Publication
9469300990) for Modbus communication setup and wiring.
Message Structure
Device Address Field
The device address field contains the unique Modbus address of the slave being queried. The addressed
slave repeats the address in the device address field of the response message. This field is 1 byte.
Although Modbus protocol limits a device address from 1 - 247. The address is user-selectable at
installation and can be altered during real-time operation.
Function Code Field
The function code field in the query message defines the action to be taken by the addressed slave. This
field is echoed in the response message and is altered by setting the most significant bit (MSB) of the
field to 1 if the response is an error response. This field is 1 byte in length.
The DGC-2020HD maps all available data into the Modicon 984 holding register address space supports
the following function codes:
• Function 03 (03 hex) - read holding registers
• Function 06 (06 hex) - preset single register
• Function 08 (08 hex), subfunction 00 - diagnostics: return query data
• Function 08 (08 hex), subfunction 04 - diagnostics: force listen only mode
• Function 16 (10 hex) - preset multiple registers
Data Block Field
The query data block contains additional information needed by the slave to perform the requested
function. The response data block contains data collected by the slave for the queried function. An error
response will substitute an exception response code for the data block. The length of this field varies with
each query.
Error Check Field
The error check field provides a method for the slave to validate the integrity of the query message
contents and allows the master to confirm the validity of response message contents. This field is 2 bytes.
Modbus Modes of Operation
A standard Modbus network offers the remote terminal unit (RTU) transmission mode and Modbus/TCP
mode for communication. DGC-2020HD systems support the Modbus/TCP mode and RS-485 mode at
the same time. To enable editing over Modbus TCP, or RS-485, the unsecured access level for the port
must be configured to the appropriate access level. See the Instruction Manual for Digital Genset Controller DGC-2020HD (Basler Publication 9469300990) for more information on security and access
levels. These two modes of operation are described below.
A master can query slaves individually or universally. A universal ("broadcast") query, when allowed,
evokes no response from any slave device. If a query to an individual slave device requests actions
unable to be performed by the slave, the slave response message contains an exception response code
defining the error detected. Exception response codes are quite often enhanced by the information found
in the "Error Details" block of holding registers.
The Modbus protocol defines a simple Protocol Data Unit (PDU) independent of the underlying
communication layers. The mapping of the Modbus protocol on specific buses or networks can introduce
some additional fields on the Application Data Unit (ADU). See Figure 1.
ADU
Figure 1. General Modbus Frame
The client that initiates a Modbus transaction builds the Modbus Application Data Unit. The function code
indicates to the server which kind of action to perform.
Modbus Over Serial Line
Message Structure
Master initiated queries and DGC-2020HD responses share the same message structure. Each message
is comprised of four message fields. They are:
• Device Address (1 byte)
• Function Code (1 byte)
• Data Block (n bytes)
• Error Check field (2 bytes)
Each 8-bit byte in a message contains two 4-bit hexadecimal characters. The message is transmitted in a
continuous stream with the LSB of each byte of data transmitted first. Transmission of each 8-bit data
byte occurs with one start bit and either one or two stop bits. Parity checking is performed, when enabled,
General Information DGC-2020HD Modbus™ Protocol
Page 9
9469300991 Rev A 3
PDU
Function code
Data
MBAP Header
and can be either odd or even. The transmission baud rate is user-selectable, and can be set at
installation and altered during real-time operation. DGC-2020HD Modbus supports baud rates up to
115200. The factory default baud rate is 19200.
DGC-2020HD systems support RS-485 compatible serial interfaces. This interface is accessible from the
left side panel of the DGC-2020HD.
Message Framing and Timing Considerations
When receiving a message via the RS-485 communication port, the DGC-2020HD requires an inter-byte
latency of 3.5 character times before considering the message complete.
Once a valid query is received, the DGC-2020HD waits a specified amount of time before responding.
This time delay is set on the Modbus Setup screen under Communications in BESTCOMSPlus
®
. This
parameter contains a value from 10 - 10,000 milliseconds. The default value is 10 milliseconds.
Table 1 provides the response message transmission time (in seconds) and 3.5 character times (in
milliseconds) for various message lengths and baud rates.
Table 1. Timing Considerations
Baud Rate
3.5 Character Time
(ms)
Message Tx Time(s)
128 Bytes 256 Bytes
2400 16.04 0.59 1.17
4800 8.021 0.29 0.59
9600 4.0104 0.15 0.29
19200 2.0052 0.07 0.15
Modbus on TCP/IP
Application Data Unit
The following describes the encapsulation of a Modbus request or response when it is carried on a
Modbus TCP/IP network. See Figure 2.
Modbus TCP/IP ADU
Figure 2. Modbus Request/Response Over TCP/IP
A dedicated header is used on TCP/IP to identify the Modbus Application Data Unit. It is called the MBAP
header (Modbus Application Protocol header).
This header provides some differences compared to the Modbus RTU application data unit used on a
serial line:
• The Modbus ‘slave address’ field usually used on Modbus Serial Line is replaced by a single byte
‘Unit Identifier’ within the MBAP header. The ‘Unit Identifier’ is used to communicate via devices
such as bridges, routers, and gateways that use a single IP address to support multiple
independent Modbus end units.
• All Modbus requests and responses are designed in such a way that the recipient can verify that
a message is finished. For function codes where the Modbus PDU has a fixed length, the function
code alone is sufficient. For function codes carrying a variable amount of data in the request or
response, the data field includes a byte count.
• When Modbus is carried over TCP, additional length information is carried in the MBAP header to
allow the recipient to recognize message boundaries even if the message has been split into
multiple packets for transmission. The existence of explicit and implicit length rules and use of a
DGC-2020HD Modbus™ Protocol General Information
Page 10
4 9469300991 Rev A
CRC-32 error check code (on Ethernet) results in an infinitesimal chance of undetected corruption
to a request or response message.
MBAP Header Description
The MBAP Header contains the fields listed in Table 2.
Table 2. MBAP Header Fields
Fields Length Description Client Server
Transaction
Identifier
Protocol
Identifier
Length 2 Bytes Number of following bytes. Initialized by
Unit Identifier 1 Byte Identification of a remote
The header is 7 bytes long:
2 Bytes Identification of a Modbus
request/response
transaction.
2 Bytes 0 = Modbus protocol. Initialized by
slave connected on a serial
line or on other buses.
Initialized by
the client.
the client.
the client
(request).
Initialized by
the client.
Recopied by the
server from the
received request.
Recopied by the
server from the
received request.
Initialized by the
server (response).
Recopied by the
server from the
received request.
• Transaction Identifier – Used for transaction pairing, the Modbus server copies in the response
the transaction identifier of the request.
• Protocol Identifier – Used for intra-system multiplexing. The Modbus protocol is identified by the
value 0.
• Length – A byte count of the following fields, including the Unit Identifier and data fields.
• Unit Identifier – Used for intra-system routing purpose. It is typically used to communicate to a
Modbus or a Modbus serial line slave through a gateway between an Ethernet TCP/IP network
and a Modbus serial line. This field is set by the Modbus Client in the request and must be
returned with the same value in the response by the server.
Note: All Modbus/TCP ADU are sent via TCP on registered port 502.
Error Handling and Exception Responses
Any query received that contains a non-existent device address, a framing error, or CRC error is ignored.
No response is transmitted. Queries addressed to the DGC-2020HD with an unsupported function or
illegal values in the data block result in an error response message with an exception response code. The
exception response codes supported by the DGC-2020HD are provided in Table 3.
Table 3. Supported Exception Response Codes
Code Name Description
01 Illegal Function The query Function/Subfunction Code is unsupported;
query read of more than 125 registers; query preset of
more than 100 registers.
02 Illegal Data
Address
03 Illegal Data Value A preset register data block contains an incorrect number
A register referenced in the data block does not support
queried read/write; query preset of a subset of a numerical
register group.
of bytes or one or more data values out of range.
General Information DGC-2020HD Modbus™ Protocol
Page 11
9469300991 Rev A 5
DGC-2020HD Modbus via Ethernet
Modbus can communicate through Ethernet if the IP address of the DGC-2020HD is configured as
described in the Instruction Manual for Digital Genset Controller DGC-2020HD (Basler Publication
9469300990).
Detailed Message Query and Response for RTU Transmission Mode
A detailed description of DGC-2020HD supported message queries and responses is provided in the
following paragraphs.
Read Holding Registers
Query
This query message requests a register or block of registers to be read. The data block contains the starting
register address and the quantity of registers to be read. A register address of N will read holding register
N+1. If the query is a broadcast (device address = 0), no response message is returned.
Device Address
Function Code = 03 (hex)
Starting Address Hi
Starting Address Lo
No. of Registers Hi
No. of Registers Lo
CRC Hi error check
CRC Lo error check
The number of registers cannot exceed 125 without causing an error response with the exception code
for an illegal function.
Response
The response message contains the data queried. The data block contains the block length in bytes
followed by the data (one Data Hi byte and one Data Lo byte) for each requested register.
Reading an unassigned holding register returns a value of zero.
Device Address
Function Code = 03 (hex)
Byte Count
Data Hi (For each requested register, there is one Data Hi and one Data Lo.)
Data Lo
.
.
Data Hi
Data Lo
CRC Hi error check
CRC Lo error check
Return Query Data
This query contains data to be returned (looped back) in the response. The response and query
messages should be identical. If the query is a broadcast (device address = 0), no response message is
returned.
Device Address
Function Code = 08 (hex)
Subfunction Hi = 00 (hex)
Subfunction Lo = 00 (hex)
Data Hi = xx (don't care)
Data Lo = xx (don't care)
DGC-2020HD Modbus™ Protocol General Information
Page 12
6 9469300991 Rev A
CRC Hi error check
CRC Lo error check
Restart Communications Option
This query causes the remote communications function of the DGC-2020HD to restart, terminating an
active listen only mode of operation. No effect is made upon primary relay operations. Only the remote
communications function is affected. If the query is a broadcast (device address = 0), no response
message is returned.
If the DGC-2020HD receives this query while in the listen only mode, no response message is generated.
Otherwise, a response message identical to the query message is transmitted prior to the
communications restart.
Device Address
Function Code = 08 (hex)
Subfunction Hi = 00 (hex)
Subfunction Lo = 01 (hex)
Data Hi = xx (don't care)
Data Lo = xx (don't care)
CRC Hi error check
CRC Lo error check
Listen Only Mode
This query forces the addressed DGC-2020HD to the listen only mode for Modbus communications,
isolating it from other devices on the network. No responses are returned.
While in the listen only mode, the DGC-2020HD continues to monitor all queries. The DGC-2020HD does
not respond to any other query until the listen only mode is removed. All write requests with a query to
Preset Multiple Registers (Function Code = 16) are also ignored. When the DGC-2020HD receives the
restart communications query, the listen only mode is removed.
Device Address
Function Code = 08 (hex)
Subfunction Hi = 00 (hex)
Subfunction Lo = 04 (hex)
Data Hi = xx (don't care)
Data Lo = xx (don't care)
CRC Hi error check
CRC Lo error check
Preset Multiple Registers
A preset multiple registers query could address multiple registers in one slave or multiple slaves. If the
query is a broadcast (device address = 0), no response message is returned.
Query
A Preset Multiple Register query message requests a register or block of registers to be written. The data
block contains the starting address and the quantity of registers to be written, followed by the Data Block
byte count and data. The DGC-2020HD will perform the write when the device address in query is a
broadcast address or the same as the DGC-2020HD Modbus Unit ID (device address).
A register address of N will write Holding Register N+1.
Data will cease to be written if any of the following exceptions occur.
• Queries to write to Read Only registers result in an error response with Exception Code of “Illegal
Data Address”.
• Queries attempting to write more than 100 registers cause an error response with Exception
Code “Illegal Function”.
General Information DGC-2020HD Modbus™ Protocol
Page 13
9469300991 Rev A 7
• An incorrect Byte Count will result in an error response with Exception Code of “Illegal Data
Value”.
• There are several instances of registers that are grouped together to collectively represent a
single numerical DGC-2020HD data value (i.e. - floating point data, 32-bit integer data, and
strings). A query to write a subset of such a register group will result in an error response with
Exception Code “Illegal Data Address”.
• A query to write a not allowed value (out of range) to a register results in an error response with
Exception Code of “Illegal Data Value”.
Device Address
Function Code = 10 (hex)
Starting Address Hi
Starting Address Lo
No. of Registers Hi
No. of Registers Lo
Byte Count
Data Hi
Data Lo
.
.
Data Hi
Data Lo
CRC Hi error check
CRC Lo error check
Response
The response message echoes the starting address and the number of registers. There is no response
message when the query is a broadcast (device address = 0).
Device Address
Function Code = 10 (hex)
Starting Address Hi
Starting Address Lo
No. of Registers Hi
No. of Registers Lo
CRC Hi Error Check
CRC Lo Error Check
Preset Single Register
A Preset Single Register query message requests a single register to be written. If the query is a
broadcast (device address = 0), no response message is returned.
Note: Only data types INT16, INT8, UINT16, UINT8, and String (not longer than 2 bytes), can be preset
by this function.
Query
Data will cease to be written if any of the following exceptions occur.
• Queries to write to Read Only registers result in an error response with Exception Code of “Illegal
Data Address”.
• A query to write an unallowed value (out of range) to a register results in an error response with
Exception Code of “Illegal Data Value”.
Device Address
Function Code = 06 (hex)
Address Hi
Address Lo
Data Hi
Data Lo
DGC-2020HD Modbus™ Protocol General Information
Page 14
8 9469300991 Rev A
CRC Hi error check
CRC Lo error check
Response
The response message echoes the Query message after the register has been altered.
Data Formats
DGC-2020HD systems support the following data types:
• Data types mapped to 2 registers
o Signed Integer 32 (Int32)
o Unsigned Integer 32 (Uint32)
o Floating Point (Float)
o IP Address (IP Address)
o Strings maximum 4 characters long (String)
• Data types mapped to 1 register
o Unsigned Integer 16 (Uint16)
o Unsigned Integer 8 (Uint8)
o Strings maximum 2 characters long (String)
• Data types mapped to more than 2 registers
o Strings longer than 4 characters (String)
Floating Point Data Format (Float)
The Modbus floating point data format uses two consecutive holding registers to represent a data value.
The first register contains the low-order 16 bits of the following 32-bit format:
• MSB is the sign bit for the floating-point value (0 = positive).
• The next 8 bits are the exponent biased by 127 decimal.
• The 23 LSBs comprise the normalized mantissa. The most-significant bit of the mantissa is
always assumed to be 1 and is not explicitly stored, yielding an effective precision of 24 bits.
The value of the floating-point number is obtained by multiplying the binary mantissa times two raised to
the power of the unbiased exponent. The assumed bit of the binary mantissa has the value of 1.0, with
the remaining 23 bits providing a fractional value. Table 4 shows the floating-point format.
Table 4. Floating Point Format
Sign Exponent + 127 Mantissa
1 Bit 8 Bits 23 Bits
The floating-point format allows for values ranging from approximately 8.43X10^
floating-point value of all zeroes is the value zero. A floating-point value of all ones (not a number)
signifies a value currently not applicable or disabled.
Example
will read from two consecutive holding registers as follows:
Holding Register Value
K (Hi Byte) hex 1C
K (Lo Byte) hex 00
K+1 (Hi Byte) hex 47
K+1 (Lo Byte) hex BB
: The value 95,800 represented in floating-point format is hexadecimal 47BB1C00. This number
-37
to 3.38X10^38. A
The same byte alignments are required to write.
General Information DGC-2020HD Modbus™ Protocol
Page 15
9469300991 Rev A 9
Long Integer Data Format (Uint32, Int32, and IP Address)
The Modbus long integer data format uses two consecutive holding registers to represent a 32-bit data
value. The first register contains the low-order 16 bits and the second register contains the high-order 16
bits.
Example
will read from two consecutive holding registers as follows:
Holding Register Value
K (Hi Byte) hex 76
K (Lo Byte) hex 38
K+1 (Hi Byte) hex 00
K+1 (Lo Byte) hex 01
The same byte alignments are required to write.
: The value 95,800 represented in long integer format is hexadecimal 0x00017638. This number
Integer Data Format (Uint16) or Bit-Mapped Variables in Uint16 Format
The Modbus integer data format uses a single holding register to represent a 16-bit data value.
Example
a holding register as follows:
Holding Register Value
K (Hi Byte) hex 12
K (Lo Byte) hex 34
The same byte alignments are required to write.
The Uint16 Data Format is listed in Binary Points below.
Example:
specific bit-mapped data such as 1100-0 indicates bit 0 of register 1100 is mapped to RF-TRIG.
: The value 4660 represented in integer format is hexadecimal 0x1234. This number will read from
Register 1100 occupies 16 rows in the Register Table where each row gives the name of
Short Integer Data Format/Byte Character Data Format (Uint8)
The Modbus short integer data format uses a single holding register to represent an 8-bit data value. The
holding register high byte will always be zero.
Example
from a holding register as follows:
Holding Register Value
K (Hi Byte) hex 00
K (Lo Byte) hex 84
The same byte alignments are required to write.
: The value 132 represented in short integer format is hexadecimal 0x84. This number will read
String Data Format (String)
The Modbus string data format uses one or more holding registers to represent a sequence, or string, of
character values. If the string contains a single character, the holding register high byte will contain the
ASCII character code and the low byte will be zero.
Example
Holding Register Value
K (Hi Byte) ‘P’
K (Lo Byte) ‘A’
K+1 (Hi Byte) ‘S’
K+1 (Lo Byte) ‘S’
K+2 (Hi Byte) ‘W’
K+2 (Lo Byte) ‘O’
: The string “PASSWORD” represented in string format will read as follows:
DGC-2020HD Modbus™ Protocol General Information
Page 16
10 9469300991 Rev A
K+3 (Hi Byte) ‘R’
K+3 (Lo Byte) ‘D’
Example
Holding Register Value
K (Hi Byte) ‘P’
K (Lo Byte) hex 00
K+1 (Hi Byte) hex 00
K+1 (Lo Byte) hex 00
K+2 (Hi Byte) hex 00
K+2 (Lo Byte) hex 00
K+3 (Hi Byte) hex 00
K+3 (Lo Byte) hex 00
The same byte alignments are required to write.
: If the above string is changed to “P”, the new string will read as follows:
CRC Error Check
This field contains a two-byte CRC value for transmission error detection. The master first calculates the
CRC and appends it to the query message. The DGC-2020HD system recalculates the CRC value for the
received query and performs a comparison to the query CRC value to determine if a transmission error
has occurred. If so, no response message is generated. If no transmission error has occurred, the slave
calculates a new CRC value for the response message and appends it to the message for transmission.
The CRC calculation is performed using all bytes of the device address, function code, and data block
fields. A 16-bit CRC-register is initialized to all 1's. Then each eight-bit byte of the message is used in the
following algorithm:
First, exclusive-OR the message byte with the low-order byte of the CRC-register. The result, stored in
the CRC-register, will then be right-shifted eight times. The CRC-register MSB is zero-filled with each
shift. After each shift, the CRC-register LSB is examined. If the LSB IS a 1, the CRC-register is then
exclusive-ORed with the fixed polynomial value A001 (hex) prior to the next shift. Once all bytes of the
message have undergone the above algorithm, the CRC-register will contain the message CRC value to
be placed in the error check field.
General Information DGC-2020HD Modbus™ Protocol
Page 17
9469300991 Rev A 11
Time
Date
GG
0136
String
16 R n/a
0 - 16
Default Register Table
The register table on the following pages contains the following groups:
General, Binary Points, Bias Control, Breaker Settings, Bus Condition, DGC Settings, Pulse Outputs,
Control Settings, Global Settings, Configuration, Remote Module Settings, Metering, and Protection
Settings.
General
NameDescriptionGroupRegisterTypeBytesR/WUnitRange
Reserved 0001-34
Land Line Modem Modem Answer Rings GG 0035 Uint8 1 R W n/a 1 - 9
Land Line Modem Modem Offline Delay GG 0036 Uint16 2 R W Minute 1 - 240
Land Line Modem Inter Dialout Activation Delay GG 0037 Uint8 1 R W n/a 15 SEC=15
Land Line Modem Pager Buffer Limit GG 0038 Uint8 1 R W n/a 80 CHARS=80
Land Line Modem Pager Comms Data Format GG 0039 Uint8 1 R W n/a 8 Bit No Parity=0
System Data Model Number GG 0040 String 64 R n/a 0 - 64
System Data Firmware Part Number GG 0072 String 64 R n/a 0 - 64
System Data
System Data
External Version GG 0104 String 32 R n/a 0 - 32
External Boot Version GG 0120 String 32 R n/a 0 - 32
30 SEC=30
60 SEC=60
120 SEC=120
120 CHARS=120
160 CHARS=160
200 CHARS=200
7 Bit Even Parity=1
Time Time GG 0144 String 16 R n/a 0 - 16
Time Year GG 0152 Uint32 4 R W n/a 2000 - 2099
Time Month GG 0154 Uint32 4 R W n/a 1 - 12
Time Day GG 0156 Uint32 4 R W n/a 1 - 31
Time Hour GG 0158 Uint32 4 R W n/a 0 - 23
Time Minute GG 0160 Uint32 4 R W n/a 0 - 59
Time Second GG 0162 Uint32 4 R W n/a 0 - 59
Time Millisecond GG 0164 Uint32 4 R W n/a 0 - 999
Time Time Zone Hour Offset GG 0166 Int32 4 R W n/a -24 - 24
Time Time Zone Minute Offset GG 0168 Int32 4 R W n/a -59 - 59
Time DST Config GG 0170 Uint32 4 R W n/a Disabled=0
Time DST UTC Respective GG 0172 Uint32 4 R W n/a No=0
Time DST Start Month GG 0174 Uint32 4 R W n/a January=0
Time DST Start Day GG 0176 Uint32 4 R W n/a 1 - 31
Time DST Start Week Of Month GG 0178 Uint32 4 R W n/a First=0
Time DST Start Day Of Week GG 0180 Uint32 4 R W n/a Sunday=0
Time DST Start Hour GG 0182 Uint32 4 R W n/a 0 - 23
Time DST Start Minute GG 0184 Uint32 4 R W n/a 0 - 59
NameDescriptionGroupRegisterTypeBytesR/WUnitRange
Time DST End Month GG 0186 Uint32 4 R W n/a January=0
Time DST End Day GG 0188 Uint32 4 R W n/a 1 - 31
Time DST End Week Of Month GG 0190 Uint32 4 R W n/a First=0
Time DST End Day Of Week GG 0192 Uint32 4 R W n/a Sunday=0
Time DST End Hour GG 0194 Uint32 4 R W n/a 0 - 23
Time DST End Minute GG 0196 Uint32 4 R W n/a 0 - 59
Time DST Bias Hours GG 0198 Int32 4 R W n/a -23 - 23
Time DST Bias Minutes GG 0200 Int32 4 R W n/a -59 - 59
Time Twelve-Hour Mode GG 0202 Uint32 4 R W n/a 12 Hour Mode=0
Time Date Format GG 0204 Uint32 4 R W n/a YYYY-MM-DD=0
Unit Information Style Number GG 0206 String 32 R W n/a 0 - 32
Unit Information Serial Number GG 0222 String 32 R W n/a 0 - 32
Load Detection EPS Threshold GG 0238 Uint32 4 R W Percent 3 - 10
Load Detection Low-Line Scale GG 0240 Float 4 R W n/a 0.001 - 3
Load Share Settings System Type GG 0242 Uint32 4 R W n/a Single Generator=0
Load Share Settings Enable Comms Fail Pre Alarm GG 0244 Uint32 4 R W n/a Disabled=0
Auto Restart Auto Restart Enable GG 0246 Uint32 4 R W n/a No=0
Auto Restart Auto Restart Timeout S ec GG 0248 Uint32 4 R W Second 30 - 1800
Auto Restart Auto Restart Attempts GG 0250 Uint32 4 R W n/a 1 - 10
ECU Config CANBus Enabled By User GG 0252 Uint32 4 R W n/a Disabled=0
ECU Config DTC Enable GG 0254 Uint32 4 R W n/a Disabled=0
ECU Config J1939 Source Address GG 0256 Uint32 4 R W n/a 1 - 253
ECU Config ECU Control Output GG 0258 Uint32 4 R W n/a FL CNTCT=0
ECU Config Pulsing Enable GG 0260 Uint32 4 R W n/a Disabled=0
ECU Config ECU Settling Time GG 0262 Uint32 4 R W Millisecond 5500 - 30000
ECU Config ECU Pulse Cycle Time GG 0264 Uint32 4 R W Minute 1 - 60
ECU Config ECU Disconnect Time GG 0266 Uint32 4 R W Second 1 - 60
ECU Config ECU Connect Time GG 0268 Uint32 4 R W Second 1 - 60
ECU Config CAN Bus Eng Ctrl Param Transmit Enable GG 0270 Uint32 4 R W n/a Disabled=0
ECU Config Requested MTU SMC Eng Operating
Mode
ECU Config SPN Conversion Method GG 0274 Uint32 4 R W n/a 1 - 4
ECU Config Voltage Regulator CANbus type GG 0276 Uint32 4 R W n/a None=0
ECU Config Voltage Regulator Primary Voltage
Setpoint
ECU Config Voltage Regulator Alternate Voltage
Setpoint
ECU Config Voltage Regulator Voltage Adjust
Bandwidth
ECU Config Voltage Regulator Field Current GG 0284 Uint32 4 R W Milliamp 0 - 3000000
ECU Config Voltage Regulator Primary
CEM 4 Contact Input 9 Contact Recognition GG 0744 Uint32 4 R W n/a Always=0
CEM 4 Contact Input 9 Alarm Configuration GG 0746 Uint32 4 R W n/a Status Only=0
CEM 4 Contact Input 9 Activation Delay GG 0748 Uint32 4 R W Second 0 - 300
CEM 4 Contact Input
10
CEM 4 Contact Input
10
CEM 4 Contact Input
10
Auto Config Detect Enable GG 0756 Uint32 4 R W n/a Disabled=0
Auto Config Detect Single-Phase Detection Threshold GG 0758 Float 4 R W Volt 0 - 480
Auto Config Detect Single-Phase Detection Gen Connection GG 0760 Uint32 4 R W n/a AB=0
Auto Config Detect Low-Line Detection Threshold GG 0762 Float 4 R W Volt 0 - 480
Contact Recognition GG 0750 Uint32 4 R W n/a Always=0
Alarm Configuration GG 0752 Uint32 4 R W n/a Status Only=0
Activation Delay GG 0754 Uint32 4 R W Second 0 - 300
Engine Running=1
Pre-Alarm=1
Alarm=2
Engine Running=1
Pre-Alarm=1
Alarm=2
Enabled=1
AC=1
Binary Points
Scale Factor Override Alternate Frequency Override 1000 0 Uint16 2 R False=0 True=1
Reserved 1000 1
System Data Logic 0 1000 2 Uint16 2 R False=0 True=1
System Data Logic 1 1000 3 Uint16 2 R False=0 True=1
Alarms Real-Time Clock Alarm 1000 4 Uint16 2 R False=0 True=1
Alarms Date/Time Set Alarm 1000 5 Uint16 2 R False=0 True=1
Alarms Firmware Change Alarm 1000 6 Uint16 2 R False=0 True=1
Alarms Frequency Out-of-Range Alarm 1000 7 Uint16 2 R False=0 True=1
Alarms Ethernet Link 1 Lost Alarm 1000 8 Uint16 2 R False=0 True=1
Alarms Ethernet Link 2 Lost Alarm 1000 9 Uint16 2 R False=0 True=1
Alarms USB COM Alarm 1000 10 Uint16 2 R False=0 True=1
Alarms IRIG Sync Lost Alarm 1000 11 Uint16 2 R False=0 True=1
Alarms Logic = None Alarm 1000 12 Uint16 2 R False=0 True=1
Alarms No User Setting Alarm 1000 13 Uint16 2 R False=0 True=1
Alarms uP Reset Alarm 1000 15 Uint16 2 R False=0 True=1
Alarms Programmable Alarm 1 1001 0 Uint16 2 R False=0 True=1
Alarms Programmable Alarm 2 1001 1 Uint16 2 R False=0 True=1
Alarms Programmable Alarm 3 1001 2 Uint16 2 R False=0 True=1
Alarms Programmable Alarm 4 1001 3 Uint16 2 R False=0 True=1
Alarms Programmable Alarm 5 1001 4 Uint16 2 R False=0 True=1
Alarms Programmable Alarm 6 1001 5 Uint16 2 R False=0 True=1
Alarms Programmable Alarm 7 1001 6 Uint16 2 R False=0 True=1
Alarms Programmable Alarm 8 1001 7 Uint16 2 R False=0 True=1
Alarms Programmable Alarm 9 1001 8 Uint16 2 R False=0 True=1
Alarms Programmable Alarm 10 1001 9 Uint16 2 R False=0 True=1
Alarms Programmable Alarm 11 1001 10 Uint16 2 R False=0 True=1
Alarms Programmable Alarm 12 1001 11 Uint16 2 R False=0 True=1
Alarms Programmable Alarm 13 1001 12 Uint16 2 R False=0 True=1
Alarms Programmable Alarm 14 1001 13 Uint16 2 R False=0 True=1
Alarms Programmable Alarm 15 1001 14 Uint16 2 R False=0 True=1
Alarms Programmable Alarm 16 1001 15 Uint16 2 R False=0 True=1
Alarms Unsupported Number of AEMs 1002 0 Uint16 2 R False=0 True=1
NameDescriptionRegisterBit TypeBytesR/WRange
Alarms Logic Alarm 1002 2 Uint16 2 R False=0 True=1
Alarms Logic Pre-Alarm 1002 3 Uint16 2 R False=0 True=1
Alarms Global Sender Fail Alarm 1002 4 Uint16 2 R False=0 True=1
Alarms Clock Not Set Alarm 1002 5 Uint16 2 R False=0 True=1
Alarms Clock Battery Low Alarm 1002 6 Uint16 2 R False=0 True=1
Alarm Report Alarm Output 1002 7 Uint16 2 R False=0 True=1
Pre-Alarm Report Alarm Output 1002 8 Uint16 2 R False=0 True=1
Contact Outputs Output 1 1002 9 Uint16 2 R False=0 True=1
Contact Outputs Output 2 1002 10 Uint16 2 R False=0 True=1
Contact Outputs Output 3 1002 11 Uint16 2 R False=0 True=1
Contact Outputs Output 4 1002 12 Uint16 2 R False=0 True=1
Contact Outputs Output 5 1002 13 Uint16 2 R False=0 True=1
Contact Outputs Output 6 1002 14 Uint16 2 R False=0 True=1
Contact Outputs Output 7 1002 15 Uint16 2 R False=0 True=1
Contact Outputs Output 8 1003 0 Uint16 2 R False=0 True=1
Contact Outputs Output 9 1003 1 Uint16 2 R False=0 True=1
Contact Outputs Output 10 1003 2 Uint16 2 R False=0 True=1
GOV Output Out-of-Range Pre-Alarm 1134 7 Uint16 2 R False=0 True=1
GOV Output Out-of-Range Alarm 1134 8 Uint16 2 R False=0 True=1
LS Output Out-of-Range 1134 9 Uint16 2 R False=0 True=1
LS Output Out-of-Range Pre-Alarm 1134 10 Uint16 2 R False=0 True=1
LS Output Out-of-Range Alarm 1134 11 Uint16 2 R False=0 True=1
NameDescriptionRegisterBit TypeBytesR/WRange
Bias Control
NameDescriptionGroupRegisterTypeBytesR/WUnitRange
Bias Control AVR Kp For Analog Bias Out GG 2000 Float 4 R W n/a 0 - 1000
Bias Control AVR Ki For Analog Bias Out GG 2002 Float 4 R W n/a 0 - 1000
Bias Control AVR Kd For Analog Bias Out GG 2004 Float 4 R W n/a 0 - 1000
Bias Control AVR Td GG 2006 Float 4 R W n/a 0 - 1
Bias Control AVR Loop Gain For Analog Bias Out GG 2008 Float 4 R W n/a 0 - 1000
Bias Control AVR Enable Windup Limit GG 2010 Uint32 4 R W n/a Disabled=0
Bias Control AVR Integrator Limit Plus GG 2012 Float 4 R W n/a 0 - 1000
Bias Control AVR Integrator Limit Minus GG 2014 Float 4 R W n/a -1000 - 0
Bias Control AVR Output Lower Limit GG 2018 Float 4 R W n/a -1000 - 0
Bias Control GOV Kp For Analog Bias Out GG 2020 Float 4 R W n/a 0 - 1000
Bias Control GOV Ki For Analog Bias Out GG 2022 Float 4 R W n/a 0 - 1000
Bias Control GOV Kd For Analog Bias Out GG 2024 Float 4 R W n/a 0 - 1000
Bias Control GOV Td GG 2026 Float 4 R W n/a 0 - 1
Bias Control GOV Loop Gain For Analog Bias Out GG 2028 Float 4 R W n/a 0 - 1000
Bias Control GOV Enable Windup Limit GG 2030 Uint32 4 R W n/a Disabled=0
Bias Control GOV Integrator Limit Plus GG 2032 Float 4 R W n/a 0 - 1000
Bias Control GOV Integrator Limit Minus GG 2034 Float 4 R W n/a -1000 - 0
Bias Control GOV Output Upper Limit GG 2036 Float 4 R W n/a 0 - 1000
Bias Control GOV Output Lower Limit GG 2038 Float 4 R W n/a -1000 - 0
Bias Control kvar Kp For Analog Bias Out GG 2040 Float 4 R W n/a 0 - 1000
Enabled=1
Enabled=1
Bias Control kvar Kd For Analog Bias Out GG 2044 Float 4 R W n/a 0 - 1000
Bias Control kvar Td GG 2046 Float 4 R W n/a 0 - 1
Bias Control kvar Loop Gain For Analog Bias Out GG 2048 Float 4 R W n/a 0 - 1000
Bias Control kvar Enable Windup Limit GG 2050 Uint32 4 R W n/a Disabled=0
Bias Control kvar Integrator Limit Plus GG 2052 Float 4 R W n/a 0 - 1000
Bias Control kvar Integrator Limit Minus GG 2054 Float 4 R W n/a -1000 - 0
Bias Control kvar Output Upper Limit GG 2056 Float 4 R W n/a 0 - 1000
Bias Control kvar Output Lower Limit GG 2058 Float 4 R W n/a -1000 - 0
Bias Control kW Kp For Analog Bias Out GG 2060 Float 4 R W n/a 0 - 1000
Bias Control kW Ki For Analog Bias Out GG 2062 Float 4 R W n/a 0 - 1000
Bias Control kW Kd For Analog Bias Out GG 2064 Float 4 R W n/a 0 - 1000
Bias Control kW Td GG 2066 Float 4 R W n/a 0 - 1
Bias Control kW Loop Gain For Analog Bias Out GG 2068 Float 4 R W n/a 0 - 1000
Bias Control kW Enable Windup Limit GG 2070 Uint32 4 R W n/a Disabled=0
Bias Control kW Integrator Limit Plus GG 2072 Float 4 R W n/a 0 - 1000
Bias Control kW Integrator Limit Minus GG 2074 Float 4 R W n/a -1000 - 0
Bias Control kW Output Upper Limit GG 2076 Float 4 R W n/a 0 - 1000
Bias Control kW Output Lower Limit GG 2078 Float 4 R W n/a -1000 - 0
Bias Control kW Droop Percentage GG 2080 Float 4 R W Percent 0.5 - 10
Bias Control Load Control Enabled GG 2082 Uint32 4 R W n/a Disabled=0
Bias Control Breaker Open Setpoint GG 2086 Float 4 R W Percent 0 - 100
Bias Control AVR Output Type GG 2088 Uint32 4 R W n/a Contact=0
Bias Control GOV Output Type GG 2090 Uint32 4 R W n/a Contact=0
Bias Control Governor Droop Gain GG 2092 Float 4 R W n/a 0 - 1000
Bias Control AVR Droop Gain GG 2094 Float 4 R W n/a 0 - 1000
Bias Control Speed Trim Enabled GG 2096 Uint32 4 R W n/a Disabled=0
Bias Control Voltage Trim Enabled GG 2098 Uint32 4 R W n/a Disabled=0
Bias Control Ramped Watt Demand Per Unit GG 2100 Float 4 R W n/a n/a
Bias Control Watt Demand Per Unit GG 2102 Float 4 R W n/a n/a
Bias Control Ramped var Demand Per Unit GG 2104 Float 4 R W n/a n/a
Bias Control AVR Inner Controller Output GG 2106 Float 4 R W n/a n/a
Bias Control AVR Outer Controller Output GG 2108 Float 4 R W n/a n/a
Bias Control GOV Inner Controller Output GG 2110 Float 4 R W n/a n/a
NameDescriptionGroupRegisterTypeBytesR/WUnitRange
Bias Control GOV Outer Controller Output GG 2112 Float 4 R W n/a n/a
Bias Control GOV Inner Controller Error GG 2114 Float 4 R W n/a n/a
Bias Control GOV Outer Controller Error GG 2116 Float 4 R W n/a n/a
Bias Control Speed Trim Setpoint GG 2118 Float 4 R W Hertz 47 - 100
Bias Control var Control Enabled GG 2120 Uint32 4 R W n/a Disabled=0
Bias Control kvar Load Rate GG 2122 Float 4 R W Percent 0 - 100
Bias Control kW Setpoint Source GG 2124 Uint32 4 R W n/a User Setting=0
Bias Control kvar Setpoint Source GG 2126 Uint32 4 R W n/a User Setting=0
Enabled=1
Local Analog Input 1=1
Local Analog Input 2=2
Local Analog Input 3=3
Local Analog Input 4=4
AEM 1 Analog Input 1=5
AEM 1 Analog Input 2=6
AEM 1 Analog Input 3=7
AEM 1 Analog Input 4=8
AEM 1 Analog Input 5=9
AEM 1 Analog Input 6=10
AEM 1 Analog Input 7=11
AEM 1 Analog Input 8=12
AEM 2 Analog Input 1=13
AEM 2 Analog Input 2=14
AEM 2 Analog Input 3=15
AEM 2 Analog Input 4=16
AEM 2 Analog Input 5=17
AEM 2 Analog Input 6=18
AEM 2 Analog Input 7=19
AEM 2 Analog Input 8=20
AEM 3 Analog Input 1=21
AEM 3 Analog Input 2=22
AEM 3 Analog Input 3=23
AEM 3 Analog Input 4=24
AEM 3 Analog Input 5=25
AEM 3 Analog Input 6=26
AEM 3 Analog Input 7=27
AEM 3 Analog Input 8=28
AEM 4 Analog Input 1=29
AEM 4 Analog Input 2=30
AEM 4 Analog Input 3=31
AEM 4 Analog Input 4=32
AEM 4 Analog Input 5=33
AEM 4 Analog Input 6=34
AEM 4 Analog Input 7=35
AEM 4 Analog Input 8=36
Local Analog Input 1=1
Local Analog Input 2=2
Local Analog Input 3=3
Local Analog Input 4=4
AEM 1 Analog Input 1=5
AEM 1 Analog Input 2=6
AEM 1 Analog Input 3=7
AEM 1 Analog Input 4=8
AEM 1 Analog Input 5=9
AEM 1 Analog Input 6=10
AEM 1 Analog Input 7=11
AEM 1 Analog Input 8=12
AEM 2 Analog Input 1=13
AEM 2 Analog Input 2=14
AEM 2 Analog Input 3=15
AEM 2 Analog Input 4=16
AEM 2 Analog Input 5=17
AEM 2 Analog Input 6=18
AEM 2 Analog Input 7=19
AEM 2 Analog Input 8=20
AEM 3 Analog Input 1=21
AEM 3 Analog Input 2=22
AEM 3 Analog Input 3=23
AEM 3 Analog Input 4=24
AEM 3 Analog Input 5=25
AEM 3 Analog Input 6=26
AEM 3 Analog Input 7=27
AEM 3 Analog Input 8=28
AEM 4 Analog Input 1=29
AEM 4 Analog Input 2=30
AEM 4 Analog Input 3=31
AEM 4 Analog Input 4=32
AEM 4 Analog Input 5=33
AEM 4 Analog Input 6=34
AEM 4 Analog Input 7=35
AEM 4 Analog Input 8=36
NameDescriptionGroupRegisterTypeBytesR/WUnitRange
Bias Control PF Setpoint Source GG 2128 Uint32 4 R W n/a User Setting=0
Bias Control Base Load Analog Max GG 2130 Float 4 R W Percent 0 - 100
Bias Control Base Load Analog Min GG 2132 Float 4 R W Percent 0 - 100
Bias Control kvar Analog Max GG 2134 Float 4 R W Percent -100 - 100
Bias Control kvar Analog Min GG 2136 Float 4 R W Percent -100 - 100
Bias Control PF Analog Max GG 2138 Uint32 4 R W n/a 160 - 240
Bias Control PF Analog Min GG 2140 Uint32 4 R W n/a 160 - 240
Bias Control var Droop Percentage GG 2142 Float 4 R W Percent 0.5 - 10
Bias Control Base Load Level GG 2144 Float 4 R W Percent 0 - 100
Bias Control kvar Setpoint GG 2146 Float 4 R W Percent -100 - 100
Bias Control PF Setpoint GG 2148 Uint32 4 R W n/a 160 - 240
Bias Control var Control Mode GG 2150 Uint32 4 R W n/a var Control=0
Bias Control Load Share Interface GG 2152 Uint32 4 R W n/a Load Share Line=0
Local Analog Input 1=1
Local Analog Input 2=2
Local Analog Input 3=3
Local Analog Input 4=4
AEM 1 Analog Input 1=5
AEM 1 Analog Input 2=6
AEM 1 Analog Input 3=7
AEM 1 Analog Input 4=8
AEM 1 Analog Input 5=9
AEM 1 Analog Input 6=10
AEM 1 Analog Input 7=11
AEM 1 Analog Input 8=12
AEM 2 Analog Input 1=13
AEM 2 Analog Input 2=14
AEM 2 Analog Input 3=15
AEM 2 Analog Input 4=16
AEM 2 Analog Input 5=17
AEM 2 Analog Input 6=18
AEM 2 Analog Input 7=19
AEM 2 Analog Input 8=20
AEM 3 Analog Input 1=21
AEM 3 Analog Input 2=22
AEM 3 Analog Input 3=23
AEM 3 Analog Input 4=24
AEM 3 Analog Input 5=25
AEM 3 Analog Input 6=26
AEM 3 Analog Input 7=27
AEM 3 Analog Input 8=28
AEM 4 Analog Input 1=29
AEM 4 Analog Input 2=30
AEM 4 Analog Input 3=31
AEM 4 Analog Input 4=32
AEM 4 Analog Input 5=33
AEM 4 Analog Input 6=34
AEM 4 Analog Input 7=35
AEM 4 Analog Input 8=36
NameDescriptionGroupRegisterTypeBytesR/WUnitRange
Bias Control Remote Speed Bias Source GG 2154 Uint32 4 R W n/a None=0
Bias Control Remote Speed Bias Setpoint GG 2156 Float 4 R W Percent 0 - 5
BiasControl KwRampStatus GG 2158 Uint32 4 R n/a Up=0
BiasControl KvarRampStatus GG 2160 Uint32 4 R n/a Up=0
Bias Control Speed Bias Output GG 2162 Float 4 R n/a n/a
Bias Control Voltage Bias Output GG 2164 Float 4 R n/a n/a
Bias Control Generated kW GG 2166 Float 4 R kilowatt n/a
Bias Control Generated kvar GG 2168 Float 4 R kilovar n/a
Local Analog Input 1=1
Local Analog Input 2=2
Local Analog Input 3=3
Local Analog Input 4=4
AEM 1 Analog Input 1=5
AEM 1 Analog Input 2=6
AEM 1 Analog Input 3=7
AEM 1 Analog Input 4=8
AEM 1 Analog Input 5=9
AEM 1 Analog Input 6=10
AEM 1 Analog Input 7=11
AEM 1 Analog Input 8=12
AEM 2 Analog Input 1=13
AEM 2 Analog Input 2=14
AEM 2 Analog Input 3=15
AEM 2 Analog Input 4=16
AEM 2 Analog Input 5=17
AEM 2 Analog Input 6=18
AEM 2 Analog Input 7=19
AEM 2 Analog Input 8=20
AEM 3 Analog Input 1=21
AEM 3 Analog Input 2=22
AEM 3 Analog Input 3=23
AEM 3 Analog Input 4=24
AEM 3 Analog Input 5=25
AEM 3 Analog Input 6=26
AEM 3 Analog Input 7=27
AEM 3 Analog Input 8=28
AEM 4 Analog Input 1=29
AEM 4 Analog Input 2=30
AEM 4 Analog Input 3=31
AEM 4 Analog Input 4=32
AEM 4 Analog Input 5=33
AEM 4 Analog Input 6=34
AEM 4 Analog Input 7=35
AEM 4 Analog Input 8=36
Down=1
None=2
Down=1
None=2
Breaker Settings
81-1 Open Mains Breaker On Trip SG0 2500 Uint32 4 R W n/a Disabled=0
81-1 Open Mains Breaker On Trip SG1 2502 Uint32 4 R W n/a Disabled=0
81-1 Open Mains Breaker On Trip SG2 2504 Uint32 4 R W n/a Disabled=0
81-1 Open Mains Breaker On Trip SG3 2506 Uint32 4 R W n/a Disabled=0
81-2 Open Mains Breaker On Trip SG0 2508 Uint32 4 R W n/a Disabled=0
81-2 Open Mains Breaker On Trip SG1 2510 Uint32 4 R W n/a Disabled=0
81-2 Open Mains Breaker On Trip SG2 2512 Uint32 4 R W n/a Disabled=0
81-2 Open Mains Breaker On Trip SG3 2514 Uint32 4 R W n/a Disabled=0
81-3 Open Mains Breaker On Trip SG0 2516 Uint32 4 R W n/a Disabled=0
81-3 Open Mains Breaker On Trip SG1 2518 Uint32 4 R W n/a Disabled=0
81-3 Open Mains Breaker On Trip SG2 2520 Uint32 4 R W n/a Disabled=0
81-3 Open Mains Breaker On Trip SG3 2522 Uint32 4 R W n/a Disabled=0
81-4 Open Mains Breaker On Trip SG0 2524 Uint32 4 R W n/a Disabled=0
Breaker Management Close Fail Pre-Alarm Enable GG 2588 Uint32 4 R W n/a Disabled=0
Enabled=1
Breaker Management Open Fail Pre-Alarm Enable GG 2590 Uint32 4 R W n/a Disabled=0
Enabled=1
Breaker Management Close Fail Pre-Alarm Monitor GG 2592 Uint32 4 R W n/a Transition Only=0
Always=1
Breaker Management Open Fail Pre-Alarm Monitor GG 2594 Uint32 4 R W n/a Transition Only=0
Always=1
Breaker Management Bus Live Close Enable GG 2596 Uint32 4 R W n/a Disabled=0
Enabled=1
Breaker Management Breaker System Config GG 2598 Uint32 4 R W n/a None=0
GB=1
GB-MB=2
GB-MB with Load
Sesing=3
Sync Sync Fail Pre-Alarm Enable GG 2600 Uint32 4 R W n/a Disabled=0
Enabled=1
Page 61
9469300991 Rev A 55
Generator Breaker
Breaker Close Time
GG
2634
Uint32
4
R W
Millisecond
0 - 1000
Sync Source Volt Greater Than
Sync Voltage Difference GG 2604 Float 4 R W Percent 2 - 15
Sync Synchronizer Type GG 2606 Uint32 4 R W n/a Anticipatory=0
Sync Volt Error Gain GG 2608 Float 4 R W n/a 0.001 - 1000
Sync Speed Error Gain GG 2610 Float 4 R W n/a 0.001 - 1000
Sync Max Slip Control Limit GG 2612 Float 4 R W Hertz 0 - 2
Sync Min Slip Control Limit GG 2614 Float 4 R W Hertz 0 - 2
Sync Slip Frequency GG 2616 Float 4 R W Hertz 0.01 - 0.5
Sync Source Freq Greater Than
Sync Closing Angle GG 2620 Float 4 R W Degree 3 - 20
Sync Sync Fail Activation Delay GG 2622 Uint32 4 R W Millisecond 100 - 600000
Sync Activation Delay GG 2624 Uint32 4 R W Millisecond 100 - 800
Sync Sync Mode GG 2626 Uint32 4 R W n/a Sync Run=0
Generator Breaker Continuous Output GG 2628 Uint32 4 R W n/a Pulse=0
Generator Breaker Open Pulse Time GG 2630 Uint32 4 R W Millisecond 10 - 10000
Generator Breaker Close Pulse Time GG 2632 Uint32 4 R W Millisecond 10 - 10000
Generator Breaker Configured GG 2636 Uint32 4 R W n/a Not Configured=0
Generator Breaker Source Bus GG 2638 Uint32 4 R W n/a Gen=0
Generator Breaker Destination Bus GG 2640 Uint32 4 R W n/a Gen=0
Generator Breaker Transition Delay GG 2642 Float 4 R W Second 0 - 10
Generator Breaker External Status Change Action GG 2644 Uint32 4 R W n/a Ignore=0
Generator Breaker Open Attempts GG 2646 Uint32 4 R W n/a 1 - 20
Generator Breaker Close Attempts GG 2648 Uint32 4 R W n/a 1 - 20
Generator Breaker Retry Delay GG 2650 Uint32 4 R W Second 0 - 1200
Generator Breaker Fail Output Config GG 2652 Uint32 4 R W n/a Retain=0
Mains Breaker Continuous Output GG 2654 Uint32 4 R W n/a Pulse=0
Mains Breaker Open Pulse Time GG 2656 Uint32 4 R W Millisecond 10 - 10000
Mains Breaker Close Pulse Time GG 2658 Uint32 4 R W Millisecond 10 - 10000
Mains Breaker Breaker Close Time GG 2660 Uint32 4 R W Millisecond 0 - 1000
Mains Breaker Configured GG 2662 Uint32 4 R W n/a Not Configured=0
Mains Breaker Source Bus GG 2664 Uint32 4 R W n/a Gen=0
Mains Breaker Destination Bus GG 2666 Uint32 4 R W n/a Gen=0
Mains Breaker Transition Delay GG 2668 Float 4 R W Second 0 - 10
Mains Breaker External Status Change Action GG 2670 Uint32 4 R W n/a Ignore=0
Mains Breaker Open Attempts GG 2672 Uint32 4 R W n/a 1 - 20
Mains Breaker Close Attempts GG 2674 Uint32 4 R W n/a 1 - 20
Mains Breaker Retry Delay GG 2676 Uint32 4 R W Second 0 - 1200
Mains Breaker Fail Output Config GG 2678 Uint32 4 R W n/a Retain=0
Breaker Local Request
Generation
Breaker Local Request
Generation
Breaker Local Request
Generation
Breaker Local Request
Generation
Breaker Local Request
Generation
Breaker Local Request
Generation
Breaker Local Request
Generation
Breaker Local Request
Generation
NameDescriptionGroupRegisterTypeBytesR/WUnitRange
Destination Volt
Destination Freq
Transfer Enabled GG 2680 Uint32 4 R W n/a Disabled=0
Closed Transfer Enabled GG 2682 Uint32 4 R W n/a Open=0
Reverse Rotation Mains Fail
Transfer Inhibit
Return Delay GG 2686 Uint32 4 R W Second 0 - 1800
Transfer Delay GG 2688 Uint32 4 R W Second 0 - 300
Max Transfer Time GG 2690 Uint32 4 R W Second 10 - 120
Max Parallel Time GG 2692 Uint32 4 R W Decisecond 1 - 100000
Alarm State Transfer To Mains GG 2694 Uint32 4 R W n/a Disabled=0
Breaker Local Request
Generation
Breaker Local Request
Generation
Breaker Local Request
Generation
NameDescriptionGroupRegisterTypeBytesR/WUnitRange
Mains Breaker Open Config GG 2696 Uint32 4 R W n/a Generator Start=0
Generator Stable=1
Mains Zero Power Flow Level GG 2698 Uint32 4 R W Percent 1 - 100
Open Transition Delay GG 2700 Uint32 4 R W Decisecond 0 - 100,000
Bus Condition
NameDescriptionGroupRegisterTypeBytesR/WUnitRange
Gen Condition Dead Pickup SG0 1P 3000 Float 4 R W Volt 0 - 4800
Gen Condition Dead Time Delay SG0 1P 3002 Float 4 R W Second 0.1 - 600
Gen Condition Stable Undervoltage Pickup SG0 1P 3004 Float 4 R W Volt 10 - 99999
Gen Condition Stable Undervoltage Dropout SG0 1P 3006 Float 4 R W Volt 10 - 99999
Gen Condition Stable Overvoltage Pickup SG0 1P 3008 Float 4 R W Volt 10 - 99999
Gen Condition Stable Overvoltage Dropout SG0 1P 3010 Float 4 R W Volt 10 - 99999
Gen Condition Stable Underfrequency Pickup SG0 1P 3012 Float 4 R W Hertz 46 - 64
Gen Condition Stable Underfrequency Dropout SG0 1P 3014 Float 4 R W Hertz 46 - 64
Gen Condition Stable Overfrequency Pickup SG0 1P 3016 Float 4 R W Hertz 46 - 64
Gen Condition Stable Overfrequency Dropout SG0 1P 3018 Float 4 R W Hertz 46 - 64
Gen Condition Stable Time Delay SG0 1P 3020 Float 4 R W Second 0.1 - 600
Gen Condition Fail Time Delay SG0 1P 3022 Float 4 R W Second 0.1 - 600
Gen Condition Low-Line Scale SG0 1P 3024 Float 4 R W n/a 0.001 - 3
Gen Condition Alternate Frequency Scale SG0 1P 3026 Float 4 R W n/a 0.001 - 100
Gen Condition Dead Pickup SG0 3P 3028 Float 4 R W Volt 0 - 4800
Gen Condition Dead Time Delay SG0 3P 3030 Float 4 R W Second 0.1 - 600
Gen Condition Stable Undervoltage Pickup SG0 3P 3032 Float 4 R W Volt 10 - 99999
Gen Condition Stable Undervoltage Dropout SG0 3P 3034 Float 4 R W Volt 10 - 99999
Gen Condition Stable Overvoltage Pickup SG0 3P 3036 Float 4 R W Volt 10 - 99999
Gen Condition Stable Overvoltage Dropout SG0 3P 3038 Float 4 R W Volt 10 - 99999
Gen Condition Stable Underfrequency Pickup SG0 3P 3040 Float 4 R W Hertz 46 - 64
Gen Condition Stable Underfrequency Dropout SG0 3P 3042 Float 4 R W Hertz 46 - 64
Gen Condition Stable Overfrequency Pickup SG0 3P 3044 Float 4 R W Hertz 46 - 64
Gen Condition Stable Overfrequency Dropout SG0 3P 3046 Float 4 R W Hertz 46 - 64
Gen Condition Stable Time Delay SG0 3P 3048 Float 4 R W Second 0.1 - 600
Gen Condition Fail Time Delay SG0 3P 3050 Float 4 R W Second 0.1 - 600
Gen Condition Low-Line Scale SG0 3P 3052 Float 4 R W n/a 0.001 - 3
Gen Condition Alternate Frequency Scale SG0 3P 3054 Float 4 R W n/a 0.001 - 100
Gen Condition Dead Pickup SG1 1P 3056 Float 4 R W Volt 0 - 4800
Gen Condition Dead Time Delay SG1 1P 3058 Float 4 R W Second 0.1 - 600
Gen Condition Stable Undervoltage Pickup SG1 1P 3060 Float 4 R W Volt 10 - 99999
Gen Condition Stable Undervoltage Dropout SG1 1P 3062 Float 4 R W Volt 10 - 99999
Gen Condition Stable Overvoltage Pickup SG1 1P 3064 Float 4 R W Volt 10 - 99999
Gen Condition Stable Overvoltage Dropout SG1 1P 3066 Float 4 R W Volt 10 - 99999
Gen Condition Stable Underfrequency Pickup SG1 1P 3068 Float 4 R W Hertz 46 - 64
Gen Condition Stable Underfrequency Dropout SG1 1P 3070 Float 4 R W Hertz 46 - 64
Gen Condition Stable Overfrequency Pickup SG1 1P 3072 Float 4 R W Hertz 46 - 64
Gen Condition Stable Overfrequency Dropout SG1 1P 3074 Float 4 R W Hertz 46 - 64
Gen Condition Stable Time Delay SG1 1P 3076 Float 4 R W Second 0.1 - 600
Gen Condition Fail Time Delay SG1 1P 3078 Float 4 R W Second 0.1 - 600
Gen Condition Low-Line Scale SG1 1P 3080 Float 4 R W n/a 0.001 - 3
Gen Condition Alternate Frequency Scale SG1 1P 3082 Float 4 R W n/a 0.001 - 100
Gen Condition Dead Pickup SG1 3P 3084 Float 4 R W Volt 0 - 4800
Gen Condition Dead Time Delay SG1 3P 3086 Float 4 R W Second 0.1 - 600
Gen Condition Stable Undervoltage Pickup SG1 3P 3088 Float 4 R W Volt 10 - 99999
Gen Condition Stable Undervoltage Dropout SG1 3P 3090 Float 4 R W Volt 10 - 99999
Gen Condition Stable Overvoltage Pickup SG1 3P 3092 Float 4 R W Volt 10 - 99999
Gen Condition Stable Overvoltage Dropout SG1 3P 3094 Float 4 R W Volt 10 - 99999
Gen Condition Stable Underfrequency Pickup SG1 3P 3096 Float 4 R W Hertz 46 - 64
Gen Condition Stable Underfrequency Dropout SG1 3P 3098 Float 4 R W Hertz 46 - 64
Gen Condition Stable Overfrequency Pickup SG1 3P 3100 Float 4 R W Hertz 46 - 64
Gen Condition Stable Overfrequency Dropout SG1 3P 3102 Float 4 R W Hertz 46 - 64
Gen Condition Stable Time Delay SG1 3P 3104 Float 4 R W Second 0.1 - 600
Gen Condition Fail Time Delay SG1 3P 3106 Float 4 R W Second 0.1 - 600
Gen Condition Low-Line Scale SG1 3P 3108 Float 4 R W n/a 0.001 - 3
Gen Condition Alternate Frequency Scale SG1 3P 3110 Float 4 R W n/a 0.001 - 100
Gen Condition Dead Pickup SG2 1P 3112 Float 4 R W Volt 0 - 4800
Gen Condition Dead Time Delay SG2 1P 3114 Float 4 R W Second 0.1 - 600
Gen Condition Stable Undervoltage Pickup SG2 1P 3116 Float 4 R W Volt 10 - 99999
Gen Condition Stable Undervoltage Dropout SG2 1P 3118 Float 4 R W Volt 10 - 99999
Gen Condition Stable Overvoltage Pickup SG2 1P 3120 Float 4 R W Volt 10 - 99999
Gen Condition Stable Overvoltage Dropout SG2 1P 3122 Float 4 R W Volt 10 - 99999
Gen Condition Stable Underfrequency Pickup SG2 1P 3124 Float 4 R W Hertz 46 - 64
Gen Condition Stable Underfrequency Dropout SG2 1P 3126 Float 4 R W Hertz 46 - 64
NameDescriptionGroupRegisterTypeBytesR/WUnitRange
Gen Condition Stable Overfrequency Pickup SG2 1P 3128 Float 4 R W Hertz 46 - 64
Gen Condition Stable Overfrequency Dropout SG2 1P 3130 Float 4 R W Hertz 46 - 64
Gen Condition Stable Time Delay SG2 1P 3132 Float 4 R W Second 0.1 - 600
Gen Condition Fail Time Delay SG2 1P 3134 Float 4 R W Second 0.1 - 600
Gen Condition Low-Line Scale SG2 1P 3136 Float 4 R W n/a 0.001 - 3
Gen Condition Alternate Frequency Scale SG2 1P 3138 Float 4 R W n/a 0.001 - 100
Gen Condition Dead Pickup SG2 3P 3140 Float 4 R W Volt 0 - 4800
Gen Condition Dead Time Delay SG2 3P 3142 Float 4 R W Second 0.1 - 600
Gen Condition Stable Undervoltage Pickup SG2 3P 3144 Float 4 R W Volt 10 - 99999
Gen Condition Stable Undervoltage Dropout SG2 3P 3146 Float 4 R W Volt 10 - 99999
Gen Condition Stable Overvoltage Pickup SG2 3P 3148 Float 4 R W Volt 10 - 99999
Gen Condition Stable Overvoltage Dropout SG2 3P 3150 Float 4 R W Volt 10 - 99999
Gen Condition Stable Underfrequency Pickup SG2 3P 3152 Float 4 R W Hertz 46 - 64
Gen Condition Stable Underfrequency Dropout SG2 3P 3154 Float 4 R W Hertz 46 - 64
Gen Condition Stable Overfrequency Pickup SG2 3P 3156 Float 4 R W Hertz 46 - 64
Gen Condition Stable Overfrequency Dropout SG2 3P 3158 Float 4 R W Hertz 46 - 64
Gen Condition Stable Time Delay SG2 3P 3160 Float 4 R W Second 0.1 - 600
Gen Condition Fail Time Delay SG2 3P 3162 Float 4 R W Second 0.1 - 600
Gen Condition Low-Line Scale SG2 3P 3164 Float 4 R W n/a 0.001 - 3
Gen Condition Alternate Frequency Scale SG2 3P 3166 Float 4 R W n/a 0.001 - 100
Gen Condition Dead Pickup SG3 1P 3168 Float 4 R W Volt 0 - 4800
Gen Condition Dead Time Delay SG3 1P 3170 Float 4 R W Second 0.1 - 600
Gen Condition Stable Undervoltage Pickup SG3 1P 3172 Float 4 R W Volt 10 - 99999
Gen Condition Stable Undervoltage Dropout SG3 1P 3174 Float 4 R W Volt 10 - 99999
Gen Condition Stable Overvoltage Pickup SG3 1P 3176 Float 4 R W Volt 10 - 99999
Gen Condition Stable Overvoltage Dropout SG3 1P 3178 Float 4 R W Volt 10 - 99999
Gen Condition Stable Underfrequency Pickup SG3 1P 3180 Float 4 R W Hertz 46 - 64
Gen Condition Stable Underfrequency Dropout SG3 1P 3182 Float 4 R W Hertz 46 - 64
Gen Condition Stable Overfrequency Pickup SG3 1P 3184 Float 4 R W Hertz 46 - 64
Gen Condition Stable Overfrequency Dropout SG3 1P 3186 Float 4 R W Hertz 46 - 64
Gen Condition Stable Time Delay SG3 1P 3188 Float 4 R W Second 0.1 - 600
Gen Condition Fail Time Delay SG3 1P 3190 Float 4 R W Second 0.1 - 600
Gen Condition Low-Line Scale SG3 1P 3192 Float 4 R W n/a 0.001 - 3
Gen Condition Alternate Frequency Scale SG3 1P 3194 Float 4 R W n/a 0.001 - 100
Gen Condition Dead Pickup SG3 3P 3196 Float 4 R W Volt 0 - 4800
Gen Condition Dead Time Delay SG3 3P 3198 Float 4 R W Second 0.1 - 600
Gen Condition Stable Undervoltage Pickup SG3 3P 3200 Float 4 R W Volt 10 - 99999
Gen Condition Stable Undervoltage Dropout SG3 3P 3202 Float 4 R W Volt 10 - 99999
Gen Condition Stable Overvoltage Pickup SG3 3P 3204 Float 4 R W Volt 10 - 99999
Gen Condition Stable Overvoltage Dropout SG3 3P 3206 Float 4 R W Volt 10 - 99999
Gen Condition Stable Underfrequency Pickup SG3 3P 3208 Float 4 R W Hertz 46 - 64
Gen Condition Stable Underfrequency Dropout SG3 3P 3210 Float 4 R W Hertz 46 - 64
Gen Condition Stable Overfrequency Pickup SG3 3P 3212 Float 4 R W Hertz 46 - 64
Gen Condition Stable Overfrequency Dropout SG3 3P 3214 Float 4 R W Hertz 46 - 64
Gen Condition Stable Time Delay SG3 3P 3216 Float 4 R W Second 0.1 - 600
Gen Condition Fail Time Delay SG3 3P 3218 Float 4 R W Second 0.1 - 600
Gen Condition Low-Line Scale SG3 3P 3220 Float 4 R W n/a 0.001 - 3
Gen Condition Alternate Frequency Scale SG3 3P 3222 Float 4 R W n/a 0.001 - 100
Bus1 Condition Dead Pickup SG0 1P 3224 Float 4 R W Volt 0 - 4800
Bus1 Condition Dead Time Delay SG0 1P 3226 Float 4 R W Second 0.1 - 600
Bus1 Condition Stable Undervoltage Pickup SG0 1P 3228 Float 4 R W Volt 10 - 99999
Bus1 Condition Stable Undervoltage Dropout SG0 1P 3230 Float 4 R W Volt 10 - 99999
Bus1 Condition Stable Overvoltage Pickup SG0 1P 3232 Float 4 R W Volt 10 - 99999
Bus1 Condition Stable Overvoltage Dropout SG0 1P 3234 Float 4 R W Volt 10 - 99999
Bus1 Condition Stable Underfrequency Pickup SG0 1P 3236 Float 4 R W Hertz 46 - 64
Bus1 Condition Stable Underfrequency Dropout SG0 1P 3238 Float 4 R W Hertz 46 - 64
Bus1 Condition Stable Overfrequency Pickup SG0 1P 3240 Float 4 R W Hertz 46 - 64
Bus1 Condition Stable Overfrequency Dropout SG0 1P 3242 Float 4 R W Hertz 46 - 64
Bus1 Condition Stable Time Delay SG0 1P 3244 Float 4 R W Second 0.1 - 600
Bus1 Condition Fail Time Delay SG0 1P 3246 Float 4 R W Second 0.1 - 600
Bus1 Condition Low-Line Scale SG0 1P 3248 Float 4 R W n/a 0.001 - 3
Bus1 Condition Alternate Frequency Scale SG0 1P 3250 Float 4 R W n/a 0.001 - 100
Bus1 Condition Dead Pickup SG0 3P 3252 Float 4 R W Volt 0 - 4800
Bus1 Condition Dead Time Delay SG0 3P 3254 Float 4 R W Second 0.1 - 600
Bus1 Condition Stable Undervoltage Pickup SG0 3P 3256 Float 4 R W Volt 10 - 99999
Bus1 Condition Stable Undervoltage Dropout SG0 3P 3258 Float 4 R W Volt 10 - 99999
Bus1 Condition Stable Overvoltage Pickup SG0 3P 3260 Float 4 R W Volt 10 - 99999
Bus1 Condition Stable Overvoltage Dropout SG0 3P 3262 Float 4 R W Volt 10 - 99999
Bus1 Condition Stable Underfrequency Pickup SG0 3P 3264 Float 4 R W Hertz 46 - 64
Bus1 Condition Stable Underfrequency Dropout SG0 3P 3266 Float 4 R W Hertz 46 - 64
Bus1 Condition Stable Overfrequency Pickup SG0 3P 3268 Float 4 R W Hertz 46 - 64
Bus1 Condition Stable Overfrequency Dropout SG0 3P 3270 Float 4 R W Hertz 46 - 64
Bus1 Condition Stable Time Delay SG0 3P 3272 Float 4 R W Second 0.1 - 600
Bus1 Condition Fail Time Delay SG0 3P 3274 Float 4 R W Second 0.1 - 600
Bus1 Condition Low-Line Scale SG0 3P 3276 Float 4 R W n/a 0.001 - 3
CEM 1 CEM Output Configuration GG 4023 Uint32 4 R W n/a 18 Outputs=0
CEM 2 Enable GG 4025 Uint32 4 R W n/a Disabled=0
CEM 2 CEM Output Configuration GG 4027 Uint32 4 R W n/a 18 Outputs=0
CEM 3 Enable GG 4029 Uint32 4 R W n/a Disabled=0
CEM 3 CEM Output Configuration GG 4031 Uint32 4 R W n/a 18 Outputs=0
CEM 4 Enable GG 4033 Uint32 4 R W n/a Disabled=0
CEM 4 CEM Output Configuration GG 4035 Uint32 4 R W n/a 18 Outputs=0
Genset Controller Restart Delay GG 4037 Uint32 4 R W Second 0 - 120
Genset Controller Cool Down Time GG 4039 Uint32 4 R W Minute 0 - 60
Genset Controller Prestart Contact Configuration GG 4041 Uint32 4 R W n/a Disabled=0
Genset Controller Prestart Rest Configuration GG 4043 Uint32 4 R W n/a Off during crank=0
Genset Controller Cranking Style GG 4045 Uint32 4 R W n/a Continuous=0
Genset Controller Number of Crank Cycles GG 4047 Uint32 4 R W n/a 1 - 7
Genset Controller Cycle Crank Time GG 4049 Uint32 4 R W Second 5 - 15
Genset Controller Continuous Crank Time GG 4051 Uint32 4 R W Second 5 - 60
Genset Controller Crank Disconnect Limit GG 4053 Uint32 4 R W Second 10 - 100
Genset Controller Pre Crank Delay GG 4055 Uint32 4 R W Second 0 - 30
Genset Controller Oil Pressure Crank Disconnect GG 4057 Uint32 4 R W n/a Disabled=0
Genset Controller Crank Disconnect Pressure PSI GG 4059 Float 4 R W PSI 2.9 - 150
Genset Controller Crank Disconnect Pressure kPa GG 4061 Float 4 R W kPa 20 - 1034.5
Genset Controller Crank Disconnect Pressure bar GG 4063 Float 4 R W bar 2 - 10.3
Genset Controller Power Up Delay GG 4065 Uint32 4 R W Second 0 - 60
Genset Controller Off Mode Cool Down Enabled GG 4067 Uint32 4 R W n/a Disabled=0
Genset Controller Remaining Cooldown Time Minutes GG 4069 Uint32 4 R Minute 0 - 59
Genset Controller Remaining Cooldown Time Seconds GG 4071 Uint32 4 R Second 0 - 59
Genset Controller Pending NFPA Level GG 4073 Uint32 4 R W n/a Zero=0
Pre-Alarm Enable Ethernet 1 Link Lost GG 4075 Uint32 4 R W n/a Disabled=0
Pre-Alarm Enable Ethernet 2 Link Lost GG 4077 Uint32 4 R W n/a Disabled=0
Genset Controller Gen Reverse Rotation Pre-Alarm
Genset Controller Bus 1 Reverse Rotation Pre-Alarm
Genset Controller Bus 2 Reverse Rotation Pre-Alarm
Genset Controller AEM 1 Comm Fail Pre-Alarm Enable GG 4085 Uint32 4 R W n/a Disabled=0
Genset Controller AEM 2 Comm Fail Pre-Alarm Enable GG 4087 Uint32 4 R W n/a Disabled=0
Genset Controller AEM 3 Comm Fail Pre-Alarm Enable GG 4089 Uint32 4 R W n/a Disabled=0
Genset Controller AEM 4 Comm Fail Pre-Alarm Enable GG 4091 Uint32 4 R W n/a Disabled=0
Genset Controller CEM 1 Comm Fail Pre-Alarm Enable GG 4093 Uint32 4 R W n/a Disabled=0
Genset Controller CEM 2 Comm Fail Pre-Alarm Enable GG 4095 Uint32 4 R W n/a Disabled=0
Genset Controller CEM 3 Comm Fail Pre-Alarm Enable GG 4097 Uint32 4 R W n/a Disabled=0
Genset Controller CEM 4 Comm Fail Pre-Alarm Enable GG 4099 Uint32 4 R W n/a Disabled=0
Coolant Temp Sender Fail Alarm Configuration GG 4101 Uint32 4 R W n/a Status Only=0
Coolant Temp Sender Fail Coolant Activation Delay GG 4103 Uint32 4 R W Second 300 - 1800
Oil Pressure Sender Fail Alarm Configuration GG 4105 Uint32 4 R W n/a Status Only=0
Oil Pressure Sender Fail Activation Delay GG 4107 Uint32 4 R W Second 0 - 300
Fuel Level Sender Fail Alarm Configuration GG 4109 Uint32 4 R W n/a Status Only=0
Fuel Level Sender Fail Activation Delay GG 4111 Uint32 4 R W Second 0 - 300
Voltage Sensing Sender
Fail
Voltage Sensing Sender
Fail
Single Ph Override Single-Phase Sense GG 4117 Uint32 4 R W n/a AB=0
AVR Output Out-of-Range Activation Delay GG 4119 Float 4 R W Second 0 - 300
AVR Output Alarm Configuration GG 4121 Uint32 4 R W n/a Status Only=0
GOV Output Out-of-Range Activation Delay GG 4123 Float 4 R W Second 0 - 300
GOV Output Alarm Configuration GG 4125 Uint32 4 R W n/a Status Only=0
LS Output Out of Range Activation Delay GG 4127 Float 4 R W Second 0 - 300
LS Output Alarm Configuration GG 4129 Uint32 4 R W n/a Status Only=0
NameDescriptionGroupRegisterTypeBytesR/WUnitRange
Pre-Alarm=1
Alarm=2
Alarm Configuration GG 4113 Uint32 4 R W n/a Status Only=0
Pre-Alarm=1
Alarm=2
Activation Delay GG 4115 Uint32 4 R W Second 0 - 300
AC=1
Pre-Alarm=1
Alarm=2
Pre-Alarm=1
Alarm=2
Pre-Alarm=1
Alarm=2
Pulse Outputs
NameDescriptionGroupRegisterTypeBytesR/WUnitRange
AVR Pulse Output Mode GG 5000 Uint32 4 R W n/a Continuous=0
AVR Pulse Output Correction Pulse Width GG 5002 Float 4 R W Second 0 - 99.9
AVR Pulse Output Correction Pulse Interval GG 5004 Float 4 R W Second 0 - 99.9
GOV Pulse Output Mode GG 5006 Uint32 4 R W n/a Continuous=0
GOV Pulse Output Correction Pulse Width GG 5008 Float 4 R W Second 0 - 99.9
GOV Pulse Output Correction Pulse Interval GG 5010 Float 4 R W Second 0 - 99.9
Proportional=1
Control Settings
Virtual Switch Virtual Switch 1 State GG 5500 Uint32 4 R W n/a Open=0
Virtual Switch Virtual Switch 2 State GG 5502 Uint32 4 R W n/a Open=0
Virtual Switch Virtual Switch 3 State GG 5504 Uint32 4 R W n/a Open=0
Virtual Switch Virtual Switch 4 State GG 5506 Uint32 4 R W n/a Open=0
Virtual Switch Virtual Switch 5 State GG 5508 Uint32 4 R W n/a Open=0
Virtual Switch Virtual Switch 6 State GG 5510 Uint32 4 R W n/a Open=0
Coms Control Group Emergency Stop: Writing a 1 will toggle
Coms Control Group Remote Start GG 5514 Uint32 4 R W n/a Trigger=1
Coms Control Group Remote Stop GG 5516 Uint32 4 R W n/a Trigger=1
Coms Control Group Run Mode GG 5518 Uint32 4 R W n/a Trigger=1
Coms Control Group Off Mode GG 5520 Uint32 4 R W n/a Trigger=1
Coms Control Group Auto Mode GG 5522 Uint32 4 R W n/a Trigger=1
Coms Control Group Gen Breaker Open Request GG 5524 Uint32 4 R W n/a Trigger=1
Coms Control Group Gen Breaker Close Request GG 5526 Uint32 4 R W n/a Trigger=1
Coms Control Group Mains Breaker Open Request GG 5528 Uint32 4 R W n/a Trigger=1
Coms Control Group Mains Breaker Close Request GG 5530 Uint32 4 R W n/a Trigger=1
Coms Control Group Emergency Stop GG 5532 Uint32 4 R W n/a Trigger=1
Coms Control Group Run Request GG 5534 Uint32 4 R W n/a Trigger=1
Coms Control Group Coms Alarm Reset GG 5536 Uint32 4 R W n/a Trigger=1
Coms Control Group Reset Generator Maximum ROCOF GG 5538 Uint32 4 R W n/a Trigger=1
Coms Control Group Reset Bus 1 Maximum ROCOF GG 5540 Uint32 4 R W n/a Trigger=1
Coms Control Group Reset Bus 2 Maximum ROCOF GG 5542 Uint32 4 R W n/a Trigger=1
Coms Control Group Reset Generator Maximum Vector Shift GG 5544 Uint32 4 R W n/a Trigger=1
Coms Control Group Reset Bus 1 Maximum Vector Shift GG 5546 Uint32 4 R W n/a Trigger=1
Coms Control Group Reset Bus 2 Maximum Vector Shift GG 5548 Uint32 4 R W n/a Trigger=1
NameDescriptionGroupRegisterTypeBytesR/WUnitRange
Closed=1
Closed=1
Closed=1
Closed=1
Closed=1
Closed=1
GG 5512 Uint32 4 R W n/a Toggle On/Off=1
emergency stop from off to on. Writing a 1
again will toggle emergency stop from on to
off. When read, Off state =0 and On state =1.
Coms Control Group Bus 1 Protection Reset GG 5550 Uint32 4 R W n/a Disabled=0
Coms Control Group Bus 2 Protection Reset GG 5552 Uint32 4 R W n/a Disabled=0
Coms Control Group Bus 1 Bus 2 Protection Reset GG 5554 Uint32 4 R W n/a Disabled=0
High Current Contacts Fuel Solenoid Logic Control GG 5556 Uint32 4 R W n/a Predefined=0
High Current Contacts Engine Start Delay Logic Control GG 5558 Uint32 4 R W n/a Predefined=0
High Current Contacts Master Start Output Logic Control GG 5560 Uint32 4 R W n/a Predefined=0
NameDescriptionGroupRegisterTypeBytesR/WUnitRange
Enabled=1
Enabled=1
Enabled=1
Programmable=1
Programmable=1
Programmable=1
Global Settings
PLC Timed Element Settings Timer 1 Timeout Hours GG 6000 Uint32 4 R W Hour 0 - 250
PLC Timed Element Settings Timer 1 Timeout Minutes GG 6002 Uint32 4 R W Minute 0 - 59
PLC Timed Element Settings Timer 1 Timeout Seconds GG 6004 Uint32 4 R W Second 0 - 59
PLC Timed Element Settings Timer 2 Timeout Hours GG 6006 Uint32 4 R W Hour 0 - 250
PLC Timed Element Settings Timer 2 Timeout Minutes GG 6008 Uint32 4 R W Minute 0 - 59
PLC Timed Element Settings Timer 2 Timeout Seconds GG 6010 Uint32 4 R W Second 0 - 59
PLC Timed Element Settings Timer 3 Timeout Hours GG 6012 Uint32 4 R W Hour 0 - 250
PLC Timed Element Settings Timer 3 Timeout Minutes GG 6014 Uint32 4 R W Minute 0 - 59
PLC Timed Element Settings Timer 3 Timeout Seconds GG 6016 Uint32 4 R W Second 0 - 59
PLC Timed Element Settings Timer 4 Timeout Hours GG 6018 Uint32 4 R W Hour 0 - 250
PLC Timed Element Settings Timer 4 Timeout Minutes GG 6020 Uint32 4 R W Minute 0 - 59
PLC Timed Element Settings Timer 4 Timeout Seconds GG 6022 Uint32 4 R W Second 0 - 59
PLC Timed Element Settings Timer 5 Timeout Hours GG 6024 Uint32 4 R W Hour 0 - 250
PLC Timed Element Settings Timer 5 Timeout Minutes GG 6026 Uint32 4 R W Minute 0 - 59
PLC Timed Element Settings Timer 5 Timeout Seconds GG 6028 Uint32 4 R W Second 0 - 59
PLC Timed Element Settings Timer 6 Timeout Hours GG 6030 Uint32 4 R W Hour 0 - 250
PLC Timed Element Settings Timer 6 Timeout Minutes GG 6032 Uint32 4 R W Minute 0 - 59
PLC Timed Element Settings Timer 6 Timeout Seconds GG 6034 Uint32 4 R W Second 0 - 59
PLC Timed Element Settings Timer 7 Timeout Hours GG 6036 Uint32 4 R W Hour 0 - 250
PLC Timed Element Settings Timer 7 Timeout Minutes GG 6038 Uint32 4 R W Minute 0 - 59
PLC Timed Element Settings Timer 7 Timeout Seconds GG 6040 Uint32 4 R W Second 0 - 59
PLC Timed Element Settings Timer 8 Timeout Hours GG 6042 Uint32 4 R W Hour 0 - 250
PLC Timed Element Settings Timer 8 Timeout Minutes GG 6044 Uint32 4 R W Minute 0 - 59
PLC Timed Element Settings Timer 8 Timeout Seconds GG 6046 Uint32 4 R W Second 0 - 59
PLC Timed Element Settings Timer 9 Timeout Hours GG 6048 Uint32 4 R W Hour 0 - 250
PLC Timed Element Settings Timer 9 Timeout Minutes GG 6050 Uint32 4 R W Minute 0 - 59
PLC Timed Element Settings Timer 9 Timeout Seconds GG 6052 Uint32 4 R W Second 0 - 59
PLC Timed Element Settings Timer 10 Timeout Hours GG 6054 Uint32 4 R W Hour 0 - 250
PLC Timed Element Settings Timer 10 Timeout Minutes GG 6056 Uint32 4 R W Minute 0 - 59
PLC Timed Element Settings Timer 10 Timeout Seconds GG 6058 Uint32 4 R W Second 0 - 59
PLC Timed Element Settings Timer 11 Timeout Hours GG 6060 Uint32 4 R W Hour 0 - 250
PLC Timed Element Settings Timer 11 Timeout Minutes GG 6062 Uint32 4 R W Minute 0 - 59
PLC Timed Element Settings Timer 11 Timeout Seconds GG 6064 Uint32 4 R W Second 0 - 59
PLC Timed Element Settings Timer 12 Timeout Hours GG 6066 Uint32 4 R W Hour 0 - 250
PLC Timed Element Settings Timer 12 Timeout Minutes GG 6068 Uint32 4 R W Minute 0 - 59
NameDescriptionGroupRegisterTypeBytesR/WUnitRange
PLC Timed Element Settings Timer 13 Timeout Hours GG 6072 Uint32 4 R W Hour 0 - 250
PLC Timed Element Settings Timer 13 Timeout Minutes GG 6074 Uint32 4 R W Minute 0 - 59
PLC Timed Element Settings Timer 13 Timeout Seconds GG 6076 Uint32 4 R W Second 0 - 59
PLC Timed Element Settings Timer 14 Timeout Hours GG 6078 Uint32 4 R W Hour 0 - 250
PLC Timed Element Settings Timer 14 Timeout Minutes GG 6080 Uint32 4 R W Minute 0 - 59
PLC Timed Element Settings Timer 14 Timeout S econds GG 6082 Uint32 4 R W Second 0 - 59
PLC Timed Element Settings Timer 15 Timeout Hours GG 6084 Uint32 4 R W Hour 0 - 250
PLC Timed Element Settings Timer 15 Timeout Minutes GG 6086 Uint32 4 R W Minute 0 - 59
PLC Timed Element Settings Timer 15 Timeout Seconds GG 6088 Uint32 4 R W Second 0 - 59
PLC Timed Element Settings Timer 16 Timeout Hours GG 6090 Uint32 4 R W Hour 0 - 250
PLC Timed Element Settings Timer 16 Timeout Minutes GG 6092 Uint32 4 R W Minute 0 - 59
PLC Timed Element Settings Timer 16 Timeout Seconds GG 6094 Uint32 4 R W Second 0 - 59
PLC Timed Element Settings Counter 1 Timeout GG 6096 Float 4 R W n/a 0 - 1800
PLC Timed Element Settings Counter 2 Timeout GG 6098 Float 4 R W n/a 0 - 1800
PLC Timed Element Settings Counter 3 Timeout GG 6100 Float 4 R W n/a 0 - 1800
PLC Timed Element Settings Counter 4 Timeout GG 6102 Float 4 R W n/a 0 - 1800
PLC Timed Element Settings Counter 5 Timeout GG 6104 Float 4 R W n/a 0 - 1800
PLC Timed Element Settings Counter 6 Timeout GG 6106 Float 4 R W n/a 0 - 1800
PLC Timed Element Settings Counter 8 Timeout GG 6110 Float 4 R W n/a 0 - 1800
Unit ID Table ID Missing Pre Alarm Enable GG 6112 Uint32 4 R W n/a Disabled=0
Unit ID Table ID Repeat Pre Alarm Enable GG 6114 Uint32 4 R W n/a Disabled=0
Remote Display Panel Enable Programmable Alarm 1 GG 6116 Uint32 4 R W n/a Disabled=0
Remote Display Panel Enable Programmable Alarm 2 GG 6118 Uint32 4 R W n/a Disabled=0
Remote Display Panel Enable Programmable Pre-Alarm 1 GG 6120 Uint32 4 R W n/a Disabled=0
Remote Display Panel Enable Programmable Pre-Alarm 2 GG 6122 Uint32 4 R W n/a Disabled=0
NameDescriptionGroupRegisterTypeBytesR/WUnitRange
Enabled=1
Enabled=1
Enabled=1
Enabled=1
Enabled=1
Configuration
NameDescriptionGroupRegisterTypeBytesR/WUnitRange
System Configuration Nominal Frequency GG 6500 Uint32 4 R W n/a 50 Hz=50
System Configuration Metric English GG 6502 Uint32 4 R W n/a English=0
System Configuration Metric Units GG 6504 Uint32 4 R W n/a bar=0
System Configuration Alternate Frequency GG 6506 Float 4 R W Hertz 10 - 90
System Configuration Aux CT 1 GG 6508 Uint32 4 R W n/a CT Not Connected=7
System Configuration Aux CT 2 GG 6510 Uint32 4 R W n/a CT Not Connected=7
System Configuration Aux CT 3 GG 6512 Uint32 4 R W n/a CT Not Connected=7
System Configuration Aux CT 4 GG 6514 Uint32 4 R W n/a CT Not Connected=7
System Configuration Engine Rated RPM GG 6516 Uint32 4 R W n/a 750 - 3600
System Configuration RPM Adjustment Bandwidth GG 6518 Uint32 4 R W n/a 0 - 1000
System Configuration 24V Battery GG 6520 Uint32 4 R W n/a 12V=0
System Configuration Gen CT Low-Line Scale Factor GG 6522 Float 4 R W n/a 0.001 - 3
System Configuration Redundant Ethernet GG 6524 Uint32 4 R W n/a No=0
Gen Volt
Configuration
Gen Volt
Configuration
Gen Volt
Configuration
Gen Volt
Configuration
Bus 1 Volt Config Connection GG 6534 Int32 4 R W n/a Delta=7
Bus 1 Volt Config Ratio Primary GG 6536 Float 4 R W n/a 1 - 500000
Connection GG 6526 Int32 4 R W n/a Delta=7
Ratio Primary GG 6528 Float 4 R W n/a 1 - 500000
Ratio Secondary GG 6530 Float 4 R W n/a 1 - 600
Rated Primary LL GG 6532 Float 4 R W Volt 1 - 500000
60 Hz=60
Metric=1
kPa/MPA=1
Bus 1 Phase A=0
Bus 1 Phase B=1
Bus 1 Phase C=2
Bus 2 Phase A=3
Bus 2 Phase B=4
Bus 2 Phase C=5
Ground Current=6
Bus 1 Phase A=0
Bus 1 Phase B=1
Bus 1 Phase C=2
Bus 2 Phase A=3
Bus 2 Phase B=4
Bus 2 Phase C=5
Ground Current=6
Bus 1 Phase A=0
Bus 1 Phase B=1
Bus 1 Phase C=2
Bus 2 Phase A=3
Bus 2 Phase B=4
Bus 2 Phase C=5
Ground Current=6
Bus 1 Phase A=0
Bus 1 Phase B=1
Bus 1 Phase C=2
Bus 2 Phase A=3
Bus 2 Phase B=4
Bus 2 Phase C=5
Ground Current=6
NameDescriptionGroupRegisterTypeBytesR/WUnitRange
Bus 1 Volt Config Ratio Secondary GG 6538 Float 4 R W n/a 1 - 600
Bus 1 Volt Config Rated Primary LL GG 6540 Float 4 R W Volt 1 - 500000
Bus 2 Volt Config Connection GG 6542 Int32 4 R W n/a Delta=7
Bus 2 Volt Config Ratio Primary GG 6544 Float 4 R W n/a 1 - 500000
Bus 2 Volt Config Ratio Secondary GG 6546 Float 4 R W n/a 1 - 600
Bus 2 Volt Config Rated Primary LL GG 6548 Float 4 R W Volt 1 - 500000
Gen Current
Configuration
Gen Current
Configuration
Gen Current
Configuration
Gen Current
Configuration
Bus 1 Current Config Connection GG 6558 Int32 4 R W n/a CT A=0
Bus 1 Current Config Ratio Primary GG 6560 Float 4 R W n/a 1 - 9999
Bus 1 Current Config Ratio Secondary GG 6562 Int32 4 R W n/a 1=1
Bus 1 Current Config Rated Primary GG 6564 Float 4 R Amp 0 - 180000
Bus 2 Current Config Connection GG 6566 Int32 4 R W n/a CT A=0
Connection GG 6550 Int32 4 R W n/a CT A=0
Ratio Primary GG 6552 Float 4 R W n/a 1 - 9999
Ratio Secondary GG 6554 Int32 4 R W n/a 1=1
Rated Primary GG 6556 Float 4 R Amp 0 - 180000
Wye=8
1 Phase AB=0
1 Phase AC=2
Grounded Delta=9
CT B=1
CT C=2
CT AB=3
CT BC=4
CT CA=5
CT ABC=6
5=5
CT B=1
CT C=2
CT AB=3
CT BC=4
CT CA=5
CT ABC=6
5=5
CT B=1
CT C=2
CT AB=3
CT BC=4
CT CA=5
CT ABC=6
Bus 2 Current Config Ratio Secondary GG 6570 Int32 4 R W n/a 1=1
Bus 2 Current Config Rated Primary GG 6572 Float 4 R Amp 0 - 180000
Gen Config Rated PF GG 6574 Float 4 R W Power
Factor
Gen Config Rated kW GG 6576 Float 4 R W kilowatt 0 - 1000000
Gen Config Rotation GG 6578 Int32 4 R W n/a ABC=0
Bus 1 Config Rated PF GG 6580-81 Float 4 R W Power
Factor
Bus 1 Config Rated kW GG 6582 Float 4 R W kilowatt 0 - 1000000
Reserved 6584
Bus 2 Config Rated PF GG 6586-87 Float 4 R W Power
Bus 2 Config Rated kW GG 6588 Float 4 R W kilowatt 0 - 1000000
Reserved 6590
RS232 Settings Baud Rate GG 6592 Uint32 4 R W n/a 1200 Baud=1200
RS232 Settings Parity GG 6594 Uint32 4 R W n/a Even Parity=0
RS232 Settings Bits Per Character GG 6596 Uint32 4 R W n/a 8-Bits=8
RS232 Settings Stop Bits GG 6598 Uint32 4 R W n/a 1 Stop Bit=1
RS485 Settings Baud Rate GG 6600 Uint32 4 R W n/a 1200 Baud=1200
RS485 Settings Parity GG 6602 Uint32 4 R W n/a Even Parity=0
RS485 Settings Bits Per Character GG 6604 Uint32 4 R W n/a 8-Bits=8
RS485 Settings Stop Bits GG 6606 Uint32 4 R W n/a 1 Stop Bit=1
Ethernet 0 Settings Subnet Mask GG 6608 IP
Address
Ethernet 0 Settings Gateway Address GG 6610 IP
Address
Ethernet 0 Settings Use DHCP GG 6612 Uint32 4 R W n/a Off=0
Ethernet 0 Settings Active IP GG 6614 IP
Address
Ethernet 0 Settings Active Gateway GG 6616 IP
Address
Ethernet 0 Settings Active Subnet GG 6618 IP
Address
Ethernet 1 Settings Subnet Mask GG 6620 IP
Address
Ethernet 1 Settings Gateway Address GG 6622 IP
Address
Ethernet 1 Settings Use DHCP GG 6624 Uint32 4 R W n/a Off=0
Ethernet 1 Settings Active IP GG 6626 IP
Address
Ethernet 1 Settings Active Gateway GG 6628 IP
Address
Ethernet 1 Settings Active Subnet GG 6630 IP
Address
Modbus Modbus Ethernet Unit ID GG 6632 Uint16 2 R W n/a 1 - 247
Modbus Modbus Serial Unit ID GG 6633 Uint16 2 R W n/a 1 - 247
Reserved 6634-39
Engine Source Speed Mode GG 6640 Uint32 4 R W n/a Magnetic Pickup=1
Engine Source Flywheel Teeth GG 6642 Uint32 4 R W n/a 1 - 500
Engine Source Speed Sender Fail Time Delay GG 6644 Uint32 4 R W Second 0 - 300
Engine Source Fuel Level Source GG 6646 Uint32 4 R W n/a Resistive Sender=0
Engine Source Fuel Level Function GG 6648 Uint32 4 R W n/a Disable=0
Engine Source Coolant Temp Source GG 6650 Uint32 4 R W n/a Resistive Sender=0
AEM 1 Analog Input 1=1
AEM 1 Analog Input 2=2
AEM 1 Analog Input 3=3
AEM 1 Analog Input 4=4
AEM 1 Analog Input 5=5
AEM 1 Analog Input 6=6
AEM 1 Analog Input 7=7
AEM 1 Analog Input 8=8
AEM 2 Analog Input 1=9
AEM 2 Analog Input 2=10
AEM 2 Analog Input 3=11
AEM 2 Analog Input 4=12
AEM 2 Analog Input 5=13
AEM 2 Analog Input 6=14
AEM 2 Analog Input 7=15
AEM 2 Analog Input 8=16
AEM 3 Analog Input 1=17
AEM 3 Analog Input 2=18
AEM 3 Analog Input 3=19
AEM 3 Analog Input 4=20
AEM 3 Analog Input 5=21
AEM 3 Analog Input 6=22
AEM 3 Analog Input 7=23
AEM 3 Analog Input 8=24
AEM 4 Analog Input 1=25
AEM 4 Analog Input 2=26
AEM 4 Analog Input 3=27
AEM 4 Analog Input 4=28
AEM 4 Analog Input 5=29
AEM 4 Analog Input 6=30
AEM 4 Analog Input 7=31
AEM 4 Analog Input 8=32
Analog Input 1=33
Analog Input 2=34
Analog Input 3=35
Analog Input 4=36
Fuel Level=1
Natural Gas=2
Liquid Propane=3
AEM 1 Analog Input 1=1
AEM 1 Analog Input 2=2
AEM 1 Analog Input 3=3
AEM 1 Analog Input 4=4
AEM 1 Analog Input 5=5
AEM 1 Analog Input 6=6
AEM 1 Analog Input 7=7
AEM 1 Analog Input 8=8
AEM 2 Analog Input 1=9
AEM 2 Analog Input 2=10
AEM 2 Analog Input 3=11
AEM 2 Analog Input 4=12
AEM 2 Analog Input 5=13
AEM 2 Analog Input 6=14
AEM 2 Analog Input 7=15
AEM 2 Analog Input 8=16
AEM 3 Analog Input 1=17
AEM 3 Analog Input 2=18
AEM 3 Analog Input 3=19
AEM 3 Analog Input 4=20
AEM 3 Analog Input 5=21
AEM 3 Analog Input 6=22
AEM 3 Analog Input 7=23
AEM 3 Analog Input 8=24
AEM 4 Analog Input 1=25
AEM 4 Analog Input 2=26
AEM 4 Analog Input 3=27
AEM 4 Analog Input 4=28
AEM 4 Analog Input 5=29
AEM 4 Analog Input 6=30
AEM 4 Analog Input 7=31
AEM 4 Analog Input 8=32
Analog Input 1=33
Analog Input 2=34
Analog Input 3=35
Analog Input 4=36
Engine Source Oil Pressure Source GG 6652 Uint32 4 R W n/a
Resistive Sender=0
AEM 1 Analog Input 1=1
AEM 1 Analog Input 2=2
AEM 1 Analog Input 3=3
AEM 1 Analog Input 4=4
AEM 1 Analog Input 5=5
AEM 1 Analog Input 6=6
AEM 1 Analog Input 7=7
AEM 1 Analog Input 8=8
AEM 2 Analog Input 1=9
AEM 2 Analog Input 2=10
AEM 2 Analog Input 3=11
AEM 2 Analog Input 4=12
AEM 2 Analog Input 5=13
AEM 2 Analog Input 6=14
AEM 2 Analog Input 7=15
AEM 2 Analog Input 8=16
AEM 3 Analog Input 1=17
AEM 3 Analog Input 2=18
AEM 3 Analog Input 3=19
AEM 3 Analog Input 4=20
AEM 3 Analog Input 5=21
AEM 3 Analog Input 6=22
AEM 3 Analog Input 7=23
AEM 3 Analog Input 8=24
AEM 4 Analog Input 1=25
AEM 4 Analog Input 2=26
AEM 4 Analog Input 3=27
AEM 4 Analog Input 4=28
AEM 4 Analog Input 5=29
AEM 4 Analog Input 6=30
AEM 4 Analog Input 7=31
AEM 4 Analog Input 8=32
Analog Input 1=33
Analog Input 2=34
Analog Input 3=35
Analog Input 4=36
Gen Exerciser Start Day of Month GG 6654 Uint32 4 R W n/a 1 - 31
Gen Exerciser Start Day of Week GG 6656 Uint32 4 R W n/a Sunday=0
Saturday=6
Gen Exerciser Start Hour GG 6658 Uint32 4 R W n/a 0 - 23
Gen Exerciser Start Minute GG 6660 Uint32 4 R W n/a 0 - 59
Gen Exerciser Period Hours GG 6662 Uint32 4 R W n/a 0 - 23
Gen Exerciser Period Minutes GG 6664 Uint32 4 R W n/a 0 - 59
Gen Exerciser Run with Load GG 6666 Uint32 4 R W n/a Disabled=0
Enabled=1
Gen Exerciser Exerciser Mode GG 6668 Uint32 4 R W n/a Disabled=0
Daily=1
Weekly=2
Monthly=3
Run Statistics Commission Date Day GG 6670 Uint32 4 R W n/a 1 - 31
Run Statistics Commission Date Month GG 6672 Uint32 4 R W n/a 1 - 12
Run Statistics Commission Date Year GG 6674 Uint32 4 R W n/a 2000 - 2099
Run Statistics Maintenance Interval Enable GG 6676 Uint32 4 R W n/a Disabled=0
Enabled=1
Run Statistics Maintenance Interval GG 6678 Uint32 4 R W Hour 0 - 5000
Run Statistics Hours Until Maintenance GG 6680 Int32 4 R W Hour 0 - 5000
Run Statistics Cumulative Starts GG 6682 Uint32 4 R W n/a 0 - 32767
Run Statistics Session Number Starts GG 6684 Uint32 4 R n/a n/a
Run Statistics Session Total kWh GG 6686 Uint32 4 R kWh 0 - 999999999
Run Statistics Session Peak kW GG 6688 Float 4 R Watt 0 - 3.00E+14
Run Statistics Cumulative Total Run Hours For
AEM 1 Input Config. 1 Param Min GG 7000 Float 4 R W n/a -999999 - 999999
AEM 1 Input Config. 1 Param Max GG 7002 Float 4 R W n/a -999999 - 999999
AEM 1 Input Config. 1 Current Min GG 7004 Float 4 R W Milliamp 4 - 20
AEM 1 Input Config. 1 Current Max GG 7006 Float 4 R W Milliamp 4 - 20
AEM 1 Input Config. 1 Voltage Min GG 7008 Float 4 R W Volt 0 - 10
AEM 1 Input Config. 1 Voltage Max GG 7010 Float 4 R W Volt 0 - 10
AEM 1 Input Config. 1 Alarm Configuration GG 7012 Uint32 4 R W n/a Status Only=0
AEM 1 Input Config. 2 Param Min GG 7014 Float 4 R W n/a -999999 - 999999
AEM 1 Input Config. 2 Param Max GG 7016 Float 4 R W n/a -999999 - 999999
AEM 1 Input Config. 2 Current Min GG 7018 Float 4 R W Milliamp 4 - 20
AEM 1 Input Config. 2 Current Max GG 7020 Float 4 R W Milliamp 4 - 20
AEM 1 Input Config. 2 Voltage Min GG 7022 Float 4 R W Volt 0 - 10
AEM 1 Input Config. 2 Voltage Max GG 7024 Float 4 R W Volt 0 - 10
AEM 1 Input Config. 2 Alarm Configuration GG 7026 Uint32 4 R W n/a Status Only=0
AEM 1 Input Config. 3 Param Min GG 7028 Float 4 R W n/a -999999 - 999999
AEM 1 Input Config. 3 Param Max GG 7030 Float 4 R W n/a -999999 - 999999
AEM 1 Input Config. 3 Current Min GG 7032 Float 4 R W Milliamp 4 - 20
AEM 1 Input Config. 3 Current Max GG 7034 Float 4 R W Milliamp 4 - 20
AEM 1 Input Config. 3 Voltage Min GG 7036 Float 4 R W Volt 0 - 10
AEM 1 Input Config. 3 Voltage Max GG 7038 Float 4 R W Volt 0 - 10
AEM 1 Input Config. 3 Alarm Configuration GG 7040 Uint32 4 R W n/a Status Only=0
AEM 1 Input Config. 4 Param Min GG 7042 Float 4 R W n/a -999999 - 999999
AEM 1 Input Config. 4 Param Max GG 7044 Float 4 R W n/a -999999 - 999999
AEM 1 Input Config. 4 Current Min GG 7046 Float 4 R W Milliamp 4 - 20
AEM 1 Input Config. 4 Current Max GG 7048 Float 4 R W Milliamp 4 - 20
AEM 1 Input Config. 4 Voltage Min GG 7050 Float 4 R W Volt 0 - 10
AEM 1 Input Config. 4 Voltage Max GG 7052 Float 4 R W Volt 0 - 10
AEM 1 Input Config. 4 Alarm Configuration GG 7054 Uint32 4 R W n/a Status Only=0
AEM 1 Input Config. 5 Param Min GG 7056 Float 4 R W n/a -999999 - 999999
AEM 1 Input Config. 5 Param Max GG 7058 Float 4 R W n/a -999999 - 999999
AEM 1 Input Config. 5 Current Min GG 7060 Float 4 R W Milliamp 4 - 20
AEM 1 Input Config. 5 Current Max GG 7062 Float 4 R W Milliamp 4 - 20
AEM 1 Input Config. 5 Voltage Min GG 7064 Float 4 R W Volt 0 - 10
AEM 1 Input Config. 5 Voltage Max GG 7066 Float 4 R W Volt 0 - 10
AEM 1 Input Config. 5 Alarm Configuration GG 7068 Uint32 4 R W n/a Status Only=0
AEM 1 Input Config. 6 Param Min GG 7070 Float 4 R W n/a -999999 - 999999
AEM 1 Input Config. 6 Param Max GG 7072 Float 4 R W n/a -999999 - 999999
AEM 1 Input Config. 6 Current Min GG 7074 Float 4 R W Milliamp 4 - 20
AEM 1 Input Config. 6 Current Max GG 7076 Float 4 R W Milliamp 4 - 20
AEM 1 Input Config. 6 Voltage Min GG 7078 Float 4 R W Volt 0 - 10
AEM 1 Input Config. 6 Voltage Max GG 7080 Float 4 R W Volt 0 - 10
AEM 1 Input Config. 6 Alarm Configuration GG 7082 Uint32 4 R W n/a Status Only=0
AEM 1 Input Config. 7 Param Min GG 7084 Float 4 R W n/a -999999 - 999999
AEM 1 Input Config. 7 Param Max GG 7086 Float 4 R W n/a -999999 - 999999
AEM 1 Input Config. 7 Current Min GG 7088 Float 4 R W Milliamp 4 - 20
AEM 1 Input Config. 7 Current Max GG 7090 Float 4 R W Milliamp 4 - 20
AEM 1 Input Config. 7 Voltage Min GG 7092 Float 4 R W Volt 0 - 10
AEM 1 Input Config. 7 Voltage Max GG 7094 Float 4 R W Volt 0 - 10
AEM 1 Input Config. 7 Alarm Configuration GG 7096 Uint32 4 R W n/a Status Only=0
AEM 1 Input Config. 8 Param Min GG 7098 Float 4 R W n/a -999999 - 999999
AEM 1 Input Config. 8 Param Max GG 7100 Float 4 R W n/a -999999 - 999999
AEM 1 Input Config. 8 Current Min GG 7102 Float 4 R W Milliamp 4 - 20
AEM 1 Input Config. 8 Current Max GG 7104 Float 4 R W Milliamp 4 - 20
AEM 1 Input Config. 8 Voltage Min GG 7106 Float 4 R W Volt 0 - 10
AEM 1 Input Config. 8 Voltage Max GG 7108 Float 4 R W Volt 0 - 10
AEM 1 Input Config. 8 Alarm Configuration GG 7110 Uint32 4 R W n/a Status Only=0
AEM 1 Protection 1 Hysteresis GG 7112 Float 4 R W Percent 0 - 100
AEM 1 Protection 1 Arming Delay GG 7114 Float 4 R W Second 0 - 300
AEM 1 Protection 1 Threshold 1 Pickup GG 7116 Float 4 R W n/a -999999 - 999999
AEM 1 Protection 1 Threshold 1 Activation Delay GG 7118 Float 4 R W Second 0 - 300
AEM 1 Protection 1 Threshold 1 Alarm
AEM 1 Protection 1 Threshold 2 Pickup GG 7122 Float 4 R W n/a -999999 - 999999
AEM 1 Protection 1 Threshold 2 Activation Delay GG 7124 Float 4 R W Second 0 - 300
AEM 1 Protection 1 Threshold 2 Alarm
AEM 1 Protection 1 Threshold 3P ickup GG 7128 Float 4 R W n/a -999999 - 999999
AEM 1 Protection 1 Threshold 3 Alarm
AEM 1 Protection 1 Threshold 4 Pickup GG 7134 Float 4 R W n/a -999999 - 999999
AEM 1 Protection 1 Threshold 4 Activation Delay GG 7136 Float 4 R W Second 0 - 300
AEM 1 Protection 1 Threshold 4 Alarm
AEM 1 Protection 2 Hysteresis GG 7140 Float 4 R W Percent 0 - 100
AEM 1 Protection 2 Arming Delay GG 7142 Float 4 R W Second 0 - 300
AEM 1 Protection 2 Threshold 1 Pickup GG 7144 Float 4 R W n/a -999999 - 999999
AEM 1 Protection 2 Threshold 1 Activation Delay GG 7146 Float 4 R W Second 0 - 300
AEM 1 Protection 2 Threshold 1 Alarm
AEM 1 Protection 2 Threshold 2 Pickup GG 7150 Float 4 R W n/a -999999 - 999999
AEM 1 Protection 2 Threshold 2 Activation Delay GG 7152 Float 4 R W Second 0 - 300
AEM 1 Protection 2 Threshold 2 Alarm
AEM 1 Protection 2 Threshold 3 Pickup GG 7156 Float 4 R W n/a -999999 - 999999
AEM 1 Protection 2 Threshold 3 Activation Delay GG 7158 Float 4 R W Second 0 - 300
AEM 1 Protection 2 Threshold 3 Alarm
AEM 1 Protection 2 Threshold 4 Pickup GG 7162 Float 4 R W n/a -999999 - 999999
AEM 1 Protection 2 Threshold 4 Activation Delay GG 7164 Float 4 R W Second 0 - 300
AEM 1 Protection 2 Threshold 4 Alarm
AEM 1 Protection 3 Hysteresis GG 7168 Float 4 R W Percent 0 - 100
AEM 1 Protection 3 Arming Delay GG 7170 Float 4 R W Second 0 - 300
AEM 1 Protection 3 Threshold 1 Pickup GG 7172 Float 4 R W n/a -999999 - 999999
AEM 1 Protection 3 Threshold 1 Activation Delay GG 7174 Float 4 R W Second 0 - 300
AEM 1 Protection 3 Threshold 1 Alarm
AEM 1 Protection 3 Threshold 2 Pickup GG 7178 Float 4 R W n/a -999999 - 999999
AEM 1 Protection 3 Threshold 2 Activation Delay GG 7180 Float 4 R W Second 0 - 300
AEM 1 Protection 3 Threshold 2 Alarm
AEM 1 Protection 3 Threshold 3 Pickup GG 7184 Float 4 R W n/a -999999 - 999999
AEM 1 Protection 3 Threshold 3 Activation Delay GG 7186 Float 4 R W Second 0 - 300
AEM 1 Protection 3 Threshold 3 Alarm
AEM 1 Protection 3 Threshold 4 Pickup GG 7190 Float 4 R W n/a -999999 - 999999
AEM 1 Protection 3 Threshold 4 Activation Delay GG 7192 Float 4 R W Second 0 - 300
AEM 1 Protection 3 Threshold 4 Alarm
AEM 1 Protection 4 Hysteresis GG 7196 Float 4 R W Percent 0 - 100
AEM 1 Protection 4 Arming Delay GG 7198 Float 4 R W Second 0 - 300
AEM 1 Protection 7 Threshold 4 Pickup GG 7302 Float 4 R W n/a -999999 - 999999
AEM 1 Protection 7 Threshold 4 Activation Delay GG 7304 Float 4 R W Second 0 - 300
AEM 1 Protection 7 Threshold 4 Alarm
AEM 1 Protection 8 Hysteresis GG 7308 Float 4 R W Percent 0 - 100
AEM 1 Protection 8 Arming Delay GG 7310 Float 4 R W Second 0 - 300
AEM 1 Protection 8 Threshold 1 Pickup GG 7312 Float 4 R W n/a -999999 - 999999
AEM 1 Protection 8 Threshold 1 Activation Delay GG 7314 Float 4 R W Second 0 - 300
AEM 1 Protection 8 Threshold 1 Alarm
AEM 1 Protection 8 Threshold 2 Pickup GG 7318 Float 4 R W n/a -999999 - 999999
AEM 1 Protection 8 Threshold 2 Activation Delay GG 7320 Float 4 R W Second 0 - 300
AEM 1 Protection 8 Threshold 2 Alarm
AEM 1 Protection 8 Threshold 3P ickup GG 7324 Float 4 R W n/a -999999 - 999999
AEM 1 Protection 8 Threshold 3 Activation Delay GG 7326 Float 4 R W Second 0 - 300
AEM 1 Protection 8 Threshold 3 Alarm
AEM 1 Protection 8 Threshold 4 Pickup GG 7330 Float 4 R W n/a -999999 - 999999
AEM 1 Protection 8 Threshold 4 Activation Delay GG 7332 Float 4 R W Second 0 - 300
AEM 1 Protection 8 Threshold 4 Alarm
AEM 1 Remote Analog
Output 1
NameDescriptionGroupRegisterTypeBytesR/WUnitRange
Configuration
Configuration
Configuration
Configuration
Configuration
Configuration
Parameter Selection GG 7336 Int32 4 R W n/a No Parameter=0
GG 7300 Uint32 4 R W n/a Status Only=0
Pre-Alarm=1
Alarm=2
GG 7306 Uint32 4 R W n/a Status Only=0
Pre-Alarm=1
Alarm=2
GG 7316 Uint32 4 R W n/a Status Only=0
Pre-Alarm=1
Alarm=2
GG 7322 Uint32 4 R W n/a Status Only=0
Pre-Alarm=1
Alarm=2
GG 7328 Uint32 4 R W n/a Status Only=0
Pre-Alarm=1
Alarm=2
GG 7334 Uint32 4 R W n/a Status Only=0
Pre-Alarm=1
Alarm=2
Oil Pressure=1
Coolant Temp=2
Battery Volts=3
RPM=4
Fuel Level=5
Gen Hz=6
Gen VAB=7
Gen VBC=8
Gen VCA=9
Gen Vavg LL=10
Gen VAN=11
Gen VBN=12
Gen VCN=13
Gen Vavg LN=14
Bus 1 Hz=15
Bus 1 VAB=16
Bus 1 VBC=17
Bus 1 VCA=18
Bus 1 Vavg LL=19
Bus 1 VA=20
Bus 1 VB=21
Bus 1 VC=22
Bus 1 Vavg LN=23
Bus 2 Hz=24
Bus 2 VAB=25
Bus 2 VBC=26
Bus 2 VCA=27
Bus 2 Vavg LL=28
Bus 2 VAN=29
Bus 2 VBN=30
Bus 2 VCN=31
Bus 2 Vavg LN=32
Gen PF=33
Bus 1 PF=34
Bus 2 PF=35
Gen Pos kWh=36
Gen Neg kWh=37
Bus 1 Pos kWh=38
Bus 1 Neg kWh=39
Bus 2 Pos kWh=40
Bus 2 Neg kWh=41
Gen IA=42
Gen IB=43
Gen IC=44
Gen I Avg=45
Bus 1 IA=46
Bus 1 IB=47
Bus 1 IC=48
Bus 1 Iavg=49
Bus 2 IAN=50
Bus 2 IBN=51
Bus 2 ICN=52
Bus 2 Iavg=53
IG=54
I Aux=55
Gen kW A=56
Gen kW B=57
Gen kW C=58
Gen kW Total=59
Bus 1 kW A=60
Bus 1 kW B=61
Bus 1 kW C=62
Bus 1 kW Total=63
Bus 2 kW A=64
Bus 2 kW B=65
Bus 2 kW C=66
Bus 2 kW Total=67
Gen kVA A=68
Gen kVA B=69
Gen kVA C=70
Gen kVA Total=71
Bus 1 kVA A=72
Bus 1 kVA B=73
Bus 1 kVA C=74
Bus 1 kVA Total=75
Bus 2 kVA A=76
Bus 2 kVA B=77
Bus 2 kVA C=78
Bus 2 kVA Total=79
Gen kvar A=80
Gen kvar B=81
Gen kvar C=82
Gen kvar Total=83
Bus 1 kvar A=84
Bus 1 kvar B=85
Bus 1 kvar C=86
Bus 1 kvar Total=87
Bus 2 kvar A=88
Bus 2 kvar B=89
Bus 2 kvar C=90
Bus 2 kvar Total=91
Fuel Pressure=92
Injector metering rail
pressure=93
Total Fuel Used=94
Fuel temperature=95
Engine oil temperature=96
Engine intercooler
temperature=97
Coolant pressure=98
Fuel Rate=99
Boost pressure=100
Intake manifold
temperature=101
Charge air temperature=102
Engine Percent Load=103
Analog Input 1=104
Analog Input 2=105
Analog Input 3=106
Analog Input 4=107
kW Load Percent=108
Number of Units Online=109
System kW Capacity=110
System Total Gen kW=111
System Total Gen kvar=112
AEM 1 Analog Input 1=300
AEM 1 Analog Input 2=301
AEM 1 Analog Input 3=302
AEM 1 Analog Input 4=303
AEM 1 Analog Input 5=304
AEM 1 Analog Input 6=305
AEM 1 Analog Input 7=306
AEM 1 Analog Input 8=307
AEM 1 RTD Input 1=308
AEM 1 RTD Input 2=309
AEM 1 RTD Input 3=310
AEM 1 RTD Input 4=311
AEM 1 RTD Input 5=312
AEM 1 RTD Input 6=313
AEM 1 RTD Input 7=314
AEM 1 RTD Input 8=315
Fuel Level=5
Gen Hz=6
Gen VAB=7
Gen VBC=8
Gen VCA=9
Gen Vavg LL=10
Gen VAN=11
Gen VBN=12
Gen VCN=13
Gen Vavg LN=14
Bus 1 Hz=15
Bus 1 VAB=16
Bus 1 VBC=17
Bus 1 VCA=18
Bus 1 Vavg LL=19
Bus 1 VA=20
Bus 1 VB=21
Bus 1 VC=22
Bus 1 Vavg LN=23
Bus 2 Hz=24
Bus 2 VAB=25
Bus 2 VBC=26
Bus 2 VCA=27
Bus 2 Vavg LL=28
Bus 2 VAN=29
Bus 2 VBN=30
Bus 2 VCN=31
Bus 2 Vavg LN=32
Gen PF=33
Bus 1 PF=34
Bus 2 PF=35
Gen Pos kWh=36
Gen Neg kWh=37
Bus 1 Pos kWh=38
Bus 1 Neg kWh=39
Bus 2 Pos kWh=40
Bus 2 Neg kWh=41
Gen IA=42
Gen IB=43
Gen IC=44
Gen I Avg=45
Bus 1 IA=46
Bus 1 IB=47
Bus 1 IC=48
Bus 1 Iavg=49
Bus 2 IAN=50
Bus 2 IBN=51
Bus 2 ICN=52
Bus 2 Iavg=53
IG=54
I Aux=55
Gen kW A=56
Gen kW B=57
Gen kW C=58
Gen kW Total=59
Bus 1 kW A=60
Bus 1 kW B=61
Bus 1 kW C=62
Bus 1 kW Total=63
Bus 2 kW A=64
Bus 2 kW B=65
Bus 2 kW C=66
Bus 2 kW Total=67
Gen kVA A=68
Gen kVA B=69
Gen kVA C=70
Gen kVA Total=71
Bus 1 kVA A=72
Bus 1 kVA B=73
Bus 1 kVA C=74
Bus 1 kVA Total=75
Bus 2 kVA A=76
Bus 2 kVA B=77
Bus 2 kVA C=78
Bus 2 kVA Total=79
Gen kvar A=80
Gen kvar B=81
Gen kvar C=82
Gen kvar Total=83
Bus 1 kvar A=84
Bus 1 kvar B=85
Bus 1 kvar C=86
Out-of-Range Activation
Delay
Param Minimum GG 7358 Float 4 R W n/a -999999 - 999999
Param Maximum GG 7360 Float 4 R W n/a -999999 - 999999
Current Minimum GG 7362 Float 4 R W Milliamp 4 - 20
Current Maximum GG 7364 Float 4 R W Milliamp 4 - 20
Voltage Minimum GG 7366 Float 4 R W Volt 0 - 10
Voltage Maximum GG 7368 Float 4 R W Volt 0 - 10
Alarm Configuration GG 7370 Uint32 4 R W n/a Status Only=0
Parameter Selection GG 7372 Int32 4 R W n/a No Parameter=0
GG 7356 Float 4 R W Second 0 - 300
LS Output=374
Pre-Alarm=1
Alarm=2
Oil Pressure=1
Coolant Temp=2
Battery Volts=3
RPM=4
Fuel Level=5
Gen Hz=6
Gen VAB=7
Gen VBC=8
Gen VCA=9
Gen Vavg LL=10
Gen VAN=11
Gen VBN=12
Gen VCN=13
Gen Vavg LN=14
Bus 1 Hz=15
Bus 1 VAB=16
Bus 1 VBC=17
Bus 1 VCA=18
Bus 1 Vavg LL=19
Bus 1 VA=20
Bus 1 VB=21
Bus 1 VC=22
Bus 1 Vavg LN=23
Bus 2 Hz=24
Bus 2 VAB=25
Bus 2 VBC=26
Bus 2 VCA=27
Bus 2 Vavg LL=28
Bus 2 VAN=29
Bus 2 VBN=30
Bus 2 VCN=31
Bus 2 Vavg LN=32
Gen PF=33
Bus 1 PF=34
Bus 2 PF=35
Gen Pos kWh=36
Gen Neg kWh=37
Bus 1 Pos kWh=38
Bus 1 Neg kWh=39
Bus 2 Pos kWh=40
Bus 2 Neg kWh=41
Gen IA=42
Gen IB=43
Gen IC=44
Gen I Avg=45
Bus 1 IA=46
Bus 1 IB=47
Bus 1 IC=48
Bus 1 Iavg=49
Bus 2 IAN=50
Bus 2 IBN=51
Bus 2 ICN=52
Bus 2 Iavg=53
IG=54
I Aux=55
Gen kW A=56
Gen kW B=57
Gen kW C=58
Gen kW Total=59
Bus 1 kW A=60
Bus 1 kW B=61
Bus 1 kW C=62
Bus 1 kW Total=63
Bus 2 kW A=64
Bus 2 kW B=65
Bus 2 kW C=66
Bus 2 kW Total=67
Gen kVA A=68
Gen kVA B=69
Gen kVA C=70
Gen kVA Total=71
Bus 1 kVA A=72
Bus 1 kVA B=73
Bus 1 kVA C=74
Bus 1 kVA Total=75
Bus 2 kVA A=76
Bus 2 kVA B=77
Bus 2 kVA C=78
Bus 2 kVA Total=79
Gen kvar A=80
Gen kvar B=81
Gen kvar C=82
Gen kvar Total=83
Bus 1 kvar A=84
Bus 1 kvar B=85
Bus 1 kvar C=86
Bus 1 kvar Total=87
Bus 2 kvar A=88
Bus 2 kvar B=89
Bus 2 kvar C=90
Bus 2 kvar Total=91
Fuel Pressure=92
Injector metering rail
pressure=93
Total Fuel Used=94
Fuel temperature=95
Engine oil temperature=96
Engine intercooler
temperature=97
Coolant pressure=98
Fuel Rate=99
Boost pressure=100
Intake manifold
temperature=101
Charge air temperature=102
Engine Percent Load=103
Analog Input 1=104
Analog Input 2=105
Analog Input 3=106
Analog Input 4=107
kW Load Percent=108
Number of Units Online=109
System kW Capacity=110
System Total Gen kW=111
System Total Gen kvar=112
AEM 1 Analog Input 1=300
AEM 1 Analog Input 2=301
AEM 1 Analog Input 3=302
AEM 1 Analog Input 4=303
AEM 1 Analog Input 5=304
AEM 1 Analog Input 6=305
AEM 1 Analog Input 7=306
AEM 1 Analog Input 8=307
Alarm Configuration GG 7388 Uint32 4 R W n/a Status Only=0
Pre-Alarm=1
Alarm=2
Parameter Selection GG 7390 Int32 4 R W n/a No Parameter=0
Oil Pressure=1
Coolant Temp=2
Battery Volts=3
RPM=4
Fuel Level=5
Gen Hz=6
Gen VAB=7
Gen VBC=8
Gen VCA=9
Gen Vavg LL=10
Gen VAN=11
Gen VBN=12
Gen VCN=13
Gen Vavg LN=14
Bus 1 Hz=15
Bus 1 VAB=16
Bus 1 VBC=17
Bus 1 VCA=18
Bus 1 Vavg LL=19
Bus 1 VA=20
Bus 1 VB=21
Bus 1 VC=22
Bus 1 Vavg LN=23
Bus 2 Hz=24
Bus 2 VAB=25
Bus 2 VBC=26
Bus 2 VCA=27
Bus 2 Vavg LL=28
Bus 2 VAN=29
Bus 2 VBN=30
Bus 2 VCN=31
Bus 2 Vavg LN=32
Gen PF=33
Bus 1 PF=34
Bus 2 PF=35
Gen Pos kWh=36
Gen Neg kWh=37
Bus 1 Pos kWh=38
Bus 1 Neg kWh=39
Bus 2 Pos kWh=40
Bus 2 Neg kWh=41
Gen IA=42
Gen IB=43
Gen IC=44
Gen I Avg=45
Bus 1 IA=46
Bus 1 IB=47
Bus 1 IC=48
Bus 1 Iavg=49
Bus 2 IAN=50
Bus 2 IBN=51
Bus 2 ICN=52
Bus 2 Iavg=53
IG=54
I Aux=55
Gen kW A=56
Gen kW B=57
Gen kW C=58
Gen kW Total=59
Bus 1 kW A=60
Bus 1 kW B=61
Bus 1 kW C=62
Bus 1 kW Total=63
Bus 2 kW A=64
Bus 2 kW B=65
Bus 2 kW C=66
Bus 2 kW Total=67
Gen kVA A=68
Gen kVA B=69
Gen kVA C=70
Gen kVA Total=71
Bus 1 kVA A=72
Bus 1 kVA B=73
Bus 1 kVA C=74
Bus 1 kVA Total=75
Bus 2 kVA A=76
Bus 2 kVA B=77
Bus 2 kVA C=78
AEM 1 Remote Analog
Output 4
AEM 1 Remote Analog
Output 4
AEM 1 Remote Analog
Output 4
AEM 1 Remote Analog
Output 4
AEM 1 Remote Analog
Output 4
AEM 1 Remote Analog
Output 4
AEM 1 Remote Analog
Output 4
AEM 1 Remote Analog
Output 4
AEM 2 Input Config. 1 Parameter Minimum GG 7408 Float 4 R W n/a -999999 - 999999
AEM 2 Input Config. 1 Parameter Maximum GG 7410 Float 4 R W n/a -999999 - 999999
AEM 2 Input Config. 1 Current Minimum GG 7412 Float 4 R W Milliamp 4 - 20
AEM 2 Input Config. 1 Current Maximum GG 7414 Float 4 R W Milliamp 4 - 20
AEM 2 Input Config. 1 Voltage Minimum GG 7416 Float 4 R W Volt 0 - 10
AEM 2 Input Config. 1 Voltage Maximum GG 7418 Float 4 R W Volt 0 - 10
AEM 2 Input Config. 1 Alarm Configuration GG 7420 Uint32 4 R W n/a Status Only=0
AEM 2 Input Config. 2 Parameter Minimum GG 7422 Float 4 R W n/a -999999 - 999999
AEM 2 Input Config. 2 Parameter Maximum GG 7424 Float 4 R W n/a -999999 - 999999
AEM 2 Input Config. 2 Current Minimum GG 7426 Float 4 R W Milliamp 4 - 20
AEM 2 Input Config. 2 Current Maximum GG 7428 Float 4 R W Milliamp 4 - 20
AEM 2 Input Config. 2 Voltage Minimum GG 7430 Float 4 R W Volt 0 - 10
AEM 2 Input Config. 2 Voltage Maximum GG 7432 Float 4 R W Volt 0 - 10
AEM 2 Input Config. 2 Alarm Configuration GG 7434 Uint32 4 R W n/a Status Only=0
AEM 2 Input Config. 3 Parameter Minimum GG 7436 Float 4 R W n/a -999999 - 999999
AEM 2 Input Config. 3 Parameter Maximum GG 7438 Float 4 R W n/a -999999 - 999999
AEM 2 Input Config. 3 Current Minimum GG 7440 Float 4 R W Milliamp 4 - 20
AEM 2 Input Config. 3 Current Maximum GG 7442 Float 4 R W Milliamp 4 - 20
AEM 2 Input Config. 3 Voltage Minimum GG 7444 Float 4 R W Volt 0 - 10
AEM 2 Input Config. 3 Voltage Maximum GG 7446 Float 4 R W Volt 0 - 10
AEM 2 Input Config. 3 Alarm Configuration GG 7448 Uint32 4 R W n/a Status Only=0
AEM 2 Input Config. 4 Parameter Minimum GG 7450 Float 4 R W n/a -999999 - 999999
AEM 2 Input Config. 4 Parameter Maximum GG 7452 Float 4 R W n/a -999999 - 999999
AEM 2 Input Config. 4 Current Minimum GG 7454 Float 4 R W Milliamp 4 - 20
AEM 2 Input Config. 4 Current Maximum GG 7456 Float 4 R W Milliamp 4 - 20
AEM 2 Input Config. 4 Voltage Minimum GG 7458 Float 4 R W Volt 0 - 10
Out-of-Range Activation
Delay
Parameter Minimum GG 7394 Float 4 R W n/a -999999 - 999999
Parameter Maximum GG 7396 Float 4 R W n/a -999999 - 999999
Current Minimum GG 7398 Float 4 R W Milliamp 4 - 20
Current Maximum GG 7400 Float 4 R W Milliamp 4 - 20
Voltage Minimum GG 7402 Float 4 R W Volt 0 - 10
Voltage Maximum GG 7404 Float 4 R W Volt 0 - 10
Alarm Configuration GG 7406 Uint32 4 R W n/a Status Only=0
AEM 2 Input Config. 4 Voltage Maximum GG 7460 Float 4 R W Volt 0 - 10
AEM 2 Input Config. 4 Alarm Configuration GG 7462 Uint32 4 R W n/a Status Only=0
AEM 2 Input Config. 5 Parameter Minimum GG 7464 Float 4 R W n/a -999999 - 999999
AEM 2 Input Config. 5 Parameter Maximum GG 7466 Float 4 R W n/a -999999 - 999999
AEM 2 Input Config. 5 Current Minimum GG 7468 Float 4 R W Milliamp 4 - 20
AEM 2 Input Config. 5 Current Maximum GG 7470 Float 4 R W Milliamp 4 - 20
AEM 2 Input Config. 5 Voltage Minimum GG 7472 Float 4 R W Volt 0 - 10
AEM 2 Input Config. 5 Voltage Maximum GG 7474 Float 4 R W Volt 0 - 10
AEM 2 Input Config. 5 Alarm Configuration GG 7476 Uint32 4 R W n/a Status Only=0
AEM 2 Input Config. 6 Parameter Minimum GG 7478 Float 4 R W n/a -999999 - 999999
AEM 2 Input Config. 6 Parameter Maximum GG 7480 Float 4 R W n/a -999999 - 999999
AEM 2 Input Config. 6 Current Minimum GG 7482 Float 4 R W Milliamp 4 - 20
AEM 2 Input Config. 6 Current Maximum GG 7484 Float 4 R W Milliamp 4 - 20
AEM 2 Input Config. 6 Voltage Minimum GG 7486 Float 4 R W Volt 0 - 10
AEM 2 Input Config. 6 Voltage Maximum GG 7488 Float 4 R W Volt 0 - 10
AEM 2 Input Config. 6 Alarm Configuration GG 7490 Uint32 4 R W n/a Status Only=0
AEM 2 Input Config. 7 Parameter Maximum GG 7494 Float 4 R W n/a -999999 - 999999
AEM 2 Input Config. 7 Current Minimum GG 7496 Float 4 R W Milliamp 4 - 20
AEM 2 Input Config. 7 Current Maximum GG 7498 Float 4 R W Milliamp 4 - 20
AEM 2 Input Config. 7 Voltage Minimum GG 7500 Float 4 R W Volt 0 - 10
AEM 2 Input Config. 7 Voltage Maximum GG 7502 Float 4 R W Volt 0 - 10
AEM 2 Input Config. 7 Alarm Configuration GG 7504 Uint32 4 R W n/a Status Only=0
AEM 2 Input Config. 8 Parameter Minimum GG 7506 Float 4 R W n/a -999999 - 999999
AEM 2 Input Config. 8 Parameter Maximum GG 7508 Float 4 R W n/a -999999 - 999999
AEM 2 Input Config. 8 Current Minimum GG 7510 Float 4 R W Milliamp 4 - 20
AEM 2 Input Config. 8 Current Maximum GG 7512 Float 4 R W Milliamp 4 - 20
AEM 2 Input Config. 8 Voltage Minimum GG 7514 Float 4 R W Volt 0 - 10
AEM 2 Input Config. 8 Voltage Maximum GG 7516 Float 4 R W Volt 0 - 10
AEM 2 Input Config. 8 Alarm Configuration GG 7518 Uint32 4 R W n/a Status Only=0
AEM 2 Protection 1 Hysteresis GG 7520 Float 4 R W Percent 0 - 100
NameDescriptionGroupRegisterTypeBytesR/WUnitRange
Pre-Alarm=1
Alarm=2
Pre-Alarm=1
Alarm=2
Pre-Alarm=1
Alarm=2
Pre-Alarm=1
Alarm=2
Pre-Alarm=1
Alarm=2
AEM 2 Protection 1 Threshold 1 Pickup GG 7524 Float 4 R W n/a -999999 - 999999
AEM 2 Protection 1 Threshold 1 Activation Delay GG 7526 Float 4 R W Second 0 - 300
AEM 2 Protection 1 Threshold 1 Alarm
Configuration
AEM 2 Protection 1 Threshold 2 Pickup GG 7530 Float 4 R W n/a -999999 - 999999
AEM 2 Protection 1 Threshold 2 Activation Delay GG 7532 Float 4 R W Second 0 - 300
AEM 2 Protection 1 Threshold 2 Alarm
Configuration
AEM 2 Protection 1 Threshold 3P ickup GG 7536 Float 4 R W n/a -999999 - 999999
AEM 2 Protection 1 Threshold 3 Activation Delay GG 7538 Float 4 R W Second 0 - 300
AEM 2 Protection 1 Threshold 3 Alarm
Configuration
AEM 2 Protection 1 Threshold 4 Pickup GG 7542 Float 4 R W n/a -999999 - 999999
AEM 2 Protection 1 Threshold 4 Activation Delay GG 7544 Float 4 R W Second 0 - 300
AEM 2 Protection 1 Threshold 4 Alarm
Configuration
AEM 2 Protection 2 Hysteresis GG 7548 Float 4 R W Percent 0 - 100
AEM 2 Protection 2 Arming Delay GG 7550 Float 4 R W Second 0 - 300
AEM 2 Protection 2 Threshold 1 Pickup GG 7552 Float 4 R W n/a -999999 - 999999
AEM 2 Protection 2 Threshold 1 Activation Delay GG 7554 Float 4 R W Second 0 - 300
AEM 2 Protection 2 Threshold 1 Alarm
Configuration
AEM 2 Protection 2 Threshold 2 Pickup GG 7558 Float 4 R W n/a -999999 - 999999
AEM 2 Protection 2 Threshold 2 Activation Delay GG 7560 Float 4 R W Second 0 - 300
AEM 2 Protection 2 Threshold 2 Alarm
Configuration
AEM 2 Protection 2 Threshold 3P ickup GG 7564 Float 4 R W n/a -999999 - 999999
AEM 2 Protection 2 Threshold 3 Activation Delay GG 7566 Float 4 R W Second 0 - 300
AEM 2 Protection 6 Threshold 2 Pickup GG 7670 Float 4 R W n/a -999999 - 999999
AEM 2 Protection 6 Threshold 2 Activation Delay GG 7672 Float 4 R W Second 0 - 300
AEM 2 Protection 6 Threshold 2 Alarm
AEM 2 Protection 6 Threshold 3P ickup GG 7676 Float 4 R W n/a -999999 - 999999
AEM 2 Protection 6 Threshold 3 Activation Delay GG 7678 Float 4 R W Second 0 - 300
AEM 2 Protection 6 Threshold 3 Alarm
AEM 2 Protection 6 Threshold 4 Pickup GG 7682 Float 4 R W n/a -999999 - 999999
AEM 2 Protection 6 Threshold 4 Activation Delay GG 7684 Float 4 R W Second 0 - 300
AEM 2 Protection 6 Threshold 4 Alarm
AEM 2 Protection 7 Hysteresis GG 7688 Float 4 R W Percent 0 - 100
AEM 2 Protection 7 Arming Delay GG 7690 Float 4 R W Second 0 - 300
AEM 2 Protection 7 Threshold 1 Pickup GG 7692 Float 4 R W n/a -999999 - 999999
AEM 2 Protection 7 Threshold 1 Activation Delay GG 7694 Float 4 R W Second 0 - 300
AEM 2 Protection 7 Threshold 1 Alarm
AEM 2 Protection 7 Threshold 2 Pickup GG 7698 Float 4 R W n/a -999999 - 999999
AEM 2 Protection 7 Threshold 2 Activation Delay GG 7700 Float 4 R W Second 0 - 300
AEM 2 Protection 7 Threshold 2 Alarm
AEM 2 Protection 7 Threshold 3P ickup GG 7704 Float 4 R W n/a -999999 - 999999
AEM 2 Protection 7 Threshold 3 Activation Delay GG 7706 Float 4 R W Second 0 - 300
AEM 2 Protection 7 Threshold 3 Alarm
AEM 2 Protection 7 Threshold 4 Pickup GG 7710 Float 4 R W n/a -999999 - 999999
AEM 2 Protection 7 Threshold 4 Activation Delay GG 7712 Float 4 R W Second 0 - 300
AEM 2 Protection 7 Threshold 4 Alarm
AEM 2 Protection 8 Hysteresis GG 7716 Float 4 R W Percent 0 - 100
AEM 2 Protection 8 Arming Delay GG 7718 Float 4 R W Second 0 - 300
AEM 2 Protection 8 Threshold 1 Pickup GG 7720 Float 4 R W n/a -999999 - 999999
AEM 2 Protection 8 Threshold 1 Activation Delay GG 7722 Float 4 R W Second 0 - 300
AEM 2 Protection 8 Threshold 1 Alarm
AEM 2 Protection 8 Threshold 2 Pickup GG 7726 Float 4 R W n/a -999999 - 999999
AEM 2 Protection 8 Threshold 2 Activation Delay GG 7728 Float 4 R W Second 0 - 300
AEM 2 Protection 8 Threshold 2 Alarm
AEM 2 Protection 8 Threshold 3P ickup GG 7732 Float 4 R W n/a -999999 - 999999
AEM 2 Protection 8 Threshold 3 Activation Delay GG 7734 Float 4 R W Second 0 - 300
AEM 2 Protection 8 Threshold 3 Alarm
AEM 2 Protection 8 Threshold 4 Pickup GG 7738 Float 4 R W n/a -999999 - 999999
AEM 2 Protection 8 Threshold 4 Activation Delay GG 7740 Float 4 R W Second 0 - 300
AEM 2 Protection 8 Threshold 4 Alarm
AEM 2 Remote Analog
Output 1
NameDescriptionGroupRegisterTypeBytesR/WUnitRange
Configuration
Configuration
Configuration
Configuration
Configuration
Configuration
Configuration
Configuration
Configuration
Configuration
Configuration
Configuration
Parameter Selection GG 7744 Int32 4 R W n/a No Parameter=0
GG 7668 Uint32 4 R W n/a Status Only=0
Pre-Alarm=1
Alarm=2
GG 7674 Uint32 4 R W n/a Status Only=0
Pre-Alarm=1
Alarm=2
GG 7680 Uint32 4 R W n/a Status Only=0
Pre-Alarm=1
Alarm=2
GG 7686 Uint32 4 R W n/a Status Only=0
Pre-Alarm=1
Alarm=2
GG 7696 Uint32 4 R W n/a Status Only=0
Pre-Alarm=1
Alarm=2
GG 7702 Uint32 4 R W n/a Status Only=0
Pre-Alarm=1
Alarm=2
GG 7708 Uint32 4 R W n/a Status Only=0
Pre-Alarm=1
Alarm=2
GG 7714 Uint32 4 R W n/a Status Only=0
Pre-Alarm=1
Alarm=2
GG 7724 Uint32 4 R W n/a Status Only=0
Pre-Alarm=1
Alarm=2
GG 7730 Uint32 4 R W n/a Status Only=0
Pre-Alarm=1
Alarm=2
GG 7736 Uint32 4 R W n/a Status Only=0
Pre-Alarm=1
Alarm=2
GG 7742 Uint32 4 R W n/a Status Only=0
Pre-Alarm=1
Alarm=2
Oil Pressure=1
Coolant Temp=2
Battery Volts=3
RPM=4
Fuel Level=5
Gen Hz=6
Gen VAB=7
Gen VBC=8
Gen VCA=9
Gen Vavg LL=10
Gen VAN=11
Gen VBN=12
Gen VCN=13
Gen Vavg LN=14
Bus 1 Hz=15
Bus 1 VAB=16
Bus 1 VBC=17
Bus 1 VCA=18
Bus 1 Vavg LL=19
Bus 1 VA=20
Bus 1 VB=21
Bus 1 VC=22
Bus 1 Vavg LN=23
Bus 2 Hz=24
Bus 2 VAB=25
Bus 2 VBC=26
Bus 2 VCA=27
Bus 2 Vavg LL=28
Bus 2 VAN=29
Bus 2 VBN=30
Bus 2 VCN=31
Bus 2 Vavg LN=32
Gen PF=33
Bus 1 PF=34
Bus 2 PF=35
Gen Pos kWh=36
Gen Neg kWh=37
Bus 1 Pos kWh=38
Bus 1 Neg kWh=39
Bus 2 Pos kWh=40
Bus 2 Neg kWh=41
Gen IA=42
Gen IB=43
Gen IC=44
Gen I Avg=45
Bus 1 IA=46
Bus 1 IB=47
Bus 1 IC=48
Bus 1 Iavg=49
Bus 2 IAN=50
Bus 2 IBN=51
Bus 2 ICN=52
Bus 2 Iavg=53
IG=54
I Aux=55
Gen kW A=56
Gen kW B=57
Gen kW C=58
Gen kW Total=59
Bus 1 kW A=60
Bus 1 kW B=61
Bus 1 kW C=62
Bus 1 kW Total=63
Bus 2 kW A=64
Bus 2 kW B=65
Bus 2 kW C=66
Bus 2 kW Total=67
Gen kVA A=68
Gen kVA B=69
Gen kVA C=70
Gen kVA Total=71
Bus 1 kVA A=72
Bus 1 kVA B=73
Bus 1 kVA C=74
Bus 1 kVA Total=75
Bus 2 kVA A=76
Bus 2 kVA B=77
Bus 2 kVA C=78
Bus 2 kVA Total=79
Gen kvar A=80
Gen kvar B=81
Gen kvar C=82
Gen kvar Total=83
Bus 1 kvar A=84
Bus 1 kvar B=85
Bus 1 kvar C=86
Bus 1 kvar Total=87
Bus 2 kvar A=88
Bus 2 kvar B=89
Bus 2 kvar C=90
Bus 2 kvar Total=91
Fuel Pressure=92
Injector metering rail
pressure=93
Total Fuel Used=94
Fuel temperature=95
Engine oil temperature=96
Engine intercooler
Out-of-Range Activation
Delay
Parameter Minimum GG 7748 Float 4 R W n/a -999999 - 999999
Parameter Maximum GG 7750 Float 4 R W n/a -999999 - 999999
Current Minimum GG 7752 Float 4 R W Milliamp 4 - 20
Current Maximum GG 7754 Float 4 R W Milliamp 4 - 20
Voltage Minimum GG 7756 Float 4 R W Volt 0 - 10
Voltage Maximum GG 7758 Float 4 R W Volt 0 - 10
Alarm Configuration GG 7760 Uint32 4 R W n/a Status Only=0
Parameter Selection GG 7762 Int32 4 R W n/a No Parameter=0
GG 7746 Float 4 R W Second 0 - 300
LS Output=374
Pre-Alarm=1
Alarm=2
Oil Pressure=1
Coolant Temp=2
Battery Volts=3
RPM=4
Fuel Level=5
Gen Hz=6
Gen VAB=7
Gen VBC=8
Gen VCA=9
Gen Vavg LL=10
Gen VAN=11
Gen VBN=12
Gen VCN=13
Gen Vavg LN=14
Bus 1 Hz=15
Bus 1 VAB=16
Bus 1 VBC=17
Bus 1 VCA=18
Bus 1 Vavg LL=19
Bus 1 VA=20
Bus 1 VB=21
Bus 1 VC=22
Bus 1 Vavg LN=23
Bus 2 Hz=24
Bus 2 VAB=25
Bus 2 VBC=26
Bus 2 VCA=27
Bus 2 Vavg LL=28
Bus 2 VAN=29
Bus 2 VBN=30
Bus 2 VCN=31
Bus 2 Vavg LN=32
Gen PF=33
Bus 1 PF=34
Bus 2 PF=35
Gen Pos kWh=36
Gen Neg kWh=37
Bus 1 Pos kWh=38
Bus 1 Neg kWh=39
Bus 2 Pos kWh=40
Bus 2 Neg kWh=41
Gen IA=42
Gen IB=43
Gen IC=44
Gen I Avg=45
Bus 1 IA=46
Bus 1 IB=47
Bus 1 IC=48
Bus 1 Iavg=49
Bus 2 IAN=50
Bus 2 IBN=51
Bus 2 ICN=52
Bus 2 Iavg=53
IG=54
I Aux=55
Gen kW A=56
Gen kW B=57
Gen kW C=58
Gen kW Total=59
Bus 1 kW A=60
Bus 1 kW B=61
Bus 1 kW C=62
Bus 1 kW Total=63
Bus 2 kW A=64
Bus 2 kW B=65
Bus 2 kW C=66
Bus 2 kW Total=67
Gen kVA A=68
Gen kVA B=69
Gen kVA C=70
Gen kVA Total=71
Bus 1 kVA A=72
Bus 1 kVA B=73
Bus 1 kVA C=74
Bus 1 kVA Total=75
Bus 2 kVA A=76
Bus 2 kVA B=77
Bus 2 kVA C=78
Bus 2 kVA Total=79
Gen kvar A=80
Gen kvar B=81
Gen kvar C=82
Gen kvar Total=83
Bus 1 kvar A=84
Bus 1 kvar B=85
Bus 1 kvar C=86
Bus 1 kvar Total=87
Bus 2 kvar A=88
Bus 2 kvar B=89
Bus 2 kvar C=90
Bus 2 kvar Total=91
Fuel Pressure=92
Injector metering rail
pressure=93
Total Fuel Used=94
Fuel temperature=95
Engine oil temperature=96
Engine intercooler
temperature=97
Coolant pressure=98
Fuel Rate=99
Boost pressure=100
Intake manifold
temperature=101
Charge air temperature=102
Engine Percent Load=103
Analog Input 1=104
Analog Input 2=105
Analog Input 3=106
Analog Input 4=107
kW Load Percent=108
Number of Units Online=109
System kW Capacity=110
System Total Gen kW=111
System Total Gen kvar=112
AEM 1 Analog Input 1=300
AEM 1 Analog Input 2=301
AEM 1 Analog Input 3=302
AEM 1 Analog Input 4=303
AEM 1 Analog Input 5=304
AEM 1 Analog Input 6=305
AEM 1 Analog Input 7=306
AEM 1 Analog Input 8=307
AEM 1 RTD Input 1=308
AEM 1 RTD Input 2=309
AEM 1 RTD Input 3=310
AEM 1 RTD Input 4=311
AEM 1 RTD Input 5=312
AEM 1 RTD Input 6=313
AEM 1 RTD Input 7=314
AEM 1 RTD Input 8=315
AEM 1 TC Input 1=316
AEM 1 TC Input 2=317
AEM 2 Analog Input 1=318
AEM 2 Analog Input 2=319
Gen VCA=9
Gen Vavg LL=10
Gen VAN=11
Gen VBN=12
Gen VCN=13
Gen Vavg LN=14
Bus 1 Hz=15
Bus 1 VAB=16
Bus 1 VBC=17
Bus 1 VCA=18
Bus 1 Vavg LL=19
Bus 1 VA=20
Bus 1 VB=21
Bus 1 VC=22
Bus 1 Vavg LN=23
Bus 2 Hz=24
Bus 2 VAB=25
Bus 2 VBC=26
Bus 2 VCA=27
Bus 2 Vavg LL=28
Bus 2 VAN=29
Bus 2 VBN=30
Bus 2 VCN=31
Bus 2 Vavg LN=32
Gen PF=33
Bus 1 PF=34
Bus 2 PF=35
Gen Pos kWh=36
Gen Neg kWh=37
Bus 1 Pos kWh=38
Bus 1 Neg kWh=39
Bus 2 Pos kWh=40
Bus 2 Neg kWh=41
Gen IA=42
Gen IB=43
Gen IC=44
Gen I Avg=45
Bus 1 IA=46
Bus 1 IB=47
Bus 1 IC=48
Bus 1 Iavg=49
Bus 2 IAN=50
Bus 2 IBN=51
Bus 2 ICN=52
Bus 2 Iavg=53
IG=54
I Aux=55
Gen kW A=56
Gen kW B=57
Gen kW C=58
Gen kW Total=59
Bus 1 kW A=60
Bus 1 kW B=61
Bus 1 kW C=62
Bus 1 kW Total=63
Bus 2 kW A=64
Bus 2 kW B=65
Bus 2 kW C=66
Bus 2 kW Total=67
Gen kVA A=68
Gen kVA B=69
Gen kVA C=70
Gen kVA Total=71
Bus 1 kVA A=72
Bus 1 kVA B=73
Bus 1 kVA C=74
Bus 1 kVA Total=75
Bus 2 kVA A=76
Bus 2 kVA B=77
Bus 2 kVA C=78
Bus 2 kVA Total=79
Gen kvar A=80
Gen kvar B=81
Gen kvar C=82
Gen kvar Total=83
Bus 1 kvar A=84
Bus 1 kvar B=85
Bus 1 kvar C=86
Bus 1 kvar Total=87
Bus 2 kvar A=88
Bus 2 kvar B=89
Bus 2 kvar C=90
Out-of-Range Activation
Delay
Parameter Minimum GG 7784 Float 4 R W n/a -999999 - 999999
Parameter Maximum GG 7786 Float 4 R W n/a -999999 - 999999
Current Minimum GG 7788 Float 4 R W Milliamp 4 - 20
Current Maximum GG 7790 Float 4 R W Milliamp 4 - 20
Voltage Minimum GG 7792 Float 4 R W Volt 0 - 10
Voltage Maximum GG 7794 Float 4 R W Volt 0 - 10
Alarm Configuration GG 7796 Uint32 4 R W n/a Status Only=0
Parameter Selection GG 7798 Int32 4 R W n/a No Parameter=0
GG 7782 Float 4 R W Second 0 - 300
LS Output=374
Pre-Alarm=1
Alarm=2
Oil Pressure=1
Coolant Temp=2
Battery Volts=3
RPM=4
Fuel Level=5
Gen Hz=6
Gen VAB=7
Gen VBC=8
Gen VCA=9
Gen Vavg LL=10
Gen VAN=11
Gen VBN=12
Gen VCN=13
Gen Vavg LN=14
Bus 1 Hz=15
Bus 1 VAB=16
Bus 1 VBC=17
Bus 1 VCA=18
Bus 1 Vavg LL=19
Bus 1 VA=20
Bus 1 VB=21
Bus 1 VC=22
Bus 1 Vavg LN=23
Bus 2 Hz=24
Bus 2 VAB=25
Bus 2 VBC=26
Bus 2 VCA=27
Bus 2 Vavg LL=28
Bus 2 VAN=29
Bus 2 VBN=30
Bus 2 VCN=31
Bus 2 Vavg LN=32
Gen PF=33
Bus 1 PF=34
Bus 2 PF=35
Gen Pos kWh=36
Gen Neg kWh=37
Bus 1 Pos kWh=38
Bus 1 Neg kWh=39
Bus 2 Pos kWh=40
Bus 2 Neg kWh=41
Gen IA=42
Gen IB=43
Gen IC=44
Gen I Avg=45
Bus 1 IA=46
Bus 1 IB=47
Bus 1 IC=48
Bus 1 Iavg=49
Bus 2 IAN=50
Bus 2 IBN=51
Bus 2 ICN=52
Bus 2 Iavg=53
IG=54
I Aux=55
Gen kW A=56
Gen kW B=57
Gen kW C=58
Gen kW Total=59
Bus 1 kW A=60
Bus 1 kW B=61
Bus 1 kW C=62
Bus 1 kW Total=63
Bus 2 kW A=64
Bus 2 kW B=65
Bus 2 kW C=66
Bus 2 kW Total=67
Gen kVA A=68
Gen kVA B=69
Gen kVA C=70
Gen kVA Total=71
Bus 1 kVA A=72
Bus 1 kVA B=73
Bus 1 kVA C=74
Bus 1 kVA Total=75
Bus 2 kVA A=76
Bus 2 kVA B=77
Bus 2 kVA C=78
Bus 2 kVA Total=79
Gen kvar A=80
Gen kvar B=81
Gen kvar C=82
Gen kvar Total=83
Bus 1 kvar A=84
Bus 1 kvar B=85
Bus 1 kvar C=86
Bus 1 kvar Total=87
Bus 2 kvar A=88
Bus 2 kvar B=89
Bus 2 kvar C=90
Bus 2 kvar Total=91
Fuel Pressure=92
Injector metering rail
pressure=93
Total Fuel Used=94
Fuel temperature=95
Engine oil temperature=96
Engine intercooler
temperature=97
Coolant pressure=98
Fuel Rate=99
Boost pressure=100
Intake manifold
temperature=101
Charge air temperature=102
Engine Percent Load=103
Analog Input 1=104
Analog Input 2=105
Analog Input 3=106
Analog Input 4=107
kW Load Percent=108
Number of Units Online=109
System kW Capacity=110
System Total Gen kW=111
System Total Gen kvar=112
AEM 1 Analog Input 1=300
AEM 1 Analog Input 2=301
AEM 1 Analog Input 3=302
AEM 1 Analog Input 4=303
AEM 1 Analog Input 5=304
AEM 1 Analog Input 6=305
AEM 1 Analog Input 7=306
AEM 1 Analog Input 8=307
AEM 1 RTD Input 1=308
AEM 1 RTD Input 2=309
AEM 1 RTD Input 3=310
AEM 1 RTD Input 4=311