
Communication GUI Guide
GXE600 Series
TDK-Lambda
<Page>
34/41
5 Register List :
In GXE, Input Register and Holding Register of 16-bit data are used in the data model specified by MODBUS protocol.
Discrete Register and Coil Register of 1 bit data are not used.
The register address of GXE in this communication manual is indicated by the PDU address.
If a register that does not exist is used as the starting address, it becomes an exception response.
For details, please refer to the communication manual.
・
Numerical notation
Numbers starting with '0x' indicate hexadecimal numbers. (Example : 0x0400 = 1024d)
Decimal numbers are indicated by appending 'd' after the value or without adding anything. (Example : 1024d , 1024)
Binary numbers are indicated by appending '0b' before the value. (Example : 0b0100 0000 0000 = 1024d)
The internal data type of GXE is 16 bit little endian. ( LSB: bit 0 / MSB: bit 15 )
・
Representation of function name
This document has prioritized the use of common names so far. However, GXE unique name is used in the register list.
The correspondence is as follows and the meaning is the same.
Common names
GXE unique name
RC
(Remote Control)
CNT
(Abbreviation for "Control")
CV
(Constant Voltage)
PV
(Programmable Voltage)
5.1 Input Registers
Input Registers are read-only 16-bit data registers.
Mainly, Input Registers has measurement data.
#
Qty.
1
Alarm History
0 (0x0000)
1
Indicates protection content that occurred.
Indicates that overtemperature
protection has been activated.
Indicates that the booster output
inside the power supply has decreased.
Reserved bit
(Alarm is not allocated)
Indicates that the power supply
is remote off
Indicates that an error occurred
inside the power supply.
Alarm is not allocated because
it is a reserved bit.
Please contact us when the SYSTEM error occurs.
2
Output Voltage
1 (0x0001)
1
The value of the output voltage (b S and -S terminals)
is indicated in normalized signed Q10 format.
3
Output Current
2 (0x0002)
1
The output current value is indicated in normalized signed Q10 format.
4
T emperature
3 (0x0003)
1
The measured value of GXE internal temperature is indicated.
5
Operation Time
4 (0x0004)
2
The cumulative operating time of the power supply is indicated.
6
E-Cap L0 Remaining
6 (0x0006)
1
Among the electrolytic capacitors inside the power supply,
the predicted lifetime value of the most degraded capacitor is indicated.
The mounting direction of power supply is assumed to be "Mount A"
Please use as a guide only.
7
Model Name
500 (0x01F4)
15 The model name registered in the product is indicated.
8
Serial No.
520 (0x0208)
8
The serial No. registered in the product is indicated.
9
Lot No.
540 (0x021C)
8
The lot No. registered in the product is indicated.
10
FW Version
1000 (0x03E8)
1
T he firmware version registered in the product is indicated.
8
CNT OFF
9-13
SYSTEM
14, 15
reserved
4
OTP
5
PFCLVP
6, 7
reserved
0
SWOCP Indicates that output overcurrent has been
detected.
1
HWOCP
2
SWOVP Indicates that output overvoltage was
detected.
3
HWOVP
Input Register
Starting Address
Function
bit
Name
Overview