(GIPAM3000) Protocol Mappinglist - Modbus - Tech Data - EN - 202010
(GIPAM3000) Protocol Mappinglist - Modbus - Tech Data - EN - 202010
(1) 0x03 Read Holding Registers(40001 ~ ): Device setting and relay setting register
For Example) Request/Response frame to read 40001 to 40002 registers
Request Response
Field Name (Hex) Field Name (Hex)
Slave Address USER Slave Address USER
Function 03 Function 03
Starting Address Hi 00 Byte Count 04
Starting Address Lo 00 Register value Hi (40001) 42
Quantity of Regisgers Hi 00 Register value Lo (40001) DC
Quantity of Regisgers Lo 02 Register value Hi (40002) 00
CRC Lo - Register value Lo (40002) 00
CRC Hi - CRC Lo -
CRC Hi -
(2) 0x04 Read Input Registers(30001 ~ ): Status of many devices, device information and measurement registers
For Example) Request/Response frame to read 30001 to 30002 registers
Request Response
Field Name (Hex) Field Name (Hex)
Slave Address USER Slave Address USER
Function 04 Function 04
Starting Address Lo 00 Byte Count 04
Starting Address Lo 00 Register value Hi(30001) 00
Quantity of Registers Hi 00 Register value Lo(30001) 00
Quantity of Registers Lo 02 Register value Hi(30002) 00
CRC Lo - Register value Lo(30002) 00
CRC Hi - CRC Lo -
CRC Hi -
(3) 0x05 Write Single Coil: It is used to control one coil(0001~). 0xFF00 is ON, 0x0000 is OFF.
For Example) Request/Response frame executing ON command to 1106 register.
Request Response
Field Name (Hex) Field Name (Hex)
Slave Address USER Slave Address USER
Function 05 Function 05
Output Address Hi 04 Output Address Hi 04
Output Address Lo 51 Output Address Lo 51
Output Value Hi FF Output Value Hi FF
Output Value Lo 00 Output Value Lo 00
CRC Lo - CRC Lo -
CRC Hi - CRC Hi -
(4) 0x06 Write Single Register(40001 ~ ): Device setting and relay setting registers.
For Example) Request/Response frame to write 0x1234 to 40001 register.
Request Response
Field Name (Hex) Field Name (Hex)
Slave Address USER Slave Address USER
Function 06 Function 06
Register Address Hi 00 Register Address Hi 00
Register Address Lo 00 Register Address Lo 00
Register Value Hi 12 Register Value Hi 12
Register Value Lo 34 Register Value Lo 34
CRC Lo - CRC Lo -
CRC Hi - CRC Hi -
(5) 0x10 Write Multiple Registers(40001 ~ ): Device setting and relay setting, timesync registers.
For Example) Request/Response frame to write 0x42DC, 0x0000 to 40001~40002 register.
Request Response
Field Name (Hex) Field Name (Hex)
Slave Address USER Slave Address USER
Function 10 Function 10
Starting Address Hi 00 Starting Address Hi 00
Starting Address Lo 00 Starting Address Lo 00
Quantity of Regisgers Hi 00 Quantity of Regisgers Hi 00
Quantity of Regisgers Lo 02 Quantity of Regisgers Lo 02
Byte Count 04 CRC Lo -
Registers Value Hi 42 CRC Hi -
Registers Value Lo DC
Registers Value Hi 00
Registers Value Lo 00
CRC Lo -
CRC Hi -
(6) 0x2B/0x0F Read Date and Time: Used to read the current time of the device. (Function code adopted by our company (LS Electric))
For Example) Request/response frame when the current time of the device is November 22, 2018 15:45:30.123
Request Response
Field Name (Hex) Field Name (Hex)
Slave Address USER Slave Address USER
Function 2B Function 2B
Sub-function 0F Sub-function 0F
Reserved 00 Reserved 00
Reserved 00
Year (Base year: 2000) 12
Month 0B
Day 16
Hour 0F
Minute 2D
75
Millisecond
AB
(7) 0x2B/0x10 Write Date and Time: Used to write the current time of the device.(Function code adopted by our company (LS Electric))
For Example) Request/response frame when the current time of the device is November 22, 2018 15:45:30.123
Request Response
Field Name (Hex) Field Name (Hex)
Slave Address USER Slave Address USER
Function 2B Function 2B
Sub-function 10 Sub-function 10
Reserved 00 Reserved 00
Reserved 00 Reserved 00
Year (Base year: 2000) 12 Year (Base year: 2000) 12
Month 0B Month 0B
Day 16 Day 16
Hour 0F Hour 0F
Minute 2D Minute 2D
75 75
Millisecond Millisecond
AB AB
<중요사항>
* MAX register read count : 125
(03h, 04h function): Up to 125 registers can be read at one time.
Response
Field Name (Hex)
Slave Address USER
Function 0x80 + Function Code
Starting Address Hi Corresponding Exception Code
CRC Lo -
CRC Hi -
Ex) If Master tries to READ the 30501 Register under the condition where 30501 Register is not defined
at the register map, Slave device responses to it with ILLEGAL DATA ADDRESS(02).
Request Response
Field Name (Hex) Field Name (Hex)
Slave Address USER Slave Address USER
Function 04 Function 84
Starting Address Hi 01 Exception Code 02
Starting Address Lo F4 CRC Lo -
Quantity of Inputs Hi 00 CRC Hi -
Quantity of Inputs Lo 01
CRC Lo -
CRC Hi -
Exception Code (Hex) Name Description
01 ILLEGAL FUNCTION Unsupported Function Code request
02 ILLEGAL DATA ADDRESS Invalid Data Address request
03 ILLEGAL DATA VALUE Invalid Data Value write request
04 SERVER DEVICE FAILURE Abnormal condition of equipment(device)
Operate command that timed out after Select or
11 SBO TIMEOUT
Operate request without being selected
12 ILLEGAL ADU LENGTH ADU reception with invalid length
13 LOCAL MODE Write/control request in Local state
14 DEVICE NAK Inappropriate control content
(9) The communication response when the power fail state is lower than the device control power reference value is as follows.
HOLDING 6005 Timesync: second UINT16 BOTH BCD(Binary-coded decimal) used. For exemple) 44 second: 0x0044 0x0000 ~ 0x0059 0x10
HOLDING 6006 Timesync: milli second UINT16 BOTH BCD(Binary-coded decimal) used. For exemple) 514 mill second: 0x0514 0x0000 ~ 0x0999 0x10
HOLDING 6010 Timesync: year UINT16 BOTH BCD(Binary-coded decimal) used. For exemple) 2017 year: 0x2017 0x2000 ~ 0x2099 0x10
HOLDING 6011 Timesync: Month/Day UINT16 BOTH BCD(Binary-coded decimal) used. For exemple) 9 month 25day: 0x0925 Time synchronization requires 4 words to be written at a time or 0x0101 ~ 0x1231 0x10
HOLDING 6012 Timesync: hour/minute UINT16 BOTH BCD(Binary-coded decimal) used. For exemple) 14 hour 47minute: 0x1447 write 2 words continuously within 5 seconds. 0x0000 ~ 0x2359 0x10
HOLDING 6013 Timesync: second/milli second UINT16 BOTH Unsigned int used. For exemple) 44second 514mill second: 44514 0~ 59999 0x10
GIPAM2200-FN/FZ MODBUS Point Map
Ver 01.00
MODBUS REGISTER DESCRIPTION
DATA TYPE AUTHORITY DATA TYPE AUTHORITY REMARK RANGE UNIT FUNCTION CODE
TYPE ADDRESS NAME 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
COIL 0 CB#1 Close select NONE REMOTE 0xFF00: Execution NONE REMOTE SBO Timeout: Fixed at 5 seconds 0x05
COIL 1 CB#1 Close operate NONE REMOTE 0xFF00: Execution NONE REMOTE SBO Timeout: Fixed at 5 seconds 0x05
COIL 2 CB#1 Open select NONE REMOTE 0xFF00: Execution NONE REMOTE SBO Timeout: Fixed at 5 seconds 0x05
COIL 3 CB#1 Open operate NONE REMOTE 0xFF00: Execution NONE REMOTE SBO Timeout: Fixed at 5 seconds 0x05
COIL 4 Control Contact#01 Pulse-out select NONE REMOTE 0xFF00: Execution. CC ON control can be used only in Pulse-out setting. NONE REMOTE SBO Timeout: Fixed at 5 seconds 0x05
COIL 5 Control Contact#01 Pulse-out operate NONE REMOTE 0xFF00: Execution. CC ON control can be used only in Pulse-out setting. NONE REMOTE SBO Timeout: Fixed at 5 seconds 0x05
COIL 8 Control Contact#02 Pulse-out select NONE REMOTE 0xFF00: Execution. CC ON control can be used only in Pulse-out setting. NONE REMOTE SBO Timeout: Fixed at 5 seconds 0x05
COIL 9 Control Contact#02 Pulse-out operate NONE REMOTE 0xFF00: Execution. CC ON control can be used only in Pulse-out setting. NONE REMOTE SBO Timeout: Fixed at 5 seconds 0x05
COIL 12 Control Contact#03 Pulse-out select NONE REMOTE 0xFF00: Execution. CC ON control can be used only in Pulse-out setting. NONE REMOTE SBO Timeout: Fixed at 5 seconds 0x05
COIL 13 Control Contact#03 Pulse-out operate NONE REMOTE 0xFF00: Execution. CC ON control can be used only in Pulse-out setting. NONE REMOTE SBO Timeout: Fixed at 5 seconds 0x05
COIL 16 Control Contact#04 Pulse-out select NONE REMOTE 0xFF00: Execution. CC ON control can be used only in Pulse-out setting. NONE REMOTE SBO Timeout: Fixed at 5 seconds 0x05
COIL 17 Control Contact#04 Pulse-out operate NONE REMOTE 0xFF00: Execution. CC ON control can be used only in Pulse-out setting. NONE REMOTE SBO Timeout: Fixed at 5 seconds 0x05
COIL 1000 Fault Reset NONE REMOTE 0xFF00: Execution NONE REMOTE 0x05
COIL 1001 Energy Reset NONE REMOTE 0xFF00: Execution NONE REMOTE 0x05
COIL 1002 Event Record Clear NONE REMOTE 0xFF00: Execution NONE REMOTE 0x05
COIL 1003 Fault Record/Value/Wave Reset NONE REMOTE 0xFF00: Execution NONE REMOTE 0x05
COIL 1004 All Data Clear NONE REMOTE 0xFF00: Execution NONE REMOTE 0x05
INPUT 0 DI status UINT16 NONE Pick up **TimeSync DiagErr P/F *R/L DI#06 DI#05 DI#04 DI#03 DI#02 DI#01 UINT16 NONE *R/L - 0: Local, 1: Remote, **TimeSync - 1: Not Sync 0x04
INPUT 1 DO status UINT16 NONE DO#09 DO#08 DO#07 DO#06 DO#05 DO#04 DO#03
DO#02 DO#01 UINT16 NONE 0x04
INPUT 2 OP status #1 UINT16 NONE CBF(50BF) 27_#1_C 27_#1_B 27_#1_A UINT16 NONE 0x04
INPUT 3 OP status #2 UINT16 NONE 64_#1 64_#2 67G 67ND 50N_#1 50N_#2 51N_#1 50_#1_C 50_#1_B 50_#1_A 50_#2_C 50_#2_B 50_#2_A 51_#1_C 51_#1_B 51_#1_A UINT16 NONE 0x04
INPUT 4 OP status #3 UINT16 NONE PTF(60F) CBF(50BF) 46_#1 UINT16 NONE 0x04
INPUT 5 OP status #4 UINT16 NONE 46_#2 66 37_#1_C 37_#1_B 37_#1_A 51LR 48 49 59_#1_C 59_#1_B 59_#1_A 59_#2_C 59_#2_B 59_#2_A 47N_#1 47N_#2 UINT16 NONE 0x04
INPUT 6 Van FLOAT NONE FLOAT NONE 0.000 ~ 9999.999k V 0x04
INPUT 8 Vbn FLOAT NONE FLOAT NONE 0.000 ~ 9999.999k V 0x04
INPUT 10 Vcn FLOAT NONE FLOAT NONE 0.000 ~ 9999.999k V 0x04
INPUT 12 Vab FLOAT NONE FLOAT NONE 0.000 ~ 9999.999k V 0x04
INPUT 14 Vbc FLOAT NONE FLOAT NONE 0.000 ~ 9999.999k V 0x04
INPUT 16 Vca FLOAT NONE FLOAT NONE 0.000 ~ 9999.999k V 0x04
INPUT 18 Vgpt (PT#4) FLOAT NONE FLOAT NONE 0.000 ~ 9999.999k V 0x04
INPUT 20 Ia FLOAT NONE FLOAT NONE 0.000 ~ 999.999k A 0x04
INPUT 22 Ib FLOAT NONE FLOAT NONE 0.000 ~ 999.999k A 0x04
INPUT 24 Ic FLOAT NONE FLOAT NONE 0.000 ~ 999.999k A 0x04
INPUT 26 Inct or Izct (CT#4 or CT#5) FLOAT NONE FLOAT NONE Izct if SGR or SEF setting is USE. Other Inct 0.000 ~ 999.999k A 0x04
INPUT 28 Inct max FLOAT NONE FLOAT NONE Not available if 2200FZ 0.000 ~ 9999.999k A 0x04
INPUT 30 V2 FLOAT NONE FLOAT NONE 0.000 ~ 9999.999k V 0x04
INPUT 32 I2 FLOAT NONE FLOAT NONE 0.000 ~ 999.999k A 0x04
INPUT 34 Van Frequency (PT#1) FLOAT NONE FLOAT NONE 0.000 ~ 78.000 Hz 0x04
INPUT 36 Vgpt max FLOAT NONE FLOAT NONE 0.000 ~ 9999.999k V 0x04
INPUT 38 P3Φ (Three-Phase Active Power) FLOAT NONE FLOAT NONE -9999.999M ~ +9999.999M W 0x04
INPUT 40 Q3Φ (Three-Phase Reactive Power) FLOAT NONE FLOAT NONE -9999.999M ~ +9999.999M VAr 0x04
INPUT 42 rP3Φ (Three-Phase Reverse Active Power) FLOAT NONE FLOAT NONE -9999.999M ~ +9999.999M W 0x04
INPUT 44 rQ3Φ (Three-Phase Reverse Reactive Power) FLOAT NONE FLOAT NONE -9999.999M ~ +9999.999M VAr 0x04
INPUT 46 PF3Φ FLOAT NONE FLOAT NONE -1.000 ~ +1.000 - 0x04
INPUT 48 P TotWh FLOAT NONE FLOAT NONE 0.000 ~ 99.999G Wh 0x04
INPUT 50 Q TotVArh FLOAT NONE FLOAT NONE 0.000 ~ 99.999G VArh 0x04
INPUT 52 rP TotWh FLOAT NONE FLOAT NONE 0.000 ~ 99.999G Wh 0x04
INPUT 54 %Q FLOAT NONE FLOAT NONE 0.00 ~ 150.00% % 0x04
HOLDING 0 CT Ratio: Primary FLOAT NONE FLOAT NONE 5 ~ 9999 A 0x03
HOLDING 2 PT Ratio: Primary FLOAT NONE FLOAT NONE 55 ~ 999.999k V 0x03
HOLDING 4 NCT Ratio: Primary FLOAT NONE FLOAT NONE 5 ~ 9999 A 0x03
HOLDING 6 NCT Ratio: Secondary FLOAT NONE FLOAT NONE 5 (Fixed value) A 0x03
HOLDING 500 MAX Vgpt FLOAT NONE FLOAT NONE A value of 0 is written at initialization(RESET). 0.000 ~ 9999.999k V 0x03, 0x10
HOLDING 502 MAX Inct FLOAT NONE FLOAT NONE A value of 0 is written at initialization(RESET). 0.000 ~ 999.999k A 0x03, 0x10
HOLDING 504 P TotWh FLOAT NONE FLOAT NONE A value of 0 is written at initialization(RESET). 0.000 ~ 99.999G Wh 0x03, 0x10
HOLDING 506 Q TotVArh FLOAT NONE FLOAT NONE A value of 0 is written at initialization(RESET). 0.000 ~ 99.999G VArh 0x03, 0x10
HOLDING 508 rP TotWh FLOAT NONE FLOAT NONE A value of 0 is written at initialization(RESET). 0.000 ~ 99.999G Wh 0x03, 0x10
HOLDING 1000 Equipment operating time UINT32 NONE UINT32 NONE A value of 0 is written at initialization(RESET). 0 ~ 232 -1 hour 0x03, 0x10
HOLDING 1002 CB#1 energizing time UINT32 NONE UINT32 NONE A value of 0 is written at initialization(RESET). 0 ~ 232 -1 hour 0x03, 0x10
HOLDING 3000 Number of CB#1 operations UINT16 NONE UINT16 NONE A value of 0 is written at initialization(RESET). 0 ~ 65535 0x03, 0x06, 0x10
HOLDING 6000 Timesync: year UINT16 BOTH BCD(Binary-coded decimal) used. For exemple) 2017 year: 0x2017 UINT16 BOTH 0x2000 ~ 0x2099 0x10
HOLDING 6001 Timesync: month UINT16 BOTH BCD(Binary-coded decimal) used. For exemple) 9 month: 0x0009 UINT16 BOTH 0x0001 ~ 0x0012 0x10
HOLDING 6002 Timesync: day UINT16 BOTH BCD(Binary-coded decimal) used. For exemple) 25 day: 0x0025 UINT16 BOTH 0x0001 ~ 0x0031 0x10
Time synchronization requires
HOLDING 6003 Timesync: hour UINT16 BOTH BCD(Binary-coded decimal) used. For exemple) 14 hour: 0x0014 UINT16 BOTH 0x0000 ~ 0x0023 0x10
7 words to be written at once.
HOLDING 6004 Timesync: minute UINT16 BOTH BCD(Binary-coded decimal) used. For exemple) 47 minute: 0x0047 UINT16 BOTH 0x0000 ~ 0x0059 0x10
HOLDING 6005 Timesync: second UINT16 BOTH BCD(Binary-coded decimal) used. For exemple) 44 second: 0x0044 UINT16 BOTH 0x0000 ~ 0x0059 0x10
HOLDING 6006 Timesync: milli second UINT16 BOTH BCD(Binary-coded decimal) used. For exemple) 514 mill second: 0x0514 UINT16 BOTH 0x0000 ~ 0x0999 0x10
GIPAM2200-DG MODBUS Point Map
Ver 01.00
MODBUS REGISTER DESCRIPTION
DATA TYPE AUTHORITY REMARK RANGE UNIT FUNCTION CODE
TYPE ADDRESS NAME 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
COIL 0 CB#1 Close select NONE REMOTE 0xFF00: Execution SBO Timeout: Fixed at 5 seconds 0x05
COIL 1 CB#1 Close operate NONE REMOTE 0xFF00: Execution SBO Timeout: Fixed at 5 seconds 0x05
COIL 2 CB#1 Open select NONE REMOTE 0xFF00: Execution SBO Timeout: Fixed at 5 seconds 0x05
COIL 3 CB#1 Open operate NONE REMOTE 0xFF00: Execution SBO Timeout: Fixed at 5 seconds 0x05
COIL 4 Control Contact#01 Pulse-out select NONE REMOTE 0xFF00: Execution. CC ON control can be used only in Pulse-out setting. SBO Timeout: Fixed at 5 seconds 0x05
COIL 5 Control Contact#01 Pulse-out operate NONE REMOTE 0xFF00: Execution. CC ON control can be used only in Pulse-out setting. SBO Timeout: Fixed at 5 seconds 0x05
COIL 8 Control Contact#02 Pulse-out select NONE REMOTE 0xFF00: Execution. CC ON control can be used only in Pulse-out setting. SBO Timeout: Fixed at 5 seconds 0x05
COIL 9 Control Contact#02 Pulse-out operate NONE REMOTE 0xFF00: Execution. CC ON control can be used only in Pulse-out setting. SBO Timeout: Fixed at 5 seconds 0x05
COIL 12 Control Contact#03 Pulse-out select NONE REMOTE 0xFF00: Execution. CC ON control can be used only in Pulse-out setting. SBO Timeout: Fixed at 5 seconds 0x05
COIL 13 Control Contact#03 Pulse-out operate NONE REMOTE 0xFF00: Execution. CC ON control can be used only in Pulse-out setting. SBO Timeout: Fixed at 5 seconds 0x05
COIL 16 Control Contact#04 Pulse-out select NONE REMOTE 0xFF00: Execution. CC ON control can be used only in Pulse-out setting. SBO Timeout: Fixed at 5 seconds 0x05
COIL 17 Control Contact#04 Pulse-out operate NONE REMOTE 0xFF00: Execution. CC ON control can be used only in Pulse-out setting. SBO Timeout: Fixed at 5 seconds 0x05
COIL 1000 Fault Reset NONE REMOTE 0xFF00: Execution 0x05
COIL 1001 Energy Reset NONE REMOTE 0xFF00: Execution 0x05
COIL 1002 Event Record Clear NONE REMOTE 0xFF00: Execution 0x05
COIL 1003 Fault Record Clear NONE REMOTE 0xFF00: Execution 0x05
COIL 1004 All Data Clear NONE REMOTE 0xFF00: Execution 0x05
INPUT 0 DI status UINT16 NONE Pick up **TimeSync DiagErr P/F ***F/R *R/L DI#06 DI#05 DI#04 DI#03 DI#02 DI#01 *R/L - 0: Local, 1: Remote, **TimeSync - 1: Not Sync, ***F/R(Power factor) - 0: Forward, 1: 0x04
INPUT 1 DO status UINT16 NONE DO#09 DO#08 DO#07 DO#06 DO#05 DO#04 DO#03 DO#02 DO#01 0x04
INPUT 2 OP status #1 UINT16 NONE 81R_#1 67ND 67NI 59_#1_C 59_#1_B 59_#1_A 59_#2_C 59_#2_B 59_#2_A 27_#1_C 27_#1_B 0x04
INPUT 3 OP status #2 UINT16 NONE 27_#1_A 27_#2_C 27_#2_B 27_#2_A 50N_#1 50N_#2 51N_#1 50_#1_C 50_#1_B 50_#1_A 50_#2_C 50_#2_B 50_#2_A 51_#1_C 51_#1_B 51_#1_A 0x04
INPUT 4 OP status #3 UINT16 NONE 67D_#1_C 67D_#1_B 67D_#1_A 67I_#1_C 67I_#1_B 67I_#1_A PTF(60F) CBF(50BF) 25 46_#1 0x04
INPUT 5 OP status #4 UINT16 NONE 46_#2 49 32Q_#1_C32Q_#1_B32Q_#1_A 37P_#1 32P_#1_F 32P_#1_R 81O_#1 81U_#1 0x04
INPUT 6 Van FLOAT NONE 0.000 ~ 9999.999k V 0x04
INPUT 8 Vbn FLOAT NONE 0.000 ~ 9999.999k V 0x04
INPUT 10 Vcn FLOAT NONE 0.000 ~ 9999.999k V 0x04
INPUT 12 Vab FLOAT NONE 0.000 ~ 9999.999k V 0x04
INPUT 14 Vbc FLOAT NONE 0.000 ~ 9999.999k V 0x04
INPUT 16 Vca FLOAT NONE 0.000 ~ 9999.999k V 0x04
INPUT 18 Vgpt (PT#4) or 3V0 FLOAT NONE 3V0 when 67NI or 67ND voltage input is Vertor Sum. Otherwise Vgpt 0.000 ~ 9999.999k V 0x04
INPUT 20 Reserved - -
INPUT 21 Reserved - -
INPUT 22 Ia FLOAT NONE 0.000 ~ 999.999k A 0x04
INPUT 24 Ib FLOAT NONE 0.000 ~ 999.999k A 0x04
INPUT 26 Ic FLOAT NONE 0.000 ~ 999.999k A 0x04
INPUT 28 Inct (CT#4) FLOAT NONE 0.000 ~ 9999.999k A 0x04
INPUT 30 Inct max FLOAT NONE 0.000 ~ 9999.999k A 0x04
INPUT 32 Reserved - -
INPUT 33 Reserved - -
INPUT 34 I2 FLOAT NONE 0.000 ~ 9999.999k A 0x04
INPUT 36 Van Frequency (PT#1) FLOAT NONE 0.000 ~ 78.000 Hz 0x04
INPUT 38 Reserved - -
INPUT 39 Reserved - -
INPUT 40 P3Φ (Three-Phase Active Power) FLOAT NONE -9999.999M ~ +9999.999M W 0x04
INPUT 42 Q3Φ (Three-Phase Reactive Power) FLOAT NONE -9999.999M ~ +9999.999M Var 0x04
INPUT 44 rP3Φ (Three-Phase Reverse Active Power) FLOAT NONE -9999.999M ~ +9999.999M W 0x04
INPUT 46 rQ3Φ (Three-Phase Reverse Reactive Power) FLOAT NONE -9999.999M ~ +9999.999M Var 0x04
INPUT 48 PF3Φ FLOAT NONE -1.000 ~ +1.000 - 0x04
INPUT 50 P TotWh FLOAT NONE 0.000 ~ 99.999G Wh 0x04
INPUT 52 Q TotVArh FLOAT NONE 0.000 ~ 99.999G VArh 0x04
INPUT 54 rP TotWh FLOAT NONE 0.000 ~ 99.999G Wh 0x04
INPUT 56 %Q FLOAT NONE 0.00 ~ 150.00% % 0x04
INPUT 58 Reserved - -
INPUT 59 Reserved - -
INPUT 60 Reserved - -
INPUT 61 Reserved - -
INPUT 62 Reserved - -
INPUT 63 Reserved - -
INPUT 64 Reserved - -
INPUT 65 Reserved - -
INPUT 66 Reserved - -
INPUT 67 Reserved - -
INPUT 68 Reserved - -
INPUT 69 Reserved - -
INPUT 70 Reserved - -
INPUT 71 Reserved - -
INPUT 72 Reserved - -
INPUT 73 Reserved - -
INPUT 74 Reserved - -
INPUT 75 Reserved - -
INPUT 76 Reserved - -
INPUT 77 Reserved - -
INPUT 78 Reserved - -
INPUT 79 Reserved - -
INPUT 80 Reserved - -
INPUT 81 Reserved - -
INPUT 82 Reserved - -
INPUT 83 Reserved - -
INPUT 84 Reserved - -
INPUT 85 Reserved - -
INPUT 86 MAX Vgpt or MAX 3V0 FLOAT NONE 3V0 MAX when 67NI or 67ND zero phase voltage input is Vertor Sum. Otherwise Vgpt MAX. 0.000 ~ 9999.999k V 0x04
HOLDING 0 CT Ratio: Primary FLOAT NONE 5 ~ 9999 A 0x03
HOLDING 2 PT Ratio: Primary FLOAT NONE 55 ~ 999.999k V 0x03
HOLDING 4 NCT Ratio: Primary FLOAT NONE 5 ~ 9999 A 0x03
HOLDING 500 MAX Inct FLOAT NONE A value of 0 is written at initialization(RESET). 0.000 ~ 999.999k A 0x03, 0x10
HOLDING 502 P TotWh FLOAT NONE A value of 0 is written at initialization(RESET). 0.000 ~ 99.999G Wh 0x03, 0x10
HOLDING 504 Q TotVArh FLOAT NONE A value of 0 is written at initialization(RESET). 0.000 ~ 99.999G VArh 0x03, 0x10
HOLDING 506 rP TotWh FLOAT NONE A value of 0 is written at initialization(RESET). 0.000 ~ 99.999G Wh 0x03, 0x10
HOLDING 508 Reserved - -
HOLDING 509 Reserved - -
HOLDING 510 Reserved - -
HOLDING 511 Reserved - -
HOLDING 512 Reserved - -
HOLDING 513 Reserved - -
HOLDING 514 %Q FLOAT NONE A value of 0 is written at initialization(RESET). 0.00 ~ 150.00 % 0x03, 0x10
3V0 MAX when 67NI or 67ND zero phase voltage input is Vertor Sum. Otherwise Vgpt MAX.
HOLDING 516 MAX Vgpt or MAX 3V0 FLOAT NONE 0.000 ~ 9999.999k V 0x03, 0x10
A value of 0 is written at initialization(RESET).
HOLDING 1000 Equipment operating time UINT32 NONE A value of 0 is written at initialization(RESET). 0 ~ 232 -1 hour 0x03, 0x10
HOLDING 1002 CB#1 energizing time UINT32 NONE A value of 0 is written at initialization(RESET). 0 ~ 232 -1 hour 0x03, 0x10
HOLDING 3000 Number of CB#1 operations UINT16 NONE A value of 0 is written at initialization(RESET). 0 ~ 65535 0x03, 0x06, 0x10
HOLDING 6000 Timesync: year UINT16 BOTH BCD(Binary-coded decimal) used. For exemple) 2017 year: 0x2017 0x2000 ~ 0x2099 0x10
HOLDING 6001 Timesync: month UINT16 BOTH BCD(Binary-coded decimal) used. For exemple) 9 month: 0x0009 0x0001 ~ 0x0012 0x10
HOLDING 6002 Timesync: day UINT16 BOTH BCD(Binary-coded decimal) used. For exemple) 25 day: 0x0025 0x0001 ~ 0x0031 0x10
Time synchronization requires
HOLDING 6003 Timesync: hour UINT16 BOTH BCD(Binary-coded decimal) used. For exemple) 14 hour: 0x0014 0x0000 ~ 0x0023 0x10
7 words to be written at once.
HOLDING 6004 Timesync: minute UINT16 BOTH BCD(Binary-coded decimal) used. For exemple) 47 minute: 0x0047 0x0000 ~ 0x0059 0x10
HOLDING 6005 Timesync: second UINT16 BOTH BCD(Binary-coded decimal) used. For exemple) 44 second: 0x0044 0x0000 ~ 0x0059 0x10
HOLDING 6006 Timesync: milli second UINT16 BOTH BCD(Binary-coded decimal) used. For exemple) 514 mill second: 0x0514 0x0000 ~ 0x0999 0x10
GIPAM2200-IG MODBUS Point Map
Ver 01.00
MODBUS REGISTER DESCRIPTION
DATA TYPE AUTHORITY REMARK RANGE UNIT FUNCTION CODE
TYPE ADDRESS NAME 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
COIL 0 CB#1 Close select NONE REMOTE 0xFF00: Execution SBO Timeout: Fixed at 5 seconds 0x05
COIL 1 CB#1 Close operate NONE REMOTE 0xFF00: Execution SBO Timeout: Fixed at 5 seconds 0x05
COIL 2 CB#1 Open select NONE REMOTE 0xFF00: Execution SBO Timeout: Fixed at 5 seconds 0x05
COIL 3 CB#1 Open operate NONE REMOTE 0xFF00: Execution SBO Timeout: Fixed at 5 seconds 0x05
COIL 4 Control Contact#01 Pulse-out select NONE REMOTE 0xFF00: Execution. CC ON control can be used only in Pulse-out setting. SBO Timeout: Fixed at 5 seconds 0x05
COIL 5 Control Contact#01 Pulse-out operate NONE REMOTE 0xFF00: Execution. CC ON control can be used only in Pulse-out setting. SBO Timeout: Fixed at 5 seconds 0x05
COIL 8 Control Contact#02 Pulse-out select NONE REMOTE 0xFF00: Execution. CC ON control can be used only in Pulse-out setting. SBO Timeout: Fixed at 5 seconds 0x05
COIL 9 Control Contact#02 Pulse-out operate NONE REMOTE 0xFF00: Execution. CC ON control can be used only in Pulse-out setting. SBO Timeout: Fixed at 5 seconds 0x05
COIL 12 Control Contact#03 Pulse-out select NONE REMOTE 0xFF00: Execution. CC ON control can be used only in Pulse-out setting. SBO Timeout: Fixed at 5 seconds 0x05
COIL 13 Control Contact#03 Pulse-out operate NONE REMOTE 0xFF00: Execution. CC ON control can be used only in Pulse-out setting. SBO Timeout: Fixed at 5 seconds 0x05
COIL 16 Control Contact#04 Pulse-out select NONE REMOTE 0xFF00: Execution. CC ON control can be used only in Pulse-out setting. SBO Timeout: Fixed at 5 seconds 0x05
COIL 17 Control Contact#04 Pulse-out operate NONE REMOTE 0xFF00: Execution. CC ON control can be used only in Pulse-out setting. SBO Timeout: Fixed at 5 seconds 0x05
COIL 1000 Fault Reset NONE REMOTE 0xFF00: Execution 0x05
COIL 1001 Energy Reset NONE REMOTE 0xFF00: Execution 0x05
COIL 1002 Event Record Clear NONE REMOTE 0xFF00: Execution 0x05
COIL 1003 Fault Record Clear NONE REMOTE 0xFF00: Execution 0x05
COIL 1004 All Data Clear NONE REMOTE 0xFF00: Execution 0x05
*R/L - 0: Local, 1: Remote, **TimeSync - 1: Not Sync, ***F/R(Power factor) - 0: Forward, 1:
INPUT 0 DI status UINT16 NONE Pick up **TimeSync DiagErr P/F ***F/R *R/L DI#06 DI#05 DI#04 DI#03 DI#02 DI#01 0x04
Reverse
INPUT 1 DO status UINT16 NONE DO#09 DO#08 DO#07 DO#06 DO#05 DO#04 DO#03 DO#02 DO#01 0x04
INPUT 2 OP status #1 UINT16 NONE 59_#1_C 59_#1_B 59_#1_A 59_#2_C 59_#2_B 59_#2_A 27_#1_C 27_#1_B 0x04
INPUT 3 OP status #2 UINT16 NONE 27_#1_A 27_#2_C 27_#2_B 27_#2_A 50N_#1 50N_#2 51N_#1 50_#1_C 50_#1_B 50_#1_A 50_#2_C 50_#2_B 50_#2_A 51_#1_C 51_#1_B 51_#1_A 0x04
INPUT 4 OP status #3 UINT16 NONE PTF(60F) CBF(50BF) 25 46_#1 0x04
INPUT 5 OP status #4 UINT16 NONE 46_#2 49 32Q_#1_C32Q_#1_B32Q_#1_A 37P_#1 32P_#1_F 32P_#1_R 81O_#1 81U_#1 0x04
INPUT 6 Van FLOAT NONE 0.000 ~ 9999.999k V 0x04
INPUT 8 Vbn FLOAT NONE 0.000 ~ 9999.999k V 0x04
INPUT 10 Vcn FLOAT NONE 0.000 ~ 9999.999k V 0x04
INPUT 12 Vab FLOAT NONE 0.000 ~ 9999.999k V 0x04
INPUT 14 Vbc FLOAT NONE 0.000 ~ 9999.999k V 0x04
INPUT 16 Vca FLOAT NONE 0.000 ~ 9999.999k V 0x04
INPUT 18 Vaux (PT#5) FLOAT NONE 0.000 ~ 9999.999k V 0x04
INPUT 20 Reserved - -
INPUT 21 Reserved - -
INPUT 22 Ia FLOAT NONE 0.000 ~ 999.999k A 0x04
INPUT 24 Ib FLOAT NONE 0.000 ~ 999.999k A 0x04
INPUT 26 Ic FLOAT NONE 0.000 ~ 999.999k A 0x04
INPUT 28 Inct (CT#4) FLOAT NONE 0.000 ~ 9999.999k A 0x04
INPUT 30 Inct max FLOAT NONE 0.000 ~ 9999.999k A 0x04
INPUT 32 Reserved - -
INPUT 33 Reserved - -
INPUT 34 I2 FLOAT NONE 0.000 ~ 9999.999k A 0x04
INPUT 36 Van Frequency (PT#1) FLOAT NONE 0.000 ~ 78.000 Hz 0x04
INPUT 38 Reserved - -
INPUT 39 Reserved - -
INPUT 40 P3Φ (Three-Phase Active Power) FLOAT NONE -9999.999M ~ +9999.999M W 0x04
INPUT 42 Q3Φ (Three-Phase Reactive Power) FLOAT NONE -9999.999M ~ +9999.999M Var 0x04
INPUT 44 rP3Φ (Three-Phase Reverse Active Power) FLOAT NONE -9999.999M ~ +9999.999M W 0x04
INPUT 46 rQ3Φ (Three-Phase Reverse Reactive Power) FLOAT NONE -9999.999M ~ +9999.999M Var 0x04
INPUT 48 PF3Φ FLOAT NONE -1.000 ~ +1.000 - 0x04
INPUT 50 P TotWh FLOAT NONE 0.000 ~ 99.999G Wh 0x04
INPUT 52 Q TotVArh FLOAT NONE 0.000 ~ 99.999G VArh 0x04
INPUT 54 rP TotWh FLOAT NONE 0.000 ~ 99.999G Wh 0x04
INPUT 56 %Q FLOAT NONE 0.00 ~ 150.00% % 0x04
HOLDING 0 CT Ratio: Primary FLOAT NONE 5 ~ 9999 A 0x03
HOLDING 2 PT Ratio: Primary FLOAT NONE 55 ~ 999.999k V 0x03
HOLDING 4 NCT Ratio: Primary FLOAT NONE 5 ~ 9999 A 0x03
HOLDING 500 MAX Inct FLOAT NONE A value of 0 is written at initialization(RESET). 0.000 ~ 999.999k A 0x03, 0x10
HOLDING 502 P TotWh FLOAT NONE A value of 0 is written at initialization(RESET). 0.000 ~ 99.999G Wh 0x03, 0x10
HOLDING 504 Q TotVArh FLOAT NONE A value of 0 is written at initialization(RESET). 0.000 ~ 99.999G VArh 0x03, 0x10
HOLDING 506 rP TotWh FLOAT NONE A value of 0 is written at initialization(RESET). 0.000 ~ 99.999G Wh 0x03, 0x10
HOLDING 508 Reserved - -
HOLDING 509 Reserved - -
HOLDING 510 Reserved - -
HOLDING 511 Reserved - -
HOLDING 512 Reserved - -
HOLDING 513 Reserved - -
HOLDING 514 %Q FLOAT NONE A value of 0 is written at initialization(RESET). 0.00 ~ 150.00 % 0x03, 0x10
HOLDING 1000 Equipment operating time UINT32 NONE A value of 0 is written at initialization(RESET). 0 ~ 232 -1 hour 0x03, 0x10
HOLDING 1002 CB#1 energizing time UINT32 NONE A value of 0 is written at initialization(RESET). 0 ~ 232 -1 hour 0x03, 0x10
HOLDING 3000 Number of CB#1 operations UINT16 NONE A value of 0 is written at initialization(RESET). 0 ~ 65535 0x03, 0x06, 0x10
HOLDING 6000 Timesync: year UINT16 BOTH BCD(Binary-coded decimal) used. For exemple) 2017 year: 0x2017 0x2000 ~ 0x2099 0x10
HOLDING 6001 Timesync: month UINT16 BOTH BCD(Binary-coded decimal) used. For exemple) 9 month: 0x0009 0x0001 ~ 0x0012 0x10
HOLDING 6002 Timesync: day UINT16 BOTH BCD(Binary-coded decimal) used. For exemple) 25 day: 0x0025 0x0001 ~ 0x0031 0x10
Time synchronization requires
HOLDING 6003 Timesync: hour UINT16 BOTH BCD(Binary-coded decimal) used. For exemple) 14 hour: 0x0014 0x0000 ~ 0x0023 0x10
7 words to be written at once.
HOLDING 6004 Timesync: minute UINT16 BOTH BCD(Binary-coded decimal) used. For exemple) 47 minute: 0x0047 0x0000 ~ 0x0059 0x10
HOLDING 6005 Timesync: second UINT16 BOTH BCD(Binary-coded decimal) used. For exemple) 44 second: 0x0044 0x0000 ~ 0x0059 0x10
Time synchronization requires
7 words to be written at once.
HOLDING 6006 Timesync: milli second UINT16 BOTH BCD(Binary-coded decimal) used. For exemple) 514 mill second: 0x0514 0x0000 ~ 0x0999 0x10