+ All Categories
Home > Documents > MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR...

MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR...

Date post: 22-Jan-2021
Category:
Upload: others
View: 2 times
Download: 0 times
Share this document with a friend
54
MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR Series GDR-A01, GDR-B01, GDR-C01, GDR-D01, GDR-E01, GDR-F01, GDR-F02, GDR-P01, GDR-JD01, GDR-AB01, GDR-CD01, GDR-ACD01, GDR-AEF01, GDR-CDE01, GDR-HG01, GDR-AB02, GDR-TH03/05/07/09 Rev Date : 2011-05-06 Version : 1.60
Transcript
Page 1: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

MODBUS PROTOCOL &MEMORY MAP DOCUMENT

GDR Series

GDR-A01, GDR-B01, GDR-C01, GDR-D01, GDR-E01, GDR-F01,GDR-F02, GDR-P01, GDR-JD01, GDR-AB01, GDR-CD01, GDR-ACD01, GDR-AEF01, GDR-CDE01, GDR-HG01, GDR-AB02, GDR-TH03/05/07/09

Rev Date : 2011-05-06 Version : 1.60

Page 2: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 2 / 31

Information in this document is subject to change without notice. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical, for any purpose without the express written permission of Kyong Bo Co., Ltd.

For further information, contact:

Kyong Bo Co, Ltd. Tel:+82-2-465-1138

5, Seongsuil-ro 12ga-gil, Fax:+82-2-465-1333

Sungdong Gu, Seoul, 04792, Korea http://www.kyongbo.co.kr

Page 3: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 3 / 31

TABLE OF CONTENTS

1.2.3.4.5.6.7.8.

Scope ··············································································· Applicable Document ·····························································Register Types ·····································································Functions and message parsing ··················································Exception Responses ·····························································Data Formats ······································································Communication Configuration ···················································Register Map ········································································8.1 GDR-A01 ···········································································8.2 GDR-B01 ···········································································8.3 GDR-C01 ···········································································8.4 GDR-D01 ···········································································8.5 GDR-E01 ···········································································8.6 GDR-F01 ···········································································8.7 GDR-F02 ···········································································8.8 GDR-JD01 ··········································································8.9 GDR-AB01 ·········································································8.10 GDR-CD01 ········································································8.11 GDR-ACD01 ······································································8.12 GDR-AEF01 ·······································································8.13 GDR-CDE01 ······································································8.14 GDR-P01 ··········································································8.15 GDR-HG01 ········································································8.16 GDR-AB02 ········································································8.17 GDR-TH03/05/07/09 ······························································

4444555668

101214161820232831353943474953

Page 4: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 4 / 31

1. ScopeThis document describes the Modbus RTU register map for the GDRSeries

2. Applicable DocumentModicon Modbus Protocol Reference GuideDWG#:PI-MBUS-300 Rev.E

This document describes the Modicon Modbus RTU communication protocol used by the GDRSeries

The device configuration parameters, such as baud rate, is only accessible via debug port on the device.Because MODBUS is a multidrop network, the operator is responsible to make sure no 2 devices have the

same ID on the network, The device ID can range from 1 ~ 254 only.

3. Register Types The registers are mapped in order listed below.

Register Type CategoryFunction

CodeStart

AddressUse/Contents Access

Input Registers Fixed Value Registers 0x03(03) 0000Fixed data reported by the

deviceR/O

Input RegistersDynamic Value

Registers0x04(04)

1000 Metering data

R/O1100 Status data

Set-point Registers Setting Registers 1200 Device ConfigurationReport Registers Fault Registers 1300 Fault data

Coil Registers Coil Command Registers 0x05(05) 2000Command coils used for

activationW/O

Set-point Registers Setting Registers0x06(06) 3000 Device Setting 주2) W/O0x10(16) 4000 Device Configuration W/O

4. Functions and message parsing GDRSeries supports a subset of Modbus commands. All the supported commands are listed below.

Function Code Modbus Definition KyongBo Definition Register Groups

0x03 03Read Holding

RegistersRead Actual Values of Set-points

Set-point & Control registers andfixed values

0x04 04 Read Input RegistersRead Actual Values of Set-points,

values of Multiple Set-pointsDynamic values, events,

Set-point registers fault and reports0x05 05 Force Single Coil Execute Operation Coil registers0x06 06 Preset Single Register Program Set-points Set-point registers

0x10 16Preset Multiple

RegisterProgram Multiple Set-points Set-point registers

Page 5: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 5 / 31

5. Exception ResponsesWhen a system host command received by a GDRSeries cannot be performed,

it replies with an error code.01- illegal function02- illegal register address03- illegal data value04- slave device failure05- acknowledge long duration command06- busy servicing another long duration command07- negative acknowledge08- invalid report index

6. Data FormatsFormat Description Etc.ASCII 16bits assigned ASCII Ex) '1'->0x0031

INT16U 0~65535Bit Struct 16bits Bit Structure

7. Communication Configuration

Operation Half-Duplex (2-wire)Interface RS-232, RS-485

BaudRS-232 19200RS-485 300, 600, 1200, 2400, 4800, 9600, 19200

Protocol Modbus RTUData Bit 8 bitStop Bit 1 bit

Parity Bit None(0)

[*Attention*] 통신 인터벌 시간이 최소 시간을 50ms 로 설정 하십시오! 통신 인터벌 시간이 최소 시간보다 짧을 시 계전기 Protection 연산 알고리즘

처리에 영향을 줄 수 있음으로 통신 인터벌 시간을 최소 50ms 이상으로 설

정하시고 통신을 하십시요!

Page 6: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 6 / 31

8.1 GDR-A01 Register MapAddress

(dec)FuncCode Description Range Access Format Units

Device Identity0000 0x03 Unit Address 1 ~ 254 R/O INT16U --

0001~11 0x03 Device Type 11 characters "GDR-A01 " R/O ASCII --

0012~15 0x03 S/W Version 4 characters R/O ASCII

0016 ~19 0x03 Password 0 ~ 9 R/O INT16U

0020 ~ ReservedMeasurement1000 0x04 Phase Current RMS 0~65.535 R/O INT16U kA

1001 ~ ReservedStatus

1100 0x04 Self-Diagnosis

Bit0:Power Fail1:CPU WatchDog2:Memory3:Setting4~15:Reserved

Fail(1),OK(0)Fail(1),OK(0)Fail(1),OK(0)Fail(1),OK(0)

R/O Bit Struct --

1101 0x04 Protection

Bit:0: OCR START1: TOCR OP2: IOCR OP3~15:Reserved

Start(1),NOP(0)OP(1),NOP(0)OP(1),NOP(0)

R/O Bit Struct --

1102 ~ ReservedDevice Configuration

1200 0x04

TOCR

Curve Off(0), NI(1), VI(2), EI(3),LI(4), DT(5), KVI(6), KNI(7) R/O INT16U --

1201 0x04 Pickup 20 ~ 125 (1step) R/O INT16U 0.1A1202 0x04 Time Dial 1 ~ 100 (1step) R/O INT16U 0.11203 0x04 DT Time 4 ~ 6000 (1step) R/O INT16U 10msec1204 0x04

IOCRMode Off(0), Inst.(1), DT(2) R/O INT16U --

1205 0x04 Pickup 10 ~ 90 (1step) R/O INT16U 0.1A1206 0x04 DT Time 4 ~ 6000 (1step) R/O INT16U 10msec1207 0x04 Frequency 50Hz(0)/60Hz(1) R/O INT16U --1208 0x04 CT Ratio Phase 5 ~10000(5step) R/O INT16U :5

1209 0x04

Trip Out

T/S1Contact Off(0), PROT_OR(1),

IOCR(2), TOCR(3) R/O INT16U --

1210 0x04 Reset Self(0), Manual(1) R/O INT16U --1211 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1212 0x04T/S2

Contact Off(0), PROT_OR(1),IOCR(2), TOCR(3) R/O INT16U --

1213 0x04 Reset Self(0), Manual(1) R/O INT16U --1214 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1215 0x04T/S3

Contact Off(0), PROT_OR(1),IOCR(2), TOCR(3) R/O INT16U --

1216 0x04 Reset Self(0), Manual(1) R/O INT16U --1217 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1218 0x04T/S4

Contact Off(0), PROT_OR(1),IOCR(2), TOCR(3) R/O INT16U --

1219 0x04 Reset Self(0), Manual(1) R/O INT16U --1220 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1221 0x04T/S5

Contact Off(0), PROT_OR(1),IOCR(2), TOCR(3) R/O INT16U --

1222 0x04 Reset Self(0), Manual(1) R/O INT16U --1223 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

Page 7: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 7 / 31

Address(dec)

FuncCode Description Range Access Format Units

1224 0x04MODBUS

Baudrate 300(0), 600(1), 1200(2), 2400(3), 4800(4), 9600(5), 19200(6) R/O INT16U --

1225 0x04 Address 1~254(1step) R/O INT16U --

1226 ~ ReservedFault1300 0x04 Fault Count 0 ~ 65535 R/O INT16U times

1301 0x04 Fault Type None(0),TOCR(1),IOCR (2) R/O INT16U --

1302 0x04 Fault Time 1 ~ R/O INT16U msec.

1303 0x04 Ia 0 ~65535 R/O INT16U 0.1A

1304 ~ ReservedControl(BO)2000 0x05 Remote Reset FF00 only W/O -- --

2001 0x05 Fault Data Clear FF00 only W/O -- --

2002 ~ 0x05 ReservedDevice Configuration

4000 0x10

TOCR

Curve Off(0), NI(1), VI(2), EI(3),LI(4), DT(5), KVI(6), KNI(7) W/O INT16U --

4001 0x10 Pickup 20 ~ 125 (1step) W/O INT16U 0.1A4002 0x10 Time Dial 1 ~ 100 (1step) W/O INT16U 0.14003 0x10 DT Time 4 ~ 6000 (1step) W/O INT16U 10msec4004 0x10

IOCRMode Off(0), Inst.(1), DT(2) W/O INT16U --

4005 0x10 Pickup 10 ~ 90 (1step) W/O INT16U A4006 0x10 DT Time 4 ~ 6000 (1step) W/O INT16U 10msec4007 0x10 Frequency 50Hz(0)/60Hz(1) W/O INT16U --4008 0x10 CT Ratio Phase 5 ~10000(5step) W/O INT16U :5

4009 0x10

Trip Out

T/S1

Contact Off(0), PROT_OR(1),IOCR(2), TOCR(3) W/O INT16U --

4010 0x10 Reset Self(0), Manual(1) W/O INT16U --

4011 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4012 0x10

T/S2

Contact Off(0), PROT_OR(1),IOCR(2), TOCR(3) W/O INT16U --

4013 0x10 Reset Self(0), Manual(1) W/O INT16U --

4014 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4015 0x10

T/S3

Contact Off(0), PROT_OR(1),IOCR(2), TOCR(3) W/O INT16U --

4016 0x10 Reset Self(0), Manual(1) W/O INT16U --

4017 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4018 0x10

T/S4

Contact Off(0), PROT_OR(1),IOCR(2), TOCR(3) W/O INT16U --

4019 0x10 Reset Self(0), Manual(1) W/O INT16U --

4020 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4021 0x10

T/S5

Contact Off(0), PROT_OR(1),IOCR(2), TOCR(3) W/O INT16U --

4022 0x10 Reset Self(0), Manual(1) W/O INT16U --

4023 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4024 0x10MODBUS

Baudrate 300(0), 600(1), 1200(2), 2400(3), 4800(4), 9600(5), 19200(6) W/O INT16U --

4025 0x10 Address 1~254(1step) W/O INT16U --

4026 ~ Reserved

Page 8: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 8 / 31

8.2 GDR-B01 Register MapAddress

(dec)FuncCode Description Range Access Format Units

Device Identity0000 0x03 Unit Address 1 ~ 254 R/O INT16U --0001~11 0x03 Device Type 11 characters "GDR-B01 " R/O ASCII --0012~15 0x03 S/W Version 4 characters R/O ASCII0016 ~19 0x03 Password 0 ~ 9 R/O INT16U0020 ~ ReservedMeasurement1000 0x04 Ground Current RMS 0~65.535 R/O INT16U kA1001 ~ ReservedStatus

1100 0x04 Self-Diagnosis

Bit0:Power Fail1:CPU WatchDog2:Memory3:Setting4~15:Reserved

Fail(1),OK(0)Fail(1),OK(0)Fail(1),OK(0)Fail(1),OK(0)

R/O Bit Struct --

1101 0x04 Protection

Bit:0: OCGR START1: TOCGR OP2: IOCGR OP3~15:Reserved

Start(1),NOP(0)OP(1),NOP(0)OP(1),NOP(0)

R/O Bit Struct --

1102 ~ ReservedDevice Configuration

1200 0x04

TOCGR

Curve Off(0), NI(1), VI(2), EI(3),LI(4), DT(5), KVI(6), KNI(7) R/O INT16U --

1201 0x04 Pickup 2 ~ 25 (1step) R/O INT16U 0.1A1202 0x04 Time Dial 1 ~ 100 (1step) R/O INT16U 0.11203 0x04 DT Time 4 ~ 6000 (1step) R/O INT16U 10msec1204 0x04

IOCGRMode Off(0), Inst.(1), DT(2) R/O INT16U --

1205 0x04 Pickup 5 ~ 50 (1step) R/O INT16U 0.1A1206 DT Time 4 ~ 6000 (1step) R/O INT16U 10msec1207 0x04 Frequency 50Hz(0)/60Hz(1) R/O INT16U --1208 0x04 CT Ratio Phase 5 ~10000(5step) R/O INT16U :5

1209 0x04

Trip Out

T/S1Contact Off(0), PROT_OR(1),

IOCR(2), TOCR(3) R/O INT16U --

1210 0x04 Reset Self(0), Manual(1) R/O INT16U --1211 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1212 0x04T/S2

Contact Off(0), PROT_OR(1),IOCR(2), TOCR(3) R/O INT16U --

1213 0x04 Reset Self(0), Manual(1) R/O INT16U --1214 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1215 0x04T/S3

Contact Off(0), PROT_OR(1),IOCR(2), TOCR(3) R/O INT16U --

1216 0x04 Reset Self(0), Manual(1) R/O INT16U --1217 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1218 0x04T/S4

Contact Off(0), PROT_OR(1),IOCR(2), TOCR(3) R/O INT16U --

1219 0x04 Reset Self(0), Manual(1) R/O INT16U --1220 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1221 0x04T/S5

Contact Off(0), PROT_OR(1),IOCR(2), TOCR(3) R/O INT16U --

1222 0x04 Reset Self(0), Manual(1) R/O INT16U --1223 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

Page 9: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 9 / 31

Address(dec)

FuncCode Description Range Access Format Units

1224 0x04MODBUS

Baudrate 300(0), 600(1), 1200(2), 2400(3), 4800(4), 9600(5), 19200(6) R/O INT16U --

1225 0x04 Address 1~254(1step) R/O INT16U --

1226 ~ ReservedFault1300 0x04 Fault Count 0 ~ 65535 R/O INT16U times

1301 0x04 Fault Type None(0),TOCGR(1),IOCGR (2) R/O INT16U --

1302 0x04 Fault Time 1 ~ R/O INT16U msec.

1303 0x04 In 0 ~65535 R/O INT16U A

1304 ~ ReservedControl(BO)2000 0x05 Remote Reset FF00 only W/O -- --

2001 0x05 Fault Data Clear FF00 only W/O -- --

2002 ~ 0x05 ReservedDevice Configuration

4000 0x10

TOCGR

Curve Off(0), NI(1), VI(2), EI(3),LI(4), DT(5), KVI(6), KNI(7) W/O INT16U --

4001 0x10 Pickup 2 ~25(1step) W/O INT16U 0.1A

4002 0x10 Time Dial 1 ~100(1step) W/O INT16U 0.1

4003 0x10 DT Time 4 ~ 6000 (1step) W/O INT16U 10msec

4004 0x10

IOCGR

Mode Off(0), Inst.(1), DT(2) W/O INT16U --

4005 0x10 Pickup 5 ~50(1step) W/O INT16U A

4006 0x10 DT Time 4 ~ 6000 (1step) W/O INT16U 10msec

4007 0x10 Frequency 50Hz(0)/60Hz(1) W/O INT16U --

4008 0x10 CT Ratio Phase 5 ~10000(5step) W/O INT16U :5

4009 0x10

Trip Out

T/S1Contact Off(0), PROT_OR(1),

IOCR(2), TOCR(3) W/O INT16U --

4010 0x10 Reset Self(0), Manual(1) W/O INT16U --4011 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4012 0x10T/S2

Contact Off(0), PROT_OR(1),IOCR(2), TOCR(3) W/O INT16U --

4013 0x10 Reset Self(0), Manual(1) W/O INT16U --4014 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4015 0x10T/S3

Contact Off(0), PROT_OR(1),IOCR(2), TOCR(3) W/O INT16U --

4016 0x10 Reset Self(0), Manual(1) W/O INT16U --4017 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4018 0x10T/S4

Contact Off(0), PROT_OR(1),IOCR(2), TOCR(3) W/O INT16U --

4019 0x10 Reset Self(0), Manual(1) W/O INT16U --4020 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4021 0x10T/S5

Contact Off(0), PROT_OR(1),IOCR(2), TOCR(3) W/O INT16U --

4022 0x10 Reset Self(0), Manual(1) W/O INT16U --4023 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4024 0x10MODBUS

Baudrate 300(0), 600(1), 1200(2), 2400(3), 4800(4), 9600(5), 19200(6) W/O INT16U --

4025 0x10 Address 1~254(1step) W/O INT16U --

4026 ~ Reserved

Page 10: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 10 / 31

8.3 GDR-C01 Register MapAddress

(dec)FuncCode Description Range Access Format Units

Device Identity

0000 0x03 Unit Address 1 ~ 254 R/O INT16U --

0001~11 0x03 Device Type 11 characters R/O ASCII --

0012~15 0x03 S/W Version 4 characters R/O ASCII

0016~19 0x03 Password 0 ~ 9 R/O INT16U

0020 ~ Reserved

Measurement

1000 0x04 Phase A Voltage RMS 0~655.35 R/O INT16U kV

1001 ~ Reserved

Status

1100 0x04 Self-Diagnosis

Bit0:Power Fail1:CPU WatchDog2:Memory3:Setting4~15:Reserved

Fail(1),OK(0)Fail(1),OK(0)Fail(1),OK(0)Fail(1),OK(0)

R/O Bit Struct --

1101 0x04 Protection

Bit:0: OVR START1: OVR OP2~15:Reserved

OP(1),NOP(0)OP(1),NOP(0) R/O Bit Struct --

1102 ~ ReservedDevice Configuration1200 0x04

OVR

Curve Off(0), NI(1), DT(2) R/O INT16U --

1201 0x04 Pickup 650 ~ 1650 (25step) R/O INT16U 0.1V

1202 0x04 Time Dial 1 ~ 100 (1step) R/O INT16U 0.1

1203 0x04 DT Time 4 ~ 6000 (1step) R/O INT16U 10msec

1204 0x04 Phase PT Ratio 1~32000(1step) R/O INT16U 0.1

1205 0x04 Frequency 50Hz(0)/60Hz(1) R/O INT16U --

1206 0x04

Trip Out

T/S1

Contact Off(0), OVR(1) R/O INT16U --

1207 0x04 Reset Self(0), Manual(1) R/O INT16U --

1208 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1209 0x04

T/S2

Contact Off(0), OVR(1) R/O INT16U --

1210 0x04 Reset Self(0), Manual(1) R/O INT16U --

1211 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1212 0x04

T/S3

Contact Off(0), OVR(1) R/O INT16U --

1213 0x04 Reset Self(0), Manual(1) R/O INT16U --

1214 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1215 0x04

T/S4

Contact Off(0), OVR(1) R/O INT16U --

1216 0x04 Reset Self(0), Manual(1) R/O INT16U --

1217 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1218 0x04

T/S5

Contact Off(0), OVR(1) R/O INT16U --

1219 0x04 Reset Self(0), Manual(1) R/O INT16U --

1220 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

Page 11: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 11 / 31

Address(dec)

FuncCode Description Range Access Format Units

1221 0x04MODBUS

Baudrate 300(0), 600(1), 1200(2), 2400(3), 4800(4), 9600(5), 19200(6) R/O INT16U --

1222 0x04 Address 1~254(1step) R/O INT16U --

1223 ~ Reserved

Fault

1300 0x04 Fault Count 0 ~ 65535 R/O INT16U times

1301 0x04 Fault Type None(0), OVR(1) R/O INT16U --

1302 0x04 Fault Time 1 ~ R/O INT16U msec.

1303 0x04 Va 0 ~65535 R/O INT16U 0.1V

1304 ~ Reserved

Control(BO)

2000 0x05 Remote Reset FF00 only W/O -- --

2001 0x05 Fault Data Clear FF00 only W/O -- --

2002 ~ Reserved

Device Configuration

4000 0x10

OVR

Curve Off(0), NI(1), DT(2) W/O INT16U --

4001 0x10 Pickup 650 ~ 1650 (25step) W/O INT16U 0.1V

4002 0x10 Time Dial 1 ~100(1step) W/O INT16U 0.1

4003 0x10 DT Time 4 ~ 6000 (1step) W/O INT16U 10msec

4004 0x10 Frequency 50Hz(0)/60Hz(1) W/O INT16U --

4005 0x10 Phase PT Ratio 1~32000(1step) W/O INT16U 0.1

4006 0x10

Trip Out

T/S1

Contact Self0), OVR(1) W/O INT16U --

4007 0x10 Reset Self(0), Manual(1) W/O INT16U --

4008 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4009 0x10

T/S2

Contact Off(0), OVR(1) W/O INT16U --

4010 0x10 Reset Self(0), Manual(1) W/O INT16U --

4011 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4012 0x10

T/S3

Contact Off(0), OVR(1) W/O INT16U --

4013 0x10 Reset Self(0), Manual(1) W/O INT16U --

4014 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4015 0x10

T/S4

Contact Off(0), OVR(1) W/O INT16U --

4016 0x10 Reset Self(0), Manual(1) W/O INT16U --

4017 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4018 0x10

T/S5

Contact Off(0), OVR(1) W/O INT16U --

4019 0x10 Reset Self(0), Manual(1) W/O INT16U --

4020 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4021 0x10MODBUS

Baudrate 300(0), 600(1), 1200(2), 2400(3), 4800(4), 9600(5), 19200(6) W/O INT16U --

4022 0x10 Address 1~254(1step) W/O INT16U --

4023 ~ Reserved

Page 12: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 12 / 31

8.4 GDR-D01 Register MapAddress

(dec)FuncCode Description Range Access Format Units

Device Identity

0000 0x03 Unit Address 1 ~ 254 R/O INT16U --

0001~11 0x03 Device Type 11 characters "GDR-D01" R/O ASCII --

0012~15 0x03 S/W Version 4 characters R/O ASCII

0016~19 0x03 Password 0 ~ 9(****) R/O INT16U

0020 ~ Reserved

Measurement

1000 0x04 Phase A Voltage RMS 0~655.35 R/O INT16U kV

1001 ~ ReservedStatus

1100 0x04 Self-Diagnosis

Bit0:Power Fail1:CPU WatchDog2:Memory3:Setting4~15:Reserved

Fail(1),OK(0)Fail(1),OK(0)Fail(1),OK(0)Fail(1),OK(0)

R/O Bit Struct --

1101 0x04 Protection

Bit:0: UVR START1: UVR OP2~15:Reserved

OP(1),NOP(0)OP(1),NOP(0) R/O Bit Struct --

1102 ~ ReservedDevice Configuration1200 0x04

UVR

Curve Off(0), NI(1), DT(2) R/O INT16U --

1201 0x04 Pickup 300 ~ 1050 (25step) R/O INT16U 0.1V

1202 0x04 Time Dial 1 ~ 100 (1step) R/O INT16U 0.1

1203 0x04 DT Time 4 ~ 6000 (1step) R/O INT16U 10msec

1204 0x04 OP Mode Digital(0)/Induction(1) R/O INT16U --

1205 0x04 RST Mode On(0), Off(1) R/O INT16U --

1206 0x04 RST Time 1 ~ 1800 (1step) R/O INT16U 100msec

1207 0x04 Frequency 50Hz(0)/60Hz(1) R/O INT16U --

1208 0x04 Phase PT Ratio 1~32000(1step) R/O INT16U 0.1

1209 0x04

Trip Out

T/S1

Contact Off(0), UVR(1) R/O INT16U --

1210 0x04 Reset Self(0), Manual(1) R/O INT16U --

1211 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1212 0x04

T/S2

Contact Off(0), UVR(1) R/O INT16U --

1213 0x04 Reset Self(0), Manual(1) R/O INT16U --

1214 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1215 0x04

T/S3

Contact Off(0), UVR(1) R/O INT16U --

1216 0x04 Reset Self(0), Manual(1) R/O INT16U --

1217 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1218 0x04

T/S4

Contact Lock(0), UVR(1) R/O INT16U --

1219 0x04 Reset Self(0), Manual(1) R/O INT16U --

1220 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1221 0x04

T/S5

Contact Off(0), UVR(1) R/O INT16U --

1222 0x04 Reset Self(0), Manual(1) R/O INT16U --

1223 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

Page 13: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 13 / 31

Address(dec)

FuncCode Description Range Access Format Units

1224 0x04MODBUS

Baudrate 300(0), 600(1), 1200(2), 2400(3), 4800(4), 9600(5), 19200(6) R/O INT16U --

1225 0x04 Address 1~254(1step) R/O INT16U --

1226~ ReservedFault1300 0x04 Fault Count 0 ~ 65535 R/O INT16U times

1301 0x04 Fault Type None(0), UVR(1) R/O INT16U --

1302 0x04 Fault Time 1 ~ R/O INT16U msec.

1303 0x04 Va 0 ~65535 R/O INT16U 0.1V

1304 ~ ReservedControl(BO)2000 0x05 Remote Reset FF00 only W/O -- --

2001 0x05 Fault Data Clear FF00 only W/O -- --

2002 ~ ReservedDevice Configuration4000 0x10

UVR

Curve Off(0), NI(1), DT(2) W/O INT16U --

4001 0x10 Pickup 300 ~ 1050 (25step) W/O INT16U 0.1V

4002 0x10 Time Dial 1 ~ 100 (1step) W/O INT16U 0.1

4003 0x10 DT Time 4 ~ 6000 (1step) W/O INT16U 10msec

4004 0x10 OP Mode Digital(0)/Induction(1) W/O INT16U --

4005 0x10 RST Mode On(0), Off(1) W/O INT16U

4006 0x10 RST Time 1 ~ 1800 (1step) W/O INT16U 100msec

4007 0x10 Frequency 50Hz(0)/60Hz(1) W/O INT16U --

4008 0x10 Phase PT Ratio 1~32000(1step) W/O INT16U 0.1

4009 0x10

Trip Out

T/S1

Contact Off(0), UVR(1) W/O INT16U --

4010 0x10 Reset Self(0), Manual(1) W/O INT16U --

4011 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4012 0x10

T/S2

Contact Off(0), UVR(1) W/O INT16U --

4013 0x10 Reset Self(0), Manual(1) W/O INT16U --

4014 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4015 0x10

T/S3

Contact Off(0), UVR(1) W/O INT16U --

4016 0x10 Reset Self(0), Manual(1) W/O INT16U --

4017 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4018 0x10

T/S4

Contact Off(0), UVR(1) W/O INT16U --

4019 0x10 Reset 668Manual(1) W/O INT16U --

4020 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4021 0x10

T/S5

Contact Off(0), UVR(1) W/O INT16U --

4022 0x10 Reset Self(0), Manual(1) W/O INT16U --

4023 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4024 0x10MODBUS

Baudrate 300(0), 600(1), 1200(2), 2400(3), 4800(4), 9600(5), 19200(6) W/O INT16U --

4025 0x10 Address 1~254(1step) W/O INT16U --

4026~ 0x10 Reserved

Page 14: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 14 / 31

8.5 GDR-E01 Register MapAddress

(dec)FuncCode Description Range Access Format Units

Device Identity0000 0x03 Unit Address 1 ~ 254 R/O INT16U --0001~11 0x03 Device Type 11 characters "GDR-E01 " R/O ASCII --0012~15 0x03 S/W Version 4 characters R/O ASCII0016 ~19 0x03 Password 0 ~ 9 R/O INT16U0020 ~ ReservedMeasurement1000 0x04 Ground Voltage RMS 0~655.35 R/O INT16U kV1001 ~ ReservedStatus

1100 0x04 Self-Diagnosis

Bit0:Power Fail1:CPU WatchDog2:Memory3:Setting4~15:Reserved

Fail(1),OK(0)Fail(1),OK(0)Fail(1),OK(0)Fail(1),OK(0)

R/O Bit Struct --

1101 0x04 Protection

Bit:0: TOVGR START1: IOVGR START2: TOVGR OP3: IOVGR OP4~15:Reserved

OP(1),NOP(0)OP(1),NOP(0)OP(1),NOP(0)Start(1),NOP(0)Start(1),NOP(0)

R/O Bit Struct --

1102 ~ ReservedDevice Configuration1200 0x04

TOVGR

Curve Off(0), NI(1), DT(5) R/O INT16U --1201 0x04 Pickup 75 ~ 1000 (25step) R/O INT16U 0.1V1202 0x04 Time Dial 1 ~ 100 (1step) R/O INT16U 0.11203 0x04 DT Time 4 ~ 6000 (1step) R/O INT16U 10msec1204 0x04

IOVGRMode Off(0), Inst.(1), DT(2) R/O INT16U --

1205 0x04 Pickup 1100 ~ 1400 (25step) R/O INT16U 0.1V1206 0x04 DT Time 4 ~ 6000 (1step) R/O INT16U 10msec1207 0x04 Frequency 50Hz(0)/60Hz(1) R/O INT16U --1208 0x04 Ground PT Ratio 1~32000(1step) R/O INT16U 0.1

1209 0x04

Trip Out

T/S1Contact Off(0), PROT_OR(1),

IOVGR(2), TOVGR(3) R/O INT16U --

1210 0x04 Reset Self(0), Manual(1) R/O INT16U --1211 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1212 0x04T/S2

Contact Off(0), PROT_OR(1),IOVGR(2), TOVGR(3) R/O INT16U --

1213 0x04 Reset Self(0), Manual(1) R/O INT16U --1214 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1215 0x04T/S3

Contact Off(0), PROT_OR(1),IOVGR(2), TOVGR(3) R/O INT16U --

1216 0x04 Reset Self(0), Manual(1) R/O INT16U --1217 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1218 0x04T/S4

Contact Off(0), PROT_OR(1),IOVGR(2), TOVGR(3) R/O INT16U --

1219 0x04 Reset Self(0), Manual(1) R/O INT16U --1220 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1221 0x04T/S5

Contact Off(0), PROT_OR(1),IOVGR(2), TOVGR(3) R/O INT16U --

1222 0x04 Reset Self(0), Manual(1) R/O INT16U --1223 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

Page 15: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 15 / 31

Address(dec)

FuncCode Description Range Access Format Units

1224 0x04MODBUS

Baudrate 300(0), 600(1), 1200(2), 2400(3), 4800(4), 9600(5), 19200(6) R/O INT16U --

1225 0x04 Address 1~254(1step) R/O INT16U --1226 ~ ReservedFault1300 0x04 Fault Count 0 ~ 65535 R/O INT16U times

1301 0x04 Fault Type None(0), TOVGR(1),IOVGR (2) R/O INT16U --

1302 0x04 Fault Time 1 ~ R/O INT16U msec.

1303 0x04 Vo 0 ~65535 R/O INT16U 0.1V1304 ~ ReservedControl(BO)2000 0x05 Remote Reset FF00 only W/O -- --2001 0x05 FaultDataClear FF00 only W/O -- --2002 ~ ReservedDevice Configuration4000 0x10

TOVGR

Curve Off(0), NI(1), DT(5) W/O INT16U --

4001 0x10 Pickup 75 ~ 1000 (25step) W/O INT16U 0.1V

4002 0x10 Time Dial 1 ~ 100 (1step) W/O INT16U 0.1

4003 0x10 DT Time 4 ~ 6000 (1step) W/O INT16U 10msec

4004 0x10

IOVGR

Mode Off(0), Inst.(1), DT(2) W/O INT16U --

4005 0x10 Pickup 1100 ~ 14000 (25step) W/O INT16U 0.1V

4006 0x10 DT Time 4 ~ 6000 (1step) W/O INT16U 10msec

4007 0x10 Frequency 50Hz(0)/60Hz(1) W/O INT16U --

4008 0x10 Ground PT Ratio 1~32000(1step) W/O INT16U 0.1

4009 0x10

Trip Out

T/S1

Contact Off(0), PROT_OR(1),IOVGR(2), TOVGR(3) W/O INT16U --

4010 0x10 Reset Self(0), Manual(1) W/O INT16U --

4011 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4012 0x10

T/S2

Contact Off(0), PROT_OR(1),IOVGR(2), TOVGR(3) W/O INT16U --

4013 0x10 Reset Self(0), Manual(1) W/O INT16U --

4014 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4015 0x10

T/S3

Contact Off(0), PROT_OR(1),IOVGR(2), TOVGR(3) W/O INT16U --

4016 0x10 Reset Self(0), Manual(1) W/O INT16U --

4017 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4018 0x10

T/S4

Contact Off(0), PROT_OR(1),IOVGR(2), TOVGR(3) W/O INT16U --

4019 0x10 Reset Self(0), Manual(1) W/O INT16U --

4020 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4021 0x10

T/S5

Contact Off(0), PROT_OR(1),IOVGR(2), TOVGR(3) W/O INT16U --

4022 0x10 Reset Self(0), Manual(1) W/O INT16U --

4023 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4024 0x10MODBUS

Baudrate 300(0), 600(1), 1200(2), 2400(3), 4800(4), 9600(5), 19200(6) W/O INT16U --

4025 0x10 Address 1~254(1step) W/O INT16U --

4026 ~ Reserved

Page 16: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 16 / 31

8.6 GDR-F01 Register MapAddress

(dec)FuncCode Description Range Access Format Units

Device Identity0000 0x03 Unit Address 1 ~ 254 R/O INT16U --

0001~11 0x03 Device Type 11 characters "GDR-F01 " R/O ASCII --

0012~15 0x03 S/W Version 4 characters R/O ASCII

0016 ~19 0x03 Password 0 ~ 9 R/O INT16U

0020 ~ ReservedMeasurement1000 0x04 Ground Voltage RMS 0~655.35 R/O INT16U kV

1001 0x04 Ground Voltage Phase Angel 0~359.9 R/O INT16U °(deg)

1002 0x04 Ground Current RMS 0~655.35 R/O INT16U mA

1003 0x04 Ground Current Phase Angel 0~359.9 R/O INT16U °(deg)

1004 ~ ReservedStatus

1100 0x04 Self-Diagnosis

Bit0:Power Fail1:CPU WatchDog2:Memory3:Setting4~15:Reserved

Fail(1),OK(0)Fail(1),OK(0)Fail(1),OK(0)Fail(1),OK(0)

R/O Bit Struct --

1101 0x04 Protection

Bit:0: SGR START1: SGR OP2~15:Reserved

Start(1),NOP(0)OP(1),NOP(0) R/O Bit Struct --

1102 ~ ReservedDevice Configuration1200 0x04

SGR

Curve Off(0), NI(1), DT(2) R/O INT16U --

1201 0x04 Vo Pickup 75 ~ 1000 (25step) R/O INT16U 0.1V

1202 0x04 Io Pickup 9 ~ 100(1step) R/O INT16U 0.1mA

1203 0x04 REF Phase 0 ~ 60 (1step) R/O INT16U ˚

1204 0x04 Time Dial 1 ~ 100 (1step) R/O INT16U 0.1

1205 0x04 DT Time 4 ~ 6000 (1step) R/O INT16U 10msec

1206 0x04 Frequency 50Hz(0)/60Hz(1) R/O INT16U --

1207 0x04 PT Ratio 1~32000(1step) R/O INT16U 0.1

1208 0x04

Trip Out

T/S1

Contact Off(0),SGR(1) R/O INT16U --

1209 0x04 Reset Self(0), Manual(1) R/O INT16U --

1210 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1211 0x04

T/S2

Contact Off(0),SGR(1) R/O INT16U --

1212 0x04 Reset Self(0), Manual(1) R/O INT16U --

1213 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1214 0x04

T/S3

Contact Off(0),SGR(1) R/O INT16U --

1215 0x04 Reset Self(0), Manual(1) R/O INT16U --

1216 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1217 0x04

T/S4

Contact Off(0),SGR(1) R/O INT16U --

1218 0x04 Reset Self(0), Manual(1) R/O INT16U --

1219 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1220 0x04

T/S5

Contact Off(0),SGR(1) R/O INT16U --

1221 0x04 Reset Self(0), Manual(1) R/O INT16U --

1222 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

Page 17: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 17 / 31

Address(dec)

FuncCode Description Range Access Format Units

1223 0x04MODBUS

Baudrate 300(0), 600(1), 1200(2), 2400(3), 4800(4), 9600(5), 19200(6) R/O INT16U --

1224 0x04 Address 1~254(1step) R/O INT16U --

1225 ~ ReservedFault1300 0x04 Fault Count 0 ~ 65535 R/O INT16U times

1301 0x04 Fault Type None(0), SGR(1) R/O INT16U --

1302 0x04 Fault Time 1 ~ R/O INT16U 10msec.

1303 0x04 Vo 0 ~65535 R/O INT16U 0.1V

1304 0x04 Io 0 ~65535 R/O INT16U 0.01mA

1305 0x04 Vo Phase 0 ~3600 R/O INT16U 0.1˚

1306 0x04 Io Phase 0 ~3600 R/O INT16U 0.1˚

1307 ~ ReservedControl(BO)2000 0x05 Remote Reset FF00 only W/O -- --

2001 0x05 FaultDataClear FF00 only W/O -- --

2002 ~ ReservedDevice Configuration4000 0x10

SGR

Curve Off(0), NI(1), DT(2) W/O INT16U --

4001 0x10 Vo Pickup 75 ~ 1000 (25step) W/O INT16U 0.1V

4002 0x10 Io Pickup 9 ~ 100(1step) W/O INT16U 0.1mA

4003 0x10 REF Phase 0 ~ 60 (1step) W/O INT16U ˚

4004 0x10 Time Dial 1 ~ 100 (1step) W/O INT16U 0.1

4005 0x10 DT Time 4 ~ 6000 (1step) W/O INT16U 10msec

4006 0x10 Frequency 50Hz(0)/60Hz(1) W/O INT16U --

4007 0x10 PT Ratio 1~32000(1step) W/O INT16U 0.1

4008 0x10

Trip Out

T/S1

Contact Off(0),SGR(1) W/O INT16U --

4009 0x10 Reset Self(0), Manual(1) W/O INT16U --

4010 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4011 0x10

T/S2

Contact Off(0),SGR(1) W/O INT16U --

4012 0x10 Reset Self(0), Manual(1) W/O INT16U --

4013 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4014 0x10

T/S3

Contact Off(0),SGR(1) W/O INT16U --

4015 0x10 Reset Self(0), Manual(1) W/O INT16U --

4016 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4017 0x10

T/S4

Contact Off(0),SGR(1) W/O INT16U --

4018 0x10 Reset Self(0), Manual(1) W/O INT16U --

4019 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4020 0x10

T/S5

Contact Off(0),SGR(1) W/O INT16U --

4021 0x10 Reset Self(0), Manual(1) W/O INT16U --

4022 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4023 0x10MODBUS

Baudrate 300(0), 600(1), 1200(2), 2400(3), 4800(4), 9600(5), 19200(6) W/O INT16U --

4024 0x10 Address 1~254(1step) W/O INT16U --

4025 ~ Reserved

Page 18: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 18 / 31

8.7 GDR-F02 Register MapAddress

(dec)FuncCode Description Range Access Format Units

Device Identity0000 0x03 Unit Address 1 ~ 254 R/O INT16U --0001~11 0x03 Device Type 11 characters "GDR-F01 " R/O ASCII --0012~15 0x03 S/W Version 4 characters R/O ASCII0016 ~19 0x03 Password 0 ~ 9 R/O INT16U0020 ~ ReservedMeasurement1000 0x04 Ground Voltage RMS 0~655.35 R/O INT16U kV1001 0x04 Ground Voltage Phase Angle 0~359.9 R/O INT16U °(deg)1002 0x04 Ground Current RMS 0~655.35 R/O INT16U mA1003 0x04 Ground Current Phase Angle 0~359.9 R/O INT16U °(deg)1004 ~ ReservedStatus

1100 0x04 Self-Diagnosis

0:Power Fail1:CPU WatchDog2:Memory3:Setting4~15:Reserved

Fail(1),OK(0)Fail(1),OK(0)Fail(1),OK(0)Fail(1),OK(0)

R/O Bit Struct --

1101 0x04 Protection

0: TDGR START1: TDGR OP2: IDGR OP3~15:Reserved

Start(1),NOP(0)OP(1),NOP(0)OP(1),NOP(0) R/O Bit Struct --

1102 ~ ReservedDevice Configuration1200 0x04

TDGR

Curve Off(0), DT(1), NI(2) R/O INT16U --1201 0x04 Vo Pickup 50 ~ 1000 (10step) R/O INT16U 0.1V1202 0x04 Io Pickup 1 ~ 50(1step) R/O INT16U 0.1mA1203 0x04 REF Phase -90 ~ 90 (1step) R/O INT16U ˚

1204 0x04 Time Dial 1 ~100(1step) R/O INT16U 0.11205 0x04 DT Time 4 ~ 6000 (1step) R/O INT16U 10msec1206 0x04

IDGR

Mode Off(0), Inst.(1), DT(2) R/O INT16U --1207 0x04 Vo Pickup 50 ~ 1000 (10step) R/O INT16U 0.1V1208 0x04 Io Pickup 5 ~ 500(5step) R/O INT16U 0.1mA1209 0x04 REF Phase -90 ~ 90 (1step) R/O INT16U ˚

1210 DT Time 4 ~ 6000 (1step) R/O INT16U 10msec1211 0x04 Frequency 50Hz(0)/60Hz(1) R/O INT16U --1212 0x04 PT Ratio 1~32000(1step) R/O INT16U 0.11213 0x04 CT Ratio 5~10000(5step) R/O INT16U 1

1214 0x04

Trip Out

T/S1Contact Off(0), PROT_OR(1),

IDGR(2),TDGR(3) R/O INT16U --

1215 0x04 Reset Self(0), Manual(1) R/O INT16U --1216 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1217 0x04T/S2

Contact Off(0), PROT_OR(1),IDGR(2),TDGR(3) R/O INT16U --

1218 0x04 Reset Self(0), Manual(1) R/O INT16U --1219 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1220 0x04T/S3

Contact Off(0), PROT_OR(1),IDGR(2),TDGR(3) R/O INT16U --

1221 0x04 Reset Self(0), Manual(1) R/O INT16U --1222 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1223 0x04T/S4

Contact Off(0), PROT_OR(1),IDGR(2),TDGR(3)∠° R/O INT16U --

1224 0x04 Reset Self(0), Manual(1) R/O INT16U --1225 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1226 0x04 T/S5 Contact Off(0), PROT_OR(1),IDGR(2),TDGR(3) R/O INT16U --

Page 19: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 19 / 54

Address(dec)

FuncCode Description Range Access Format Units

1227 0x04Trip Out T/S5

Reset Self(0), Manual(1) R/O INT16U --1228 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1229 0x04MODBUS

Baudrate 300(0), 600(1), 1200(2), 2400(3), 4800(4), 9600(5),19200(6) R/O INT16U --

1230 0x04 Address 1~254(1step) R/O INT16U --1231 ~ ReservedFault1300 0x04 Fault Count 0 ~ 65535 R/O INT16U times1301 0x04 Fault Type None(0), Timed(1). Inst(2) R/O INT16U --1302 0x04 Trip Time 1 ~ R/O INT16U 10msec.1303 0x04 Vo 0 ~65535 R/O INT16U 0.1V1304 0x04 Io 0 ~65535 R/O INT16U 0.01A1305 0x04 Vo Phase 0 ~3600 R/O INT16U 0.1˚

1306 0x04 Io Phase 0 ~3600 R/O INT16U 0.1˚

1307 ~ ReservedControl(BO)2000 0x05 Remote Reset FF00 only W/O -- --2001 0x05 FaultDataClear FF00 only W/O -- --2002 ~ ReservedDevice Configuration4000 0x10

TDGR

Curve Off(0), DT(1), NI(2) W/O INT16U --4001 0x10 Vo Pickup 50 ~ 1000 (10step) W/O INT16U 0.1V4002 0x10 Io Pickup 1 ~ 50(1step) W/O INT16U 0.1mA4003 0x10 REF Phase 0 ~ 60 (1step) W/O INT16S ˚

4004 0x10 Time Dial 1 ~100(1step) W/O INT16U 0.14005 0x10 DT Time 4 ~ 6000 (1step) W/O INT16U 10msec4006 0x10

IDGR

Mode Off(0), Inst.(1), DT(2) W/O INT16U --4007 0x10 Vo Pickup 50 ~ 1000 (10step) W/O INT16U 0.1V4008 0x10 Io Pickup 5 ~ 500(5step) W/O INT16U 0.1mA4009 0x10 REF Phase 0 ~ 60 (1step) W/O INT16U ˚

4010 0x10 DT Time 4 ~ 6000 (1step) W/O INT16U 10msec4011 0x10 Frequency 50Hz(0)/60Hz(1) W/O INT16U --4012 0x10 PT Ratio 1~32000(1step) W/O INT16U 0.14013 0x10 CT Ratio 5~10000(5step) W/O INT16U 1

4014 0x10

Trip Out

T/S1Contact Off(0), PROT_OR(1),

IDGR(2),TDGR(3) W/O INT16U --

4015 0x10 Reset Self(0), Manual(1) W/O INT16U --4016 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4017 0x10T/S2

Contact Off(0), PROT_OR(1),IDGR(2),TDGR(3) W/O INT16U --

4018 0x10 Reset Self(0), Manual(1) W/O INT16U --4019 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4020 0x10T/S3

Contact Off(0), PROT_OR(1),IDGR(2),TDGR(3) W/O INT16U --

4021 0x10 Reset Self(0), Manual(1) W/O INT16U --4022 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4023 0x10T/S4

Contact Off(0), PROT_OR(1),IDGR(2),TDGR(3) W/O INT16U --

4024 0x10 Reset Self(0), Manual(1) W/O INT16U --4025 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4026 0x10T/S5

Contact Off(0), PROT_OR(1),IDGR(2),TDGR(3) W/O INT16U --

4027 0x10 Reset Self(0), Manual(1) W/O INT16U --4028 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4029 0x10MODBUS

Baudrate 300(0), 600(1), 1200(2), 2400(3), 4800(4), 9600(5), 19200(6) W/O INT16U --

4030 0x10 Address 1~254(1step) W/O INT16U --4031 ~ Reserved

Page 20: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 20 / 54

8.8 GDR-JD01 Register MapAddress

(dec)FuncCode Description Range Access Format Units

Device Identity0000 0x03 Unit Address 1 ~ 254 R/O INT16U --0001~11 0x03 Device Type 11 characters "GDR-JD01 " R/O ASCII --0012~15 0x03 S/W Version 4 characters R/O ASCII --0016~19 0x03 Password 0 ~ 9 R/O INT16U --0020 ~ ReservedMeasurement1000 0x04 A(B) Voltage RMS 0~655.35 R/O INT16U kV1001 0x04 A(B) Phase Angle 0~359.9 R/O INT16U ˚(deg)1002 0x04 B(C) Voltage RMS 0~655.35 R/O INT16U kV1003 0x04 B(C) Phase Angle 0~359.9 R/O INT16U ˚(deg)1004 0x04 C(A) Voltage RMS 0~655.35 R/O INT16U kV1005 0x04 C(A) Phase Angle 0~359.9 R/O INT16U ˚(deg)1006 ~ ReservedStatus

1100 0x04 Self-Diagnosis

Bit0:Power Fail1:CPU WatchDog2:Memory3:Setting4~15:Reserved

Fail(1),OK(0)Fail(1),OK(0)Fail(1),OK(0)Fail(1),OK(0)

R/O Bit Struct --

1101 0x04 Protection

Bit:0: UVR START1: UVR OP2: POR START3: POR OP4: RPR START5: RPR OP6~15:Reserved

Start(1),NOP(0)OP(1),NOP(0)Start(1),NOP(0)OP(1),NOP(0)Start(1),NOP(0)OP(1),NOP(0)

R/O Bit Struct --

1102 ~ ReservedDevice Configuration1200 0x04

UVR

Curve Off(0), NI(1), DT(2) R/O INT16U --1201 0x04 Pickup 30 ~ 1050 (25step) R/O INT16U 0.1V1202 0x04 Time Dial 1 ~ 100 (1step) R/O INT16U 0.11203 0x04 DT Time 4 ~ 6000 (1step) R/O INT16U 10msec1204 0x04 OP Mode Digital(0)/Induction(1) R/O INT16U --1205 0x04 RST Mode On(0), Off(1) R/O INT16U1206 0x04 RST Time 1 ~ 1800 (1step) R/O INT16U 100msec1207 0x04

PORMode Off(0), DT(1) R/O INT16U --

1208 0x04 Angle 2 ~ 90 (2step) R/O INT16U ˚

1209 0x04 DT Time 4 ~ 6000 (1step) R/O INT16U 10msec1210 0x04

RPRMode Off(0), DT(1) R/O INT16U --

1211 0x04 DT Time 4 ~ 6000 (1step) R/O INT16U 10msec1212 0x04 Frequency 50Hz(0)/60Hz(1) R/O INT16U --1213 0x04 Phase PT Connection Delta(0)/Wye(1) R/O INT16U --1214 0x04 Phase PT Ratio 1~32000(1step) R/O INT16U 0.11215 0x04 Rating Voltage 635 ~1900V (1step) R/O INT16U 0.1V

1216 0x04

Trip Out

T/S1Contact

Off(0), PROT_OR(1),UVR(2), POR(3), RPR(4),UVR+POR(5),UVR+RPR(6),POR+RPR(7)

R/O INT16U --

1217 0x04 Reset Self(0), Manual(1) R/O INT16U --1218 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1219 0x04 T/S2 ContactOff(0), PROT_OR(1),UVR(2), POR(3), RPR(4),UVR+POR(5),UVR+RPR(6),POR+RPR(7)

R/O INT16U --

Page 21: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 21 / 54

Address(dec)

FuncCode Description Range Access Format Units

1220 0x04

Trip Out

Reset Self(0), Manual(1) R/O INT16U --1221 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1222 0x04T/S3

ContactOff(0), PROT_OR(1),UVR(2), POR(3), RPR(4),UVR+POR(5),UVR+RPR(6),POR+RPR(7)

R/O INT16U --

1223 0x04 Reset Self(0), Manual(1) R/O INT16U --1224 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1225 0x04T/S4

ContactOff(0), PROT_OR(1),UVR(2), POR(3), RPR(4),UVR+POR(5),UVR+RPR(6),POR+RPR(7)

R/O INT16U --

1226 0x04 Reset Self(0), Manual(1) R/O INT16U --1227 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1228 0x04T/S5

ContactOff(0), PROT_OR(1),UVR(2), POR(3), RPR(4),UVR+POR(5),UVR+RPR(6),POR+RPR(7)

R/O INT16U --

1229 0x04 Reset Self(0), Manual(1) R/O INT16U --1230 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1231 0x04T/S6

ContactOff(0), PROT_OR(1),UVR(2), POR(3), RPR(4),UVR+POR(5),UVR+RPR(6),POR+RPR(7)

R/O INT16U --

1232 0x04 Reset Self(0), Manual(1) R/O INT16U --1233 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1234 0x04T/S7

ContactOff(0), PROT_OR(1),UVR(2), POR(3), RPR(4),UVR+POR(5),UVR+RPR(6),POR+RPR(7)

R/O INT16U --

1235 0x04 Reset Self(0), Manual(1) R/O INT16U --1236 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1237 0x04MODBUS

Baudrate 300(0), 600(1), 1200(2), 2400(3), 4800(4), 9600(5), 19200(6) R/O INT16U --

1238 0x04 Address 1~254(1step) R/O INT16U --1239 ~ ReservedFault1300 0x04 Fault Count 0 ~ 65535 R/O INT16U times

1301 0x04 Fault Type None(0), UVR(1),POR(2),RPR(3) R/O INT16U --

1302 0x04 Fault Time 1 ~65535 R/O INT16U msec.1303 0x04 Va(b) Voltage 0 ~65535 R/O INT16U 0.1V1304 0x04 Vb(c) Voltage 0 ~65535 R/O INT16U 0.1V1305 0x04 Vc(a) Voltage 0 ~65535 R/O INT16U 0.1V1306 0x04 Va(b) Phase Angel 0~3600 R/O INT16U 0.1˚

1307 0x04 Vb(c) Phase Angel 0~3600 R/O INT16U 0.1˚

1308 0x04 Vc(a) Phase Angel 0~3600 R/O INT16U 0.1˚

1309 ~ ReservedControl(BO)2000 0x05 Remote Reset FF00 only W/O -- --2001 0x05 Fault Data Clear FF00 only W/O -- --2002 ~ ReservedDevice Configuration4000 0x10

UVR

Curve Off(0), NI(1), DT(2) W/O INT16U --4001 0x10 Pickup 30 ~ 1050 (25step) W/O INT16U 0.1V4002 0x10 Time Dial 1 ~ 100 (1step) W/O INT16U 0.14003 0x10 DT Time 4 ~ 6000 (1step) W/O INT16U 10msec4004 0x10 OP Mode Digital(0)/Induction(1) W/O INT16U --4005 0x10 RST Mode On(0), Off(1) W/O INT16U4006 0x10 RST Time 1 ~ 1800 (1step) W/O INT16U 100msec

Page 22: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 22 / 54

Address(dec)

FuncCode Description Range Access Format Units

4007 0x10

POR

Mode Off(0), DT(1) W/O INT16U --

4008 0x10 Angle 2 ~ 90 (2step) W/O INT16U ˚

4009 0x10 DT Time 4 ~ 6000 (1step) W/O INT16U 10msec

4010 0x10RPR

Mode Off(0), DT(1) W/O INT16U --

4011 0x10 DT Time 4 ~ 6000 (1step) W/O INT16U 10msec

4012 0x10 Frequency 50Hz(0)/60Hz(1) W/O INT16U --

4013 0x10 Phase PT Connection Delta(0)/Wye(1) W/O INT16U --

4014 0x10 Phase PT Ratio 1~32000(1step) W/O INT16U 0.1

4015 0x10 Rating Voltage 635 ~1900V (1step) W/O INT16U 0.1V

4016 0x10

Trip Out

T/S1

ContactOff(0), PROT_OR(1),UVR(2), POR(3), RPR(4),UVR+POR(5),UVR+RPR(6),POR+RPR(7)

W/O INT16U --

4017 0x10 Reset Self(0), Manual(1) W/O INT16U --

4018 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4019 0x10

T/S2

ContactOff(0), PROT_OR(1),UVR(2), POR(3), RPR(4),UVR+POR(5),UVR+RPR(6),POR+RPR(7)

W/O INT16U --

4020 0x10 Reset Self(0), Manual(1) W/O INT16U --

4021 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4022 0x10

T/S3

ContactOff(0), PROT_OR(1),UVR(2), POR(3), RPR(4),UVR+POR(5),UVR+RPR(6),POR+RPR(7)

W/O INT16U --

4023 0x10 Reset Self(0), Manual(1) W/O INT16U --

4024 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4025 0x10

T/S4

ContactOff(0), PROT_OR(1),UVR(2), POR(3), RPR(4),UVR+POR(5),UVR+RPR(6),POR+RPR(7)

W/O INT16U --

4026 0x10 Reset Self(0), Manual(1) W/O INT16U --

4027 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4028 0x10

T/S5

ContactOff(0), PROT_OR(1),UVR(2), POR(3), RPR(4),UVR+POR(5),UVR+RPR(6),POR+RPR(7)

W/O INT16U --

4029 0x10 Reset Self(0), Manual(1) W/O INT16U --

4030 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4031 0x10

T/S6

ContactOff(0), PROT_OR(1),UVR(2), POR(3), RPR(4),UVR+POR(5),UVR+RPR(6),POR+RPR(7)

W/O INT16U --

4032 0x10 Reset Self(0), Manual(1) W/O INT16U --

4033 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4034 0x10

T/S7

ContactOff(0), PROT_OR(1),UVR(2), POR(3), RPR(4),UVR+POR(5),UVR+RPR(6),POR+RPR(7)

W/O INT16U --

4035 0x10 Reset Self(0), Manual(1) W/O INT16U --

4036 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4037 0x10MODBUS

Baudrate 300(0), 600(1), 1200(2), 2400(3), 4800(4), 9600(5), 19200(6) W/O INT16U --

4038 0x10 Address 1~254(1step) W/O INT16U --

4039~ Reserved

Page 23: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 23 / 54

8.9 GDR-AB01 Register MapAddress

(dec)FuncCode Description Range Access Format Units

Device Identity

0000 0x03 Unit Address 1 ~ 254 R/O INT16U --

0001~11 0x03 Device Type 11 characters "GDR-AB01 " R/O ASCII --

0012~15 0x03 S/W Version 4 characters R/O ASCII

0016 ~19 0x03 Password 0 ~ 9 R/O INT16U0020 ~ ReservedMeasurement

1000 0x04 Phase A Current RMS 0~65.535 R/O INT16U kA

1001 0x04 Phase B Current RMS 0~65.535 R/O INT16U kA

1002 0x04 Phase C Current RMS 0~65.535 R/O INT16U kA

1003 0x04 Ground Current RMS 0~65.535 R/O INT16U kA1004 ~ ReservedStatus

1100 0x04 Self-Diagnosis

Bit0:Power Fail1:Memory2:Setting3:CPU WatchDog4~15:Reserved

Fail(1),OK(0)Fail(1),OK(0)Fail(1),OK(0)Fail(1),OK(0)

R/O Bit Struct --

1101 0x04 Protection

Bit:0:OCR Start1:TOCR A OP2:TOCR B OP3:TOCR C OP4:IOCR A OP5:IOCR B OP6:IOCR C OP7:OCGR Start8:TOCGR OP9:IOCGR OP10~15:Reserved

Start(1),NOP(0)OP(1),NOP(0)OP(1),NOP(0)OP(1),NOP(0)OP(1),NOP(0)OP(1),NOP(0)OP(1),NOP(0)Start(1),NOP(0)OP(1),NOP(0)OP(1),NOP(0)Reserved

R/O Bit Struct --

1102 ~ ReservedDevice Configuration

1200 0x04

TOCR

Curve Off(0), NI(1), VI(2), EI(3),LI(4), DT(5), KVI(6), KNI(7) R/O INT16U --

1201 0x04 Pickup 20 ~ 125 (1step) R/O INT16U 0.1A1202 0x04 Time Dial 1 ~ 100 (1step) R/O INT16U 0.11203 0x04 DT Time 4 ~ 6000 (1step) R/O INT16U 10msec1204 0x04

IOCRMode Off(0), Inst.(1), DT(2) R/O INT16U --

1205 0x04 Pickup 10 ~ 90 (1step) R/O INT16U A1206 0x04 DT Time 4 ~ 6000 (1step) R/O INT16U 10msec

1207 0x04

TOCGR

Curve Off(0), NI(1), VI(2), EI(3),LI(4), DT(5), KVI(6), KNI(7) R/O INT16U --

1208 0x04 Pickup 2 ~ 25 (1step) R/O INT16U 0.1A1209 0x04 Time Dial 1 ~ 100 (1step) R/O INT16U 0.11210 0x04 DT Time 4 ~ 6000 (1step) R/O INT16U 10msec1211 0x04

IOCGRMode Off(0), Inst.(1), DT(2) R/O INT16U --

1212 0x04 Pickup 5 ~ 50 (1step) R/O INT16U A1213 0x04 DT Time 4 ~ 6000 (1step) R/O INT16U 10msec1214 0x04 Frequency 50Hz(0)/60Hz(1) R/O INT16U --1215 0x04

CT RatioPhase 5 ~10000(5step) R/O INT16U :5

1216 0x04 Ground 5 ~10000(5step) R/O INT16U :5

Page 24: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 24 / 54

Address(dec)

FuncCode Description Range Access Format Units

1217 0x04

Trip Out

T/S1

Contact

Off(0), PROT_OR(1),IOCR_OR(2), IOCR_A(3),IOCR_B(4), IOCR_C(5), TOCR_OR(6), TOCR_A(7),TOCR_B(8), TOCR_C(9),OCR_A(10), OCR_B(11),OCR_C(12), IOCGR(13),TOCGR(14),IOCR+TOCR(15),IOCR+IOCGR(16),IOCGR+TOCGR(17),TOCR+TOCGR(18)

R/O INT16U --

1218 0x04 Reset Auto(0), Manual(1) R/O INT16U --

1219 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1220 0x04

T/S2

Contact

Off(0), PROT_OR(1),IOCR_OR(2), IOCR_A(3),IOCR_B(4), IOCR_C(5), TOCR_OR(6), TOCR_A(7),TOCR_B(8), TOCR_C(9),OCR_A(10), OCR_B(11),OCR_C(12), IOCGR(13),TOCGR(14),IOCR+TOCR(15),IOCR+IOCGR(16),IOCGR+TOCGR(17),TOCR+TOCGR(18)

R/O INT16U --

1221 0x04 Reset Self(0), Manual(1) R/O INT16U --

1222 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1223 0x04

T/S3

Contact

Off(0), PROT_OR(1),IOCR_OR(2), IOCR_A(3),IOCR_B(4), IOCR_C(5), TOCR_OR(6), TOCR_A(7),TOCR_B(8), TOCR_C(9),OCR_A(10), OCR_B(11),OCR_C(12), IOCGR(13),TOCGR(14),IOCR+TOCR(15),IOCR+IOCGR(16),IOCGR+TOCGR(17),TOCR+TOCGR(18)

R/O INT16U --

1224 0x04 Reset Self(0), Manual(1) R/O INT16U --

1225 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1226 0x04

T/S4

Contact

Off(0), PROT_OR(1),IOCR_OR(2), IOCR_A(3),IOCR_B(4), IOCR_C(5), TOCR_OR(6), TOCR_A(7),TOCR_B(8), TOCR_C(9),OCR_A(10), OCR_B(11),OCR_C(12), IOCGR(13),TOCGR(14),IOCR+TOCR(15),IOCR+IOCGR(16),IOCGR+TOCGR(17),TOCR+TOCGR(18)

R/O INT16U --

1227 0x04 Reset Self(0), Manual(1) R/O INT16U --

1228 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1229

T/S5

Contact

Off(0), PROT_OR(1),IOCR_OR(2), IOCR_A(3),IOCR_B(4), IOCR_C(5), TOCR_OR(6), TOCR_A(7),TOCR_B(8), TOCR_C(9),OCR_A(10), OCR_B(11),OCR_C(12), IOCGR(13),TOCGR(14),IOCR+TOCR(15),IOCR+IOCGR(16),IOCGR+TOCGR(17),TOCR+TOCGR(18)

R/O INT16U --

1230 0x04 Reset Self(0), Manual(1) R/O INT16U --

1231 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

Page 25: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 25 / 54

Address(dec)

FuncCode Description Range Access Format Units

1232 0x04

Trip Out

T/S6

Contact

Off(0), PROT_OR(1),IOCR_OR(2), IOCR_A(3),IOCR_B(4), IOCR_C(5), TOCR_OR(6), TOCR_A(7),TOCR_B(8), TOCR_C(9),OCR_A(10), OCR_B(11),OCR_C(12), IOCGR(13),TOCGR(14),IOCR+TOCR(15),IOCR+IOCGR(16),IOCGR+TOCGR(17),TOCR+TOCGR(18)

R/O INT16U --

1233 0x04 Reset Self(0), Manual(1) R/O INT16U --

1234 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1235 0x04

T/S7

Contact

Off(0), PROT_OR(1),IOCR_OR(2), IOCR_A(3),IOCR_B(4), IOCR_C(5), TOCR_OR(6), TOCR_A(7),TOCR_B(8), TOCR_C(9),OCR_A(10), OCR_B(11),OCR_C(12), IOCGR(13),TOCGR(14),IOCR+TOCR(15),IOCR+IOCGR(16),IOCGR+TOCGR(17),TOCR+TOCGR(18)

R/O INT16U --

1236 0x04 Reset Self(0), Manual(1) R/O INT16U --

1237 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1238 0x04MODBUS

Baudrate 300(0), 600(1), 1200(2), 2400(3), 4800(4), 9600(5), 19200(6) R/O INT16U --

1239 0x04 Address 1~254(1step) R/O INT16U --1240 ~ ReservedFault1300 0x04 Fault Count 0 ~ 65535 R/O INT16U times

1301 0x04 Fault TypeNone(0), TOCR A(1),IOCR A(2), TOCR B(3),IOCR B(4),TOCR C(5),IOCR C(6), TOCGR (7),ITOCGR(8)

R/O INT16U --

1302 0x04 Fault Time 1 ~ R/O INT16U msec.1303 0x04 Ia 0 ~65535 R/O INT16U A1304 0x04 Ib 0 ~65535 R/O INT16U A1305 0x04 Ic 0 ~65535 R/O INT16U A1306 0x04 In 0 ~65535 R/O INT16U A1307 ~ ReservedControl(BO)2000 0x05 Remote Reset FF00 only W/O -- --2001 0x05 FaultDataClear FF00 only W/O -- --2002 ~ ReservedDevice Configuration

4000 0x10

TOCR

Curve Off(0), NI(1), VI(2), EI(3),LI(4), DT(5), KVI(6), KNI(7) W/O INT16U --

4001 0x10 Pickup 20 ~125 (1step) W/O INT16U 0.1A

4002 0x10 Time Dial 1 ~100(1step) W/O INT16U 0.1

4003 0x10 DT Time 4 ~ 6000 (1step) W/O INT16U 10msec

4004 0x10

IOCR

Mode Off(0), Inst.(1), DT(2) W/O INT16U --

4005 0x10 Pickup 10 ~90(1step) W/O INT16U A

4006 0x10 DT Time 4 ~ 6000 (1step) W/O INT16U 10msec

4007 0x10

TOCGR

Curve Off(0), NI(1), VI(2), EI(3),LI(4), DT(5), KVI(6), KNI(7) W/O INT16U --

4008 0x10 Pickup 2 ~25(1step) W/O INT16U 0.1A

4009 0x10 Time Dial 1 ~100(1step) W/O INT16U 0.1

4010 0x10 DT Time 4 ~ 6000 (1step) W/O INT16U 10msec

Page 26: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 26 / 54

Address(dec)

FuncCode Description Range Access Format Units

4011 0x10

IOCGR

Mode Off(0), Inst.(1), DT(2) W/O INT16U --

4012 0x10 Pickup 5 ~50(1step) W/O INT16U A

4013 0x10 DT Time 4 ~ 6000 (1step) W/O INT16U 10msec

4014 0x10 Frequency 50Hz(0)/60Hz(1) W/O INT16U --

4015 0x10CT Ratio

Phase 5 ~10000(5step) W/O INT16U :5

4016 0x10 Ground 5 ~10000(5step) W/O INT16U :5

4017 0x10

Trip Out

T/S1

Contact

Off(0), PROT_OR(1),IOCR_OR(2), IOCR_A(3),IOCR_B(4), IOCR_C(5), TOCR_OR(6), TOCR_A(7),TOCR_B(8), TOCR_C(9),OCR_A(10), OCR_B(11),OCR_C(12), IOCGR(13),TOCGR(14),IOCR+TOCR(15),IOCR+IOCGR(16),IOCGR+TOCGR(17),TOCR+TOCGR(18)

W/O INT16U --

4018 0x10 Reset Auto(0), Manual(1) W/O INT16U --

4019 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4020 0x10

T/S2

Contact

Off(0), PROT_OR(1),IOCR_OR(2), IOCR_A(3),IOCR_B(4), IOCR_C(5), TOCR_OR(6), TOCR_A(7),TOCR_B(8), TOCR_C(9),OCR_A(10), OCR_B(11),OCR_C(12), IOCGR(13),TOCGR(14),IOCR+TOCR(15),IOCR+IOCGR(16),IOCGR+TOCGR(17),TOCR+TOCGR(18)

W/O INT16U --

4021 0x10 Reset Auto(0), Manual(1) W/O INT16U --

4022 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4023 0x10

T/S3

Contact

Off(0), PROT_OR(1),IOCR_OR(2), IOCR_A(3),IOCR_B(4), IOCR_C(5), TOCR_OR(6), TOCR_A(7),TOCR_B(8), TOCR_C(9),OCR_A(10), OCR_B(11),OCR_C(12), IOCGR(13),TOCGR(14),IOCR+TOCR(15),IOCR+IOCGR(16),IOCGR+TOCGR(17),TOCR+TOCGR(18)

W/O INT16U --

4024 0x10 Reset Auto(0), Manual(1) W/O INT16U --

4025 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4026 0x10

T/S4

Contact

Off(0), PROT_OR(1),IOCR_OR(2), IOCR_A(3),IOCR_B(4), IOCR_C(5), TOCR_OR(6), TOCR_A(7),TOCR_B(8), TOCR_C(9),OCR_A(10), OCR_B(11),OCR_C(12), IOCGR(13),TOCGR(14),IOCR+TOCR(15),IOCR+IOCGR(16),IOCGR+TOCGR(17),TOCR+TOCGR(18)

W/O INT16U --

4027 0x10 Reset Auto(0), Manual(1) W/O INT16U --

4028 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

Page 27: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 27 / 54

Address(dec)

FuncCode Description Range Access Format Units

4029 0x10

Trip Out

T/S5

Contact

Off(0), PROT_OR(1),IOCR_OR(2), IOCR_A(3),IOCR_B(4), IOCR_C(5), TOCR_OR(6), TOCR_A(7),TOCR_B(8), TOCR_C(9),OCR_A(10), OCR_B(11),OCR_C(12), IOCGR(13),TOCGR(14),IOCR+TOCR(15),IOCR+IOCGR(16),IOCGR+TOCGR(17),TOCR+TOCGR(18)

W/O INT16U --

4030 0x10 Reset Auto(0), Manual(1) W/O INT16U --

4031 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4032 0x10

T/S6

Contact

Off(0), PROT_OR(1),IOCR_OR(2), IOCR_A(3),IOCR_B(4), IOCR_C(5), TOCR_OR(6), TOCR_A(7),TOCR_B(8), TOCR_C(9),OCR_A(10), OCR_B(11),OCR_C(12), IOCGR(13),TOCGR(14),IOCR+TOCR(15),IOCR+IOCGR(16),IOCGR+TOCGR(17),TOCR+TOCGR(18)

W/O INT16U --

4033 0x10 Reset Auto(0), Manual(1) W/O INT16U --

4034 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4035 0x10

T/S7

Contact

Off(0), PROT_OR(1),IOCR_OR(2), IOCR_A(3),IOCR_B(4), IOCR_C(5), TOCR_OR(6), TOCR_A(7),TOCR_B(8), TOCR_C(9),OCR_A(10), OCR_B(11),OCR_C(12), IOCGR(13),TOCGR(14),IOCR+TOCR(15),IOCR+IOCGR(16),IOCGR+TOCGR(17),TOCR+TOCGR(18)

W/O INT16U --

4036 0x10 Reset Auto(0), Manual(1) W/O INT16U --

4037 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4038 0x10MODBUS

Baudrate 300(0), 600(1), 1200(2), 2400(3), 4800(4), 9600(5), 19200(6) W/O INT16U --

4039 0x10 Address 1~254(1step) W/O INT16U --

4040 ~ Reserved

Page 28: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 28 / 54

8.10 GDR-CD01 Register MapAddress

(dec)FuncCode Description Range Access Format Units

Device Identity0000 0x03 Unit Address 1 ~ 254 R/O INT16U --

0001~11 0x03 Device Type 11 characters"GDR-CD01 " R/O ASCII --

0012~15 0x03 S/W Version0001 4 characters R/O ASCII --

0016~19 0x03 Password 0 ~ 9 R/O INT16U --

0020 ~ ReservedMeasurement1000 0x04 A(B) Voltage RMS 0~655.35 R/O INT16U kV

1001 0x04 B(C) Voltage RMS 0~655.35 R/O INT16U kV

1002 0x04 C(A) Voltage RMS 0~655.35 R/O INT16U kV1003 ~ ReservedStatus

1100 0x04 Self-Diagnosis

Bit0:Power Fail1:CPU WatchDog2:Memory3:Setting4~15:Reserved

Fail(1),OK(0)Fail(1),OK(0)Fail(1),OK(0)Fail(1),OK(0)

R/O Bit Struct --

1101 0x04 Protection

Bit:0: OVR START1: OVRA OP2: OVRB OP3: OVRC OP4: UVR START5: UVRA OP6: UVRB OP7: UVRC OP8~15:Reserved

Start(1),NOP(0)OP(1),NOP(0)OP(1),NOP(0)OP(1),NOP(0)Start(1),NOP(0)OP(1),NOP(0)OP(1),NOP(0)OP(1),NOP(0)

R/O Bit Struct --

1102 ~ ReservedDevice Configuration1200 0x04

OVR

Curve Off(0), NI(1), DT(2) R/O INT16U --

1201 0x04 Pickup 650 ~ 1650 (25step) R/O INT16U 0.1V

1202 0x04 Time Dial 1 ~ 100 (1step) R/O INT16U 0.1

1203 0x04 DT Time 4 ~ 6000 (1step) R/O INT16U 10msec

1204 0x04

UVR

Curve Off(0), NI(1), DT(2) R/O INT16U --

1205 0x04 Pickup 30 ~ 1050 (25step) R/O INT16U 0.1V

1206 0x04 Time Dial 1 ~ 100 (1step) R/O INT16U 0.1

1207 0x04 DT Time 4 ~ 6000 (1step) R/O INT16U 10msec

1208 0x04 OP Mode Digital(0)/Induction(1) R/O INT16U --

1209 0x04 RST Mode On(0), Off(1) R/O INT16U

1210 0x04 RST Time 1 ~ 1800 (1step) R/O INT16U 100msec

1211 0x04 Frequency 50Hz(0)/60Hz(1) R/O INT16U --

1212 0x04 Phase PT Connection Delta(0)/Wye(1) R/O INT16U --

1213 0x04 Phase PT Ratio 1~32000(1step) R/O INT16U 0.1

1214 0x04

Trip Out T/S1

Contact

Off(0), PROT_OR(1),OVR_OR(2),OVR_A(3),OVR_B(4), OVR_C(5),UVR_OR(6), UVR_A(7),UVR_B(8), UVR_C(9)

R/O INT16U --

1215 0x04 Reset Self(0), Manual(1) R/O INT16U --

1216 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

Page 29: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 29 / 54

Address(dec)

FuncCode Description Range Access Format Units

1217 0x04

Trip Out

T/S2Contact

Off(0), PROT_OR(1),OVR_OR(2),OVR_A(3),OVR_B(4), OVR_C(5),UVR_OR(6), UVR_A(7),UVR_B(8), UVR_C(9)

R/O INT16U --

1218 0x04 Reset Self(0), Manual(1) R/O INT16U --1219 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1220 0x04T/S3

Contact

Off(0), PROT_OR(1),OVR_OR(2),OVR_A(3),OVR_B(4), OVR_C(5),UVR_OR(6), UVR_A(7),UVR_B(8), UVR_C(9)

R/O INT16U --

1221 0x04 Reset Self(0), Manual(1) R/O INT16U --1222 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1223 0x04T/S4

Contact

Off(0), PROT_OR(1),OVR_OR(2),OVR_A(3),OVR_B(4), OVR_C(5),UVR_OR(6), UVR_A(7),UVR_B(8), UVR_C(9)

R/O INT16U --

1224 0x04 Reset Self(0), Manual(1) R/O INT16U --1225 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1226 0x04T/S5

Contact

Off(0), PROT_OR(1),OVR_OR(2),OVR_A(3),OVR_B(4), OVR_C(5),UVR_OR(6), UVR_A(7),UVR_B(8), UVR_C(9)

R/O INT16U --

1227 0x04 Reset Self(0), Manual(1) R/O INT16U --1228 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1229 0x04T/S6

Contact

Off(0), PROT_OR(1),OVR_OR(2),OVR_A(3),OVR_B(4), OVR_C(5),UVR_OR(6), UVR_A(7),UVR_B(8), UVR_C(9)

R/O INT16U --

1230 0x04 Reset Self(0), Manual(1) R/O INT16U --1231 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1232 0x04

T/S7

Contact

Off(0), PROT_OR(1),OVR_OR(2),OVR_A(3),OVR_B(4), OVR_C(5),UVR_OR(6), UVR_A(7),UVR_B(8), UVR_C(9)

R/O INT16U --

1233 0x04 Reset Self(0), Manual(1) R/O INT16U --

1234 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1235 0x04MODBUS

Baudrate 300(0), 600(1), 1200(2), 2400(3), 4800(4), 9600(5), 19200(6) R/O INT16U --

1236 0x04 Address 1~254(1step) R/O INT16U --1237 ~ ReservedFault1300 0x04 Fault Count 0 ~ 65535 R/O INT16U times

1301 0x04 Fault TypeNone(0), OVR_A(1), OVR_B(2), OVR_C(3), UVR_A(4), UVR_B(5), UVR_C(6)

R/O INT16U --

1302 0x04 Fault Time 1 ~ 65535 R/O INT16U msec.1303 0x04 Va(b) 0 ~65535 R/O INT16U 0.1V1304 0x04 Vb(c) 0 ~65535 R/O INT16U 0.1V1305 0x04 Vc(a) 0 ~65535 R/O INT16U 0.1V1306 ~ ReservedControl(BO)2000 0x05 Remote Reset FF00 only W/O -- --2001 0x05 Fault Data Clear FF00 only W/O -- --2002 ~ ReservedDevice Configuration4000 0x10

OVR

Curve Off(0), NI(1), DT(2) W/O INT16U --4001 0x10 Pickup 650 ~ 1650 (25step) W/O INT16U 0.1V4002 0x10 Time Dial 1 ~ 100 (1step) W/O INT16U 0.14003 0x10 DT Time 4 ~ 6000 (1step) W/O INT16U 10msec

Page 30: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 30 / 54

Address(dec)

FuncCode Description Range Access Format Units

4004 0x10

UVR

Curve Off(0), NI(1), DT(2) W/O INT16U --4005 0x10 Pickup 30 ~ 1050 (25step) W/O INT16U 0.1V4006 0x10 Time Dial 1 ~ 100 (1step) W/O INT16U 0.14007 0x10 DT Time 4 ~ 6000 (1step) W/O INT16U 10msec4008 0x10 OP Mode Digital(0)/Induction(1) W/O INT16U --4009 0x10 RST Mode On(0), Off(1) W/O INT16U4010 0x10 RST Time 1 ~ 1800 (1step) W/O INT16U 100msec4011 0x10 Frequency 50Hz(0)/60Hz(1) W/O INT16U --4012 0x10 Phase PT Connection Delta(0)/Wye(1) W/O INT16U --4013 0x10 Phase PT Ratio 1~32000(1step) W/O INT16U 0.1

4014 0x10

Trip Out

T/S1Contact

Off(0), PROT_OR(1),OVR_OR(2),OVR_A(3),OVR_B(4), OVR_C(5),UVR_OR(6), UVR_A(7),UVR_B(8), UVR_C(9)

W/O INT16U --

4015 0x10 Reset Self(0), Manual(1) W/O INT16U --4016 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4017 0x10T/S2

Contact

Off(0), PROT_OR(1),OVR_OR(2),OVR_A(3),OVR_B(4), OVR_C(5),UVR_OR(6), UVR_A(7),UVR_B(8), UVR_C(9)

W/O INT16U --

4018 0x10 Reset Self(0), Manual(1) W/O INT16U --4019 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4020 0x10T/S3

Contact

Off(0), PROT_OR(1),OVR_OR(2),OVR_A(3),OVR_B(4), OVR_C(5),UVR_OR(6), UVR_A(7),UVR_B(8), UVR_C(9)

W/O INT16U --

4021 0x10 Reset Self(0), Manual(1) W/O INT16U --4022 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4023 0x10T/S4

Contact

Off(0), PROT_OR(1),OVR_OR(2),OVR_A(3),OVR_B(4), OVR_C(5),UVR_OR(6), UVR_A(7),UVR_B(8), UVR_C(9)

W/O INT16U --

4024 0x10 Reset Self(0), Manual(1) W/O INT16U --4025 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4026 0x10T/S5

Contact

Off(0), PROT_OR(1),OVR_OR(2),OVR_A(3),OVR_B(4), OVR_C(5),UVR_OR(6), UVR_A(7),UVR_B(8), UVR_C(9)

W/O INT16U --

4027 0x10 Reset Self(0), Manual(1) W/O INT16U --4028 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4029 0x10T/S6

Contact

Off(0), PROT_OR(1),OVR_OR(2),OVR_A(3),OVR_B(4), OVR_C(5),UVR_OR(6), UVR_A(7),UVR_B(8), UVR_C(9)

W/O INT16U --

4030 0x10 Reset Self(0), Manual(1) W/O INT16U --4031 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4032 0x10T/S7

Contact

Off(0), PROT_OR(1),OVR_OR(2),OVR_A(3),OVR_B(4), OVR_C(5),UVR_OR(6), UVR_A(7),UVR_B(8), UVR_C(9)

W/O INT16U --

4033 0x10 Reset Self(0), Manual(1) W/O INT16U --4034 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4035 0x10MODBUS

Baudrate 300(0), 600(1), 1200(2), 2400(3), 4800(4), 9600(5), 19200(6) W/O INT16U --

4036 0x10 Address 1~254(1step) W/O INT16U --4037 ~ Reserved

Page 31: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 31 / 54

8.11 GDR-ACD01 Register MapAddress

(dec)FuncCode Description Range Access Format Units

Device Identity0000 0x03 Unit Address 1 ~ 254 R/O INT16U --0001~11 0x03 Device Type 11 characters "GDR-ACD01 " R/O ASCII --0012~15 0x03 S/W Version 4 characters R/O ASCII --0016~19 0x03 Password 0 ~ 9 R/O INT16U --0020 ~ ReservedMeasurement1000 0x04 Phase A Current RMS 0~65.535 R/O INT16U kA1001 0x04 Phase C Current RMS 0~65.535 R/O INT16U kA1002 0x04 AB Voltage RMS 0~655.35 R/O INT16U kV1003 0x04 BC Voltage RMS 0~655.35 R/O INT16U kV1004 0x04 CA Voltage RMS 0~655.35 R/O INT16U kV1005 ~ ReservedStatus

1100 0x04 Self-Diagnosis

Bit0:Power Fail1:CPU WatchDog2:Memory3:Setting4~15:Reserved

Fail(1),OK(0)Fail(1),OK(0)Fail(1),OK(0)Fail(1),OK(0)

R/O Bit Struct --

1101 0x04 Protection

Bit:0: OCR START1: TOCRA OP2: TOCRC OP3: IOCRA OP4: IOCRC OP5: OVR START6: OVRA OP7: OVRB OP8: OVRC OP9: UVR START10: UVRA OP11: UVRB OP12: UVRC OP13~15:Reserved

Start(1),NOP(0)OP(1),NOP(0)OP(1),NOP(0)OP(1),NOP(0)OP(1),NOP(0)Start(1),NOP(0)OP(1),NOP(0)OP(1),NOP(0)OP(1),NOP(0)Start(1),NOP(0)OP(1),NOP(0)OP(1),NOP(0)OP(1),NOP(0)

R/O Bit Struct --

1102 ~ ReservedDevice Configuration

1200 0x04

TOCR

Curve Off(0), NI(1), VI(2), EI(3),LI(4), DT(5), KVI(6), KNI(7) R/O INT16U --

1201 0x04 Pickup 20 ~ 125 (1step) R/O INT16U 0.1V1202 0x04 Time Dial 1 ~ 100 (1step) R/O INT16U 0.11203 0x04 DT Time 4 ~ 6000 (1step) R/O INT16U 10msec1204 0x04

IOCRMode Off(0), Inst.(1), DT(2) R/O INT16U --

1205 0x04 Pickup 10 ~ 90 (1step) R/O INT16U 0.1V1206 0x04 DT Time 4 ~ 6000 (1step) R/O INT16U 10msec1207 0x04

OVR

Curve Off(0), NI(1), DT(2) R/O INT16U --1208 0x04 Pickup 650 ~ 1650 (25step) R/O INT16U 0.1V1209 0x04 Time Dial 1 ~ 100 (1step) R/O INT16U 0.11210 0x04 DT Time 4 ~ 6000 (1step) R/O INT16U 10msec1211 0x04

UVR

Curve Off(0), NI(1), DT(2) R/O INT16U --1212 0x04 Pickup 30 ~ 1050 (25step) R/O INT16U 0.1V1213 0x04 Time Dial 1 ~ 100 (1step) R/O INT16U 0.11214 0x04 DT Time 4 ~ 6000 (1step)9 R/O INT16U 10msec1215 0x04 OP Mode Digital(0)/Induction(1) R/O INT16U --1216 0x04 RST Mode On(0), Off(1) R/O INT16U1217 0x04 RST Time 1 ~ 1800 (1step) R/O INT16U 100msec

Page 32: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 32 / 54

Address(dec)

FuncCode Description Range Access Format Units

1218 0x04 Frequency 50Hz(0)/60Hz(1) R/O INT16U --

1219 0x04 Phase PT Ratio 1~32000(1step) R/O INT16U 0.1

1220 0x04 Phase CT Ratio 5~10000(5step) R/O INT16U --

1221 0x04

Trip Out

T/S1Contact

Off(0), PROT_OR(1),IOCR(2), TOCR(3),OVR_OR(4), UVR_OR(5),OCR_OR(6), OCR+OVR(7), OCR+UVR(8), OVR+UVR(9)

R/O INT16U --

1222 0x04 Reset Self(0), Manual(1) R/O INT16U --1223 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1224 0x04T/S2

Contact

Off(0), PROT_OR(1),IOCR(2), TOCR(3),OVR_OR(4), UVR_OR(5),OCR_OR(6), OCR+OVR(7), OCR+UVR(8), OVR+UVR(9)

R/O INT16U --

1225 0x04 Reset Self(0), Manual(1) R/O INT16U --1226 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1227 0x04T/S3

Contact

Off(0), PROT_OR(1),IOCR(2), TOCR(3),OVR_OR(4), UVR_OR(5),OCR_OR(6), OCR+OVR(7), OCR+UVR(8), OVR+UVR(9)

R/O INT16U --

1228 0x04 Reset Self(0), Manual(1) R/O INT16U --1229 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1230 0x04T/S4

Contact

Off(0), PROT_OR(1),IOCR(2), TOCR(3),OVR_OR(4), UVR_OR(5),OCR_OR(6), OCR+OVR(7), OCR+UVR(8), OVR+UVR(9)

R/O INT16U --

1231 0x04 Reset Self(0), Manual(1) R/O INT16U --1232 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1233 0x04T/S5

Contact

Off(0), PROT_OR(1),IOCR(2), TOCR(3),OVR_OR(4), UVR_OR(5),OCR_OR(6), OCR+OVR(7), OCR+UVR(8), OVR+UVR(9)

R/O INT16U --

1234 0x04 Reset Self(0), Manual(1) R/O INT16U --1235 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1236 0x04T/S6

Contact

Off(0), PROT_OR(1),IOCR(2), TOCR(3),OVR_OR(4), UVR_OR(5),OCR_OR(6), OCR+OVR(7), OCR+UVR(8), OVR+UVR(9)

R/O INT16U --

1237 0x04 Reset Self(0), Manual(1) R/O INT16U --1238 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1239 0x04T/S7

Contact

Off(0), PROT_OR(1),IOCR(2), TOCR(3),OVR_OR(4), UVR_OR(5),OCR_OR(6), OCR+OVR(7), OCR+UVR(8), OVR+UVR(9)

R/O INT16U --

1240 0x04 Reset Self(0), Manual(1) R/O INT16U --1241 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1242 0x04MODBUS

Baudrate 300(0), 600(1), 1200(2), 2400(3), 4800(4), 9600(5), 19200(6) R/O INT16U --

1243 0x04 Address 1~254(1step) R/O INT16U --

1244 ~ Reserved

Page 33: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 33 / 54

Address(dec)

FuncCode Description Range Access Format Units

Fault1300 0x04 Fault Count 0 ~ 65535 R/O INT16U times

1301 0x04 Fault Type

None(0),TOCR_A(1), IOCR_A(2),TOCR_C(3), IOCR_C(4), OVR_AB(5), OVR_BC(6),OVR_CA(7), UVR_AB(8),UVR_BC(9), UVR_CA(10)

R/O INT16U --

1302 0x04 Fault Time 1 ~ R/O INT16U msec.

1303 0x04 Ia 0 ~65535 R/O INT16U 0.01A

1304 0x04 Ic 0 ~65535 R/O INT16U 0.01A

1305 0x04 Vab 0 ~65535 R/O INT16U 0.1V

1306 0x04 Vbc 0 ~65535 R/O INT16U 0.1V

1307 0x04 Vca 0 ~65535 R/O INT16U 0.1V1308 ~ ReservedControl(BO)2000 0x05 Remote Reset FF00 only W/O -- --

2001 0x05 Fault Data Clear FF00 only W/O -- --2002 ~ ReservedDevice Configuration

4000 0x10

TOCR

Curve Off(0), NI(1), VI(2), EI(3),LI(4), DT(5), KVI(6), KNI(7) W/O INT16U --

4001 0x10 Pickup 20 ~ 125 (1step) W/O INT16U 0.1A

4002 0x10 Time Dial 1 ~ 100 (1step) W/O INT16U 0.1

4003 0x10 DT Time 4 ~ 6000 (1step) W/O INT16U 10msec

4004 0x10

IOCR

Mode Off(0), Inst.(1), DT(2) W/O INT16U --

4005 0x10 Pickup 10 ~ 90 (1step) W/O INT16U A

4006 0x10 DT Time 4 ~ 6000 (1step) W/O INT16U 10msec

4007 0x10

OVR

Curve Off(0), NI(1), DT(2) W/O INT16U --

4008 0x10 Pickup 650 ~ 1650 (25step) W/O INT16U 0.1V

4009 0x10 Time Dial 1 ~ 100 (1step) W/O INT16U 0.1

4010 0x10 DT Time 4 ~ 6000 (1step) W/O INT16U 10msec

4011 0x10

UVR

Curve Off(0), NI(1), DT(2) W/O INT16U --

4012 0x10 Pickup 30 ~ 1050 (25step) W/O INT16U 0.1V

4013 0x10 Time Dial 1 ~ 100 (1step) W/O INT16U 0.1

4014 0x10 DT Time 4 ~ 6000 (1step) W/O INT16U 10msec

4015 0x10 OP Mode Digital(0)/Induction(1) W/O INT16U --

4016 0x10 RST Mode On(0), Off(1) W/O INT16U

4017 0x10 RST Time 1 ~ 1800 (1step) W/O INT16U 100msec

4018 0x10 Frequency 50Hz(0)/60Hz(1) W/O INT16U --

4019 0x10 Phase PT Ratio 1~32000(1step) W/O INT16U 0.1

4020 0x10 Phase CT Ratio 5~10000(5step) W/O INT16U --

4021 0x10

Trip Out T/S1

Contact

Off(0), PROT_OR(1),IOCR(2), TOCR(3),OVR_OR(4), UVR_OR(5),OCR_OR(6), OCR+OVR(7), OCR+UVR(8), OVR+UVR(9)

W/O INT16U --

4022 0x10 Reset Self(0), Manual(1) W/O INT16U --

4023 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

Page 34: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 34 / 54

Address(dec)

FuncCode Description Range Access Format Units

Fault

4024 0x10

Trip Out

T/S2

Contact

Off(0), PROT_OR(1),IOCR(2), TOCR(3),OVR_OR(4), UVR_OR(5),OCR_OR(6), OCR+OVR(7), OCR+UVR(8), OVR+UVR(9)

W/O INT16U --

4025 0x10 Reset Self(0), Manual(1) W/O INT16U --

4026 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4027 0x10

T/S3

Contact

Off(0), PROT_OR(1),IOCR(2), TOCR(3),OVR_OR(4), UVR_OR(5),OCR_OR(6), OCR+OVR(7), OCR+UVR(8), OVR+UVR(9)

W/O INT16U --

4028 0x10 Reset Self(0), Manual(1) W/O INT16U --

4029 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4030 0x10

T/S4

Contact

Off(0), PROT_OR(1),IOCR(2), TOCR(3),OVR_OR(4), UVR_OR(5),OCR_OR(6), OCR+OVR(7), OCR+UVR(8), OVR+UVR(9)

W/O INT16U --

4031 0x10 Reset Self(0), Manual(1) W/O INT16U --

4032 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4033 0x10

T/S5

Contact

Off(0), PROT_OR(1),IOCR(2), TOCR(3),OVR_OR(4), UVR_OR(5),OCR_OR(6), OCR+OVR(7), OCR+UVR(8), OVR+UVR(9)

W/O INT16U --

4034 0x10 Reset Self(0), Manual(1) W/O INT16U --

4035 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4036 0x10

T/S6

Contact

Off(0), PROT_OR(1),IOCR(2), TOCR(3),OVR_OR(4), UVR_OR(5),OCR_OR(6), OCR+OVR(7), OCR+UVR(8), OVR+UVR(9)

W/O INT16U --

4037 0x10 Reset Self(0), Manual(1) W/O INT16U --

4038 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4039 0x10

T/S7

Contact

Off(0), PROT_OR(1),IOCR(2), TOCR(3),OVR_OR(4), UVR_OR(5),OCR_OR(6), OCR+OVR(7), OCR+UVR(8), OVR+UVR(9)

W/O INT16U --

4040 0x10 Reset Self(0), Manual(1) W/O INT16U --

4041 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4042 0x10MODBUS

Baudrate 300(0), 600(1), 1200(2), 2400(3), 4800(4), 9600(5), 19200(6) W/O INT16U --

4043 0x10 Address 1~254(1step) W/O INT16U --

4044 ~ Reserved

Page 35: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 35 / 54

8.12 GDR-AEF01 Register MapAddress

(dec)FuncCode Description Range Access Format Units

Device Identity0000 0x03 Unit Address 1 ~ 254 R/O INT16U --

0001~11 0x03 Device Type 11 characters "GDR-AEF01 " R/O ASCII --

0012~15 0x03 S/W Version 4 characters R/O ASCII --

0016~19 0x03 Password 0 ~ 9 R/O INT16U --

0020 ~ ReservedMeasurement1000 0x04 Phase A Current RMS 0~65.535 R/O INT16U kA

1001 0x04 Phase C Current RMS 0~65.535 R/O INT16U kA

1002 0x04 Ground Voltage RMS 0~655.35 R/O INT16U kV

1003 0x04 Ground Voltage Phase Angel 0~359.9 R/O INT16U °(deg)

1004 0x04 Ground Current RMS 0~655.35 R/O INT16U mA

1005 0x04 Ground Current Phase Angel 0~359.9 R/O INT16U °(deg)1006 ~ ReservedStatus

1100 0x04 Self-Diagnosis

Bit0:Power Fail1:CPU WatchDog2:Memory3:Setting4~15:Reserved

Fail(1),OK(0)Fail(1),OK(0)Fail(1),OK(0)Fail(1),OK(0)

R/O Bit Struct --

1101 0x04 Protection

Bit:0: OCR START1: TOCRA OP2: TOCRC OP3: IOCRA OP4: IOCRC OP5: OVGR START6: TOVGR OP7: IOVGR OP8: SGR START9: SGR OP10~15:Reserved

Start(1),NOP(0)OP(1),NOP(0)OP(1),NOP(0)OP(1),NOP(0)OP(1),NOP(0)Start(1),NOP(0)OP(1),NOP(0)OP(1),NOP(0)Start(1),NOP(0)OP(1),NOP(0)

R/O Bit Struct --

1102 ~ ReservedDevice Configuration

1200 0x04

TOCR

Curve Off(0), NI(1), VI(2), EI(3),LI(4), DT(5), KVI(6), KNI(7) R/O INT16U --

1201 0x04 Pickup 20 ~ 125 (1step) R/O INT16U 0.1V

1202 0x04 Time Dial 1 ~ 100 (1step) R/O INT16U 0.1

1203 0x04 DT Time 4 ~ 6000 (1step) R/O INT16U 10msec

1204 0x04

IOCR

Mode Off(0), Inst.(1), DT(2) R/O INT16U --

1205 0x04 Pickup 10 ~ 90 (1step) R/O INT16U 0.1V

1206 0x04 DT Time 4 ~ 6000 (1step) R/O INT16U 10msec

1207 0x04

TOVGR

Curve Off(0), NI(1), DT(5) R/O INT16U --

1208 0x04 Pickup 75 ~ 1000 (25step) R/O INT16U 0.1V

1209 0x04 Time Dial 1 ~ 100 (1step) R/O INT16U 0.1

1210 0x04 DT Time 4 ~ 6000 (1step) R/O INT16U 10msec

1211 0x04

IOVGR

Mode Off(0), Inst.(1), DT(2) R/O INT16U --

1212 0x04 Pickup 1100 ~ 1400 (25step) R/O INT16U 0.1V

1213 0x04 DT Time 4 ~ 6000 (1step) R/O INT16U 10msec

Page 36: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 36 / 54

Address(dec)

FuncCode Description Range Access Format Units

1214 0x04

SGR

Curve Off(0), DT(1) R/O INT16U --

1215 0x04 Vo Pickup 75 ~ 1000 (25step) R/O INT16U 0.1V

1216 0x04 Io Pickup 9 ~ 100(1step) R/O INT16U 0.1mA

1217 0x04 MTA 0 ~ 60 (1step) R/O INT16U ˚

1218 0x04 Time Dial 1 ~ 100 (1step) R/O INT16U 0.1

1219 0x04 DT Time 4 ~ 6000 (1step) R/O INT16U 10msec

1220 0x04 Frequency 50Hz(0)/60Hz(1) R/O INT16U --

1221 0x04 Ground PT Ratio 1~32000(1step) R/O INT16U 0.1

1222 0x04 Phase CT Ratio 5~10000(5step) R/O INT16U --

1223 0x04

Trip Out

T/S1

Contact

Off(0), PROT_OR(1),IOCR(2), TOCR(3),IOVGR(4), TOVGR(5),SGR(6), OCR_OR(7),IOVGR+TOVGR(8),OCR+OVGR(9),OCR+SGR(10),OVGR+SGR(11)

R/O INT16U --

1224 0x04 Reset Self(0), Manual(1) R/O INT16U --

1225 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1226 0x04

T/S2

Contact

Off(0), PROT_OR(1),IOCR(2), TOCR(3),IOVGR(4), TOVGR(5),SGR(6), OCR_OR(7),IOVGR+TOVGR(8),OCR+OVGR(9),OCR+SGR(10),OVGR+SGR(11)

R/O INT16U --

1227 0x04 Reset Self(0), Manual(1) R/O INT16U --

1228 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1229 0x04

T/S3

Contact

Off(0), PROT_OR(1),IOCR(2), TOCR(3),IOVGR(4), TOVGR(5),SGR(6), OCR_OR(7),IOVGR+TOVGR(8),OCR+OVGR(9),OCR+SGR(10),OVGR+SGR(11)

R/O INT16U --

1230 0x04 Reset Self(0), Manual(1) R/O INT16U --

1231 0x04 Reset Delay 3~6000(1step) R/O INT16U 10msec

1232 0x04

T/S4

Contact

Off(0), PROT_OR(1),IOCR(2), TOCR(3),IOVGR(4), TOVGR(5),SGR(6), OCR_OR(7),IOVGR+TOVGR(8),OCR+OVGR(9),OCR+SGR(10),OVGR+SGR(11)

R/O INT16U --

1233 0x04 Reset Self(0), Manual(1) R/O INT16U --

1234 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1235 0x04

T/S5

Contact

Off(0), PROT_OR(1),IOCR(2), TOCR(3),IOVGR(4), TOVGR(5),SGR(6), OCR_OR(7),IOVGR+TOVGR(8),OCR+OVGR(9),OCR+SGR(10),OVGR+SGR(11)

R/O INT16U --

1236 0x04 Reset Self(0), Manual(1) R/O INT16U --

1237 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1238 0x04

T/S6

Contact

Off(0), PROT_OR(1),IOCR(2), TOCR(3),IOVGR(4), TOVGR(5),SGR(6), OCR_OR(7),IOVGR+TOVGR(8),OCR+OVGR(9),OCR+SGR(10),OVGR+SGR(11)

R/O INT16U --

1239 0x04 Reset Self(0), Manual(1) R/O INT16U --

1240 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

Page 37: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 37 / 54

Address(dec)

FuncCode Description Range Access Format Units

1241 0x04

Trip Out T/S7

Contact

Off(0), PROT_OR(1),IOCR(2), TOCR(3),IOVGR(4), TOVGR(5),SGR(6), OCR_OR(7),IOVGR+TOVGR(8),OCR+OVGR(9),OCR+SGR(10),OVGR+SGR(11)

R/O INT16U --

1242 0x04 Reset Self(0), Manual(1) R/O INT16U --

1243 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1244 0x04MODBUS

Baudrate 300(0), 600(1), 1200(2), 2400(3), 4800(4), 9600(5), 19200(6) R/O INT16U --

1245 0x04 Address 1~254(1step) R/O INT16U --

1246 ~ ReservedFault1300 0x04 Fault Count 0 ~ 65535 R/O INT16U times

1301 0x04 Fault TypeNone(0), TOCRA(1), IOCRA(2),TOCRC(3),IOCRC(4), TOVGR(5),IOVGR(6), SGR(7),

R/O INT16U --

1302 0x04 Fault Time 1 ~ R/O INT16U msec.

1303 0x04 Ia 0 ~65535 R/O INT16U 0.01A

1304 0x04 Ic 0 ~65535 R/O INT16U 0.01A

1305 0x04 Vo 0 ~65535 R/O INT16U 0.1V

1306 0x04 Io 0 ~65535 R/O INT16U 0.01mA

1307 0x04 Vo Phase Angle 0 ~3600 R/O INT16U 0.1˚

1308 0x04 Io Phase Angle 0 ~3600 R/O INT16U 0.1˚

1309 ~ ReservedControl(BO)2000 0x05 Remote Reset FF00 only W/O -- --

2001 0x05 Fault Data Clear FF00 only W/O -- --

2002 ~ ReservedDevice Configuration

4000 0x10

TOCR

Curve Off(0), NI(1), VI(2), EI(3),LI(4), DT(5), KVI(6), KNI(7) W/O INT16U --

4001 0x10 Pickup 20 ~ 125 (1step) W/O INT16U 0.1A4002 0x10 Time Dial 1 ~ 100 (1step) W/O INT16U 0.14003 0x10 DT Time 4 ~ 6000 (1step) W/O INT16U 10msec4004 0x10

IOCRMode Off(0), Inst.(1), DT(2) W/O INT16U --

4005 0x10 Pickup 10 ~ 90 (1step) W/O INT16U A4006 0x10 DT Time 4 ~ 6000 (1step) W/O INT16U 10msec4007 0x10

TOVGR

Curve Off(0), NI(1), DT(2) W/O INT16U --4008 0x10 Pickup 75 ~ 1000 (25step) W/O INT16U 0.1V4009 0x10 Time Dial 1 ~ 100 (1step) W/O INT16U 0.14010 0x10 DT Time 10 ~ 6000 (5step) W/O INT16U 10msec4011 0x10

IOVGRMode Off(0), Inst.(1), DT(2) W/O INT16U --

4012 0x10 Pickup 1000 ~ 14000 (25step) W/O INT16U 0.1V4013 0x10 DT Time 4 ~ 6000 (1step) W/O INT16U 10msec4014 0x10

SGR

Curve Off(0), DT(1) W/O INT16U --4015 0x10 Vo Pickup 75 ~ 1000 (25step) W/O INT16U 0.1V4016 0x10 Io Pickup 9 ~ 100(1step) W/O INT16U 0.1mA4017 0x10 MTA 0 ~ 60 (1step) W/O INT16U ˚

4018 0x10 Time Dial 1 ~ 100 (1step) W/O INT16U 0.14019 0x10 DT Time 4 ~ 6000 (1step) W/O INT16U 10msec4020 0x10 Frequency 50Hz(0)/60Hz(1) W/O INT16U --4021 0x10 Ground PT Ratio 1~32000(1step) W/O INT16U 0.14022 0x10 Phase CT Ratio 5~10000(5step) W/O INT16U --

Page 38: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 38 / 54

Address(dec)

FuncCode Description Range Access Format Units

4023 0x10

Trip Out

T/S1

Contact

Off(0), PROT_OR(1),IOCR(2), TOCR(3),IOVGR(4), TOVGR(5),SGR(6), OCR_OR(7),IOVGR+TOVGR(8),OCR+OVGR(9),OCR+SGR(10),OVGR+SGR(11)

W/O INT16U --

4024 0x10 Reset Self(0), Manual(1) W/O INT16U --

4025 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4026 0x10

T/S2

Contact

Off(0), PROT_OR(1),IOCR(2), TOCR(3),IOVGR(4), TOVGR(5),SGR(6), OCR_OR(7),IOVGR+TOVGR(8),OCR+OVGR(9),OCR+SGR(10),OVGR+SGR(11)

W/O INT16U --

4027 0x10 Reset Self(0), Manual(1) W/O INT16U --

4028 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4029 0x10

T/S3

Contact

Off(0), PROT_OR(1),IOCR(2), TOCR(3),IOVGR(4), TOVGR(5),SGR(6), OCR_OR(7),IOVGR+TOVGR(8),OCR+OVGR(9),OCR+SGR(10),OVGR+SGR(11)

W/O INT16U --

4030 0x10 Reset Self(0), Manual(1) W/O INT16U --

4031 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4032 0x10

T/S4

Contact

Off(0), PROT_OR(1),IOCR(2), TOCR(3),IOVGR(4), TOVGR(5),SGR(6), OCR_OR(7),IOVGR+TOVGR(8),OCR+OVGR(9),OCR+SGR(10),OVGR+SGR(11)

W/O INT16U --

4033 0x10 Reset Self(0), Manual(1) W/O INT16U --

4034 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4035 0x10

T/S5

Contact

Off(0), PROT_OR(1),IOCR(2), TOCR(3),IOVGR(4), TOVGR(5),SGR(6), OCR_OR(7),IOVGR+TOVGR(8),OCR+OVGR(9),OCR+SGR(10),OVGR+SGR(11)

W/O INT16U --

4036 0x10 Reset Self(0), Manual(1) W/O INT16U --

4037 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4038 0x10

T/S6

Contact

Off(0), PROT_OR(1),IOCR(2), TOCR(3),IOVGR(4), TOVGR(5),SGR(6), OCR_OR(7),IOVGR+TOVGR(8),OCR+OVGR(9),OCR+SGR(10),OVGR+SGR(11)

W/O INT16U --

4039 0x10 Reset Self(0), Manual(1) W/O INT16U --

4040 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4041 0x10T/S7

Contact

Off(0), PROT_OR(1),IOCR(2), TOCR(3),IOVGR(4), TOVGR(5),SGR(6), OCR_OR(7),IOVGR+TOVGR(8),OCR+OVGR(9),OCR+SGR(10),OVGR+SGR(11)

W/O INT16U --

4042 0x10 Reset Self(0), Manual(1) W/O INT16U --4043 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4044 0x10MODBUS

Baudrate 300(0), 600(1), 1200(2), 2400(3), 4800(4), 9600(5), 19200(6) W/O INT16U --

4045 0x10 Address 1~254(1step) W/O INT16U --4046 Reserved

Page 39: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 39 / 54

8.13 GDR-CDE01 Register MapAddress

(dec)FuncCode Description Range Access Format Units

Device Identity0000 0x03 Unit Address 1 ~ 254 R/O INT16U --

0001~11 0x03 Device Type 11 characters "GDR-CDE01 " R/O ASCII --

0012~15 0x03 S/W Version 4 characters R/O ASCII --

0016~19 0x03 Password 0 ~ 9 R/O INT16U --

0020 ~ ReservedMeasurement1000 0x04 A(B) Voltage RMS 0~655.35 R/O INT16U kV

1001 0x04 B(C) Voltage RMS 0~655.35 R/O INT16U kV

1002 0x04 C(A) Voltage RMS 0~655.35 R/O INT16U kV

1003 0x04 Ground Voltage RMS 0~655.35 R/O INT16U kV

1004 ~ ReservedStatus

1100 0x04 Self-Diagnosis

Bit0:Power Fail1:CPU WatchDog2:Memory3:Setting4~15:Reserved

Fail(1),OK(0)Fail(1),OK(0)Fail(1),OK(0)Fail(1),OK(0)

R/O Bit Struct --

1101 0x04 Protection

Bit:0: OVR START1: OVR_A OP2: OVR_B OP3: OVR_C OP4: UVR START5: UVR_A OP6: UVR_B OP7: UVR_C OP8: OVGR START9: TOVGR OP10: IOVGR OP11~15:Reserved

Start(1),NOP(0)OP(1),NOP(0)OP(1),NOP(0)OP(1),NOP(0)Start(1),NOP(0)OP(1),NOP(0)OP(1),NOP(0)OP(1),NOP(0)Start(1),NOP(0)OP(1),NOP(0)OP(1),NOP(0)

R/O Bit Struct --

1102 ~ ReservedDevice Configuration1200 0x04

OVR

Curve Off(0), NI(1), DT(2) R/O INT16U --

1201 0x04 Pickup 650 ~ 1650 (25step) R/O INT16U 0.1V

1202 0x04 Time Dial 1 ~ 100 (1step) R/O INT16U 0.1

1203 0x04 DT Time 4 ~ 6000 (1step) R/O INT16U 10msec

1204 0x04

UVR

Curve Off(0), NI(1), DT(2) R/O INT16U --

1205 0x04 Pickup 30 ~ 1050 (25step) R/O INT16U 0.1V

1206 0x04 Time Dial 1 ~ 100 (1step) R/O INT16U 0.1

1207 0x04 DT Time 4 ~ 6000 (1step) R/O INT16U 10msec

1208 0x04 OP Mode Digital(0)/Induction(1) R/O INT16U --

1209 0x04 RST Mode On(0), Off(1) R/O INT16U

1210 0x04 RST Time 1 ~ 1800 (1step) R/O INT16U 100msec

1211 0x04

TOVGR

Curve Off(0), NI(1), VI(2), EI(3),LI(4), DT(5), KVI(6), KNI(7) R/O INT16U --

1212 0x04 Pickup 75 ~ 1000 (25step) R/O INT16U 0.1V

1213 0x04 Time Dial 1 ~ 100 (1step) R/O INT16U 0.1

1214 0x04 DT Time 4 ~ 6000 (1step) R/O INT16U 10msec

Page 40: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 40 / 54

Address(dec)

FuncCode Description Range Access Format Units

Device Identity1215 0x04

IOVGR

Mode Off(0), Inst.(1), DT(2) R/O INT16U --

1216 0x04 Pickup 1000 ~ 14000 (25step) R/O INT16U 0.1V

1217 0x04 DT Time 4 ~ 6000 (1step) R/O INT16U 10msec

1218 0x04 Frequency 50Hz(0)/60Hz(1) R/O INT16U --

1219 0x04 Phase PT Connection Delta(0)/Wye(1) R/O INT16U --

1220 0x04 Phase PT Ratio 1~32000(1step) R/O INT16U 0.1

1221 0x04 Ground PT Ratio 1~32000(1step) R/O INT16U 0.1

1222 0x04

Trip Out

T/S1

Contact

Off(0), PROT_OR(1),OVR_OR(2), OVR_A(3), OVR_B(4), OVR_C(5),UVR_OR(6), UVR_A(7),UVR_B(8),UVR_C(9),OVR+UVR(10),IOVGR(11), TOVGR(12),IOVGR+TOVGR(13)

R/O INT16U --

1223 0x04 Reset Self(0), Manual(1) R/O INT16U --

1224 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1225 0x04

T/S2

Contact

Off(0), PROT_OR(1),OVR_OR(2), OVR_A(3), OVR_B(4), OVR_C(5),UVR_OR(6), UVR_A(7),UVR_B(8),UVR_C(9),OVR+UVR(10),IOVGR(11), TOVGR(12),IOVGR+TOVGR(13)

R/O INT16U --

1226 0x04 Reset Self(0), Manual(1) R/O INT16U --

1227 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1228 0x04

T/S3

Contact

Off(0), PROT_OR(1),OVR_OR(2), OVR_A(3), OVR_B(4), OVR_C(5),UVR_OR(6), UVR_A(7),UVR_B(8),UVR_C(9),OVR+UVR(10),IOVGR(11), TOVGR(12),IOVGR+TOVGR(13)

R/O INT16U --

1229 0x04 Reset Self(0), Manual(1) R/O INT16U --

1230 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1231 0x04

T/S4

Contact

Off(0), PROT_OR(1),OVR_OR(2), OVR_A(3), OVR_B(4), OVR_C(5),UVR_OR(6), UVR_A(7),UVR_B(8),UVR_C(9),OVR+UVR(10),IOVGR(11), TOVGR(12),IOVGR+TOVGR(13)

R/O INT16U --

1232 0x04 Reset Self(0), Manual(1) R/O INT16U --

1233 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1234 0x04

T/S5

Contact

Off(0), PROT_OR(1),OVR_OR(2), OVR_A(3), OVR_B(4), OVR_C(5),UVR_OR(6), UVR_A(7),UVR_B(8),UVR_C(9),OVR+UVR(10),IOVGR(11), TOVGR(12),IOVGR+TOVGR(13)

R/O INT16U --

1235 0x04 Reset Self(0), Manual(1) R/O INT16U --

1236 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1237 0x04

T/S6

Contact

Off(0), PROT_OR(1),OVR_OR(2), OVR_A(3), OVR_B(4), OVR_C(5),UVR_OR(6), UVR_A(7),UVR_B(8),UVR_C(9),OVR+UVR(10),IOVGR(11), TOVGR(12),IOVGR+TOVGR(13)

R/O INT16U --

1238 0x04 Reset Self(0), Manual(1) R/O INT16U --

1239 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

Page 41: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 41 / 54

Address(dec)

FuncCode Description Range Access Format Units

1240 0x04

Trip Out T/S7

Contact

Off(0), PROT_OR(1),OVR_OR(2), OVR_A(3), OVR_B(4), OVR_C(5),UVR_OR(6), UVR_A(7),UVR_B(8),UVR_C(9),OVR+UVR(10),IOVGR(11), TOVGR(12),IOVGR+TOVGR(13)

R/O INT16U --

1241 0x04 Reset Self(0), Manual(1) R/O INT16U --

1242 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1243 0x04MODBUS

Baudrate 300(0), 600(1), 1200(2), 2400(3), 4800(4), 9600(5), 19200(6) R/O INT16U --

1244 0x04 Address 1~254(1step) R/O INT16U --1245 ~ ReservedFault1300 0x04 Fault Count 0 ~ 65535 R/O INT16U times

1301 0x04 Fault TypeNone(0), OVR_A(1),OVR_B(2),OVR_C(3),UVR_A(4),UVR_B(5),UVR_C(6),TOVGR(7),IOVGR(8)

R/O INT16U --

1302 0x04 Fault Time 1 ~ R/O INT16U msec.1303 0x04 Va(b) 0 ~ 65535 R/O INT16U 0.1V1304 0x04 Vb(c) 0 ~ 65535 R/O INT16U 0.1V1305 0x04 Vc(a) 0 ~ 65535 R/O INT16U 0.1V1306 0x04 Vo 0 ~ 65535 R/O INT16U 0.1V1307 ~ ReservedControl(BO)2000 0x05 Remote Reset FF00 only W/O -- --

2001 0x05 Fault Data Clear FF00 only W/O -- --2002 ~ ReservedDevice Configuration4000 0x10

OVR

Curve Off(0), NI(1), DT(2) W/O INT16U --

4001 0x10 Pickup 650 ~ 1650 (25step) W/O INT16U 0.1V

4002 0x10 Time Dial 1 ~ 100 (1step) W/O INT16U 0.1

4003 0x10 DT Time 4 ~ 6000 (1step) W/O INT16U 10msec

4004 0x10

UVR

Curve Off(0), NI(1), DT(2) W/O INT16U --

4005 0x10 Pickup 30 ~ 1050 (25step) W/O INT16U 0.1V

4006 0x10 Time Dial 1 ~ 100 (1step) W/O INT16U 0.1

4007 0x10 DT Time 4 ~ 6000 (1step) W/O INT16U 10msec

4008 0x10 OP Mode Digital(0)/Induction(1) W/O INT16U --

4009 0x10 RST Mode On(0), Off(1) W/O INT16U --

4010 0x10 RST Time 1 ~ 1800 (1step) W/O INT16U 100msec

4011 0x10

TOVGR

Curve Off(0), NI(1), VI(2), EI(3),LI(4), DT(5), KVI(6), KNI(7) W/O INT16U --

4012 0x10 Pickup 75 ~ 1000 (25step) W/O INT16U 0.1V

4013 0x10 Time Dial 1 ~ 100 (1step) W/O INT16U 0.1

4014 0x10 DT Time 4 ~ 6000 (1step) W/O INT16U 10msec

4015 0x10

IOVGR

Mode Off(0), Inst.(1), DT(2) W/O INT16U --

4016 0x10 Pickup 1000 ~ 14000 (25step) W/O INT16U 0.1V

4017 0x10 DT Time 4 ~ 6000 (1step) W/O INT16U 10msec

4018 0x10 Frequency 50Hz(0)/60Hz(1) W/O INT16U --

4019 0x10 Phase PT Connection Delta(0)/Wye(1) W/O INT16U --

4020 0x10 Phase PT Ratio 1~32000(1step) W/O INT16U 0.1

4021 0x10 Ground PT Ratio 1~32000(1step) W/O INT16U 0.1

Page 42: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 42 / 54

Address(dec)

FuncCode Description Range Access Format Units

4022 0x10

Trip Out

T/S1

Contact

Off(0), PROT_OR(1),OVR_OR(2), OVR_A(3), OVR_B(4), OVR_C(5),UVR_OR(6), UVR_A(7),UVR_B(8),UVR_C(9),OVR+UVR(10),IOVGR(11), TOVGR(12),IOVGR+TOVGR(13)

W/O INT16U --

4023 0x10 Reset Self(0), Manual(1) W/O INT16U --

4024 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4025 0x10

T/S2

Contact

Off(0), PROT_OR(1),OVR_OR(2), OVR_A(3), OVR_B(4), OVR_C(5),UVR_OR(6), UVR_A(7),UVR_B(8),UVR_C(9),OVR+UVR(10),IOVGR(11), TOVGR(12),IOVGR+TOVGR(13)

W/O INT16U --

4026 0x10 Reset Self(0), Manual(1) W/O INT16U --

4027 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4028 0x10

T/S3

Contact

Off(0), PROT_OR(1),OVR_OR(2), OVR_A(3), OVR_B(4), OVR_C(5),UVR_OR(6), UVR_A(7),UVR_B(8),UVR_C(9),OVR+UVR(10),IOVGR(11), TOVGR(12),IOVGR+TOVGR(13)

W/O INT16U --

4029 0x10 Reset Self(0), Manual(1) W/O INT16U --

4030 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4031 0x10

T/S4

Contact

Off(0), PROT_OR(1),OVR_OR(2), OVR_A(3), OVR_B(4), OVR_C(5),UVR_OR(6), UVR_A(7),UVR_B(8),UVR_C(9),OVR+UVR(10),IOVGR(11), TOVGR(12),IOVGR+TOVGR(13)

W/O INT16U --

4032 0x10 Reset Self(0), Manual(1) W/O INT16U --

4033 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4034 0x10

T/S5

Contact

Off(0), PROT_OR(1),OVR_OR(2), OVR_A(3), OVR_B(4), OVR_C(5),UVR_OR(6), UVR_A(7),UVR_B(8),UVR_C(9),OVR+UVR(10),IOVGR(11), TOVGR(12),IOVGR+TOVGR(13)

W/O INT16U --

4035 0x10 Reset Self(0), Manual(1) W/O INT16U --

4036 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4037 0x10

T/S6

Contact

Off(0), PROT_OR(1),OVR_OR(2), OVR_A(3), OVR_B(4), OVR_C(5),UVR_OR(6), UVR_A(7),UVR_B(8),UVR_C(9),OVR+UVR(10),IOVGR(11), TOVGR(12),IOVGR+TOVGR(13)

W/O INT16U --

4038 0x10 Reset Self(0), Manual(1) W/O INT16U --

4039 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4040 0x10T/S7

Contact

Off(0), PROT_OR(1),OVR_OR(2), OVR_A(3), OVR_B(4), OVR_C(5),UVR_OR(6), UVR_A(7),UVR_B(8),UVR_C(9),OVR+UVR(10),IOVGR(11), TOVGR(12),IOVGR+TOVGR(13)

W/O INT16U --

4041 0x10 Reset Self(0), Manual(1) W/O INT16U --4042 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4043 0x10MODBUS

Baudrate 300(0), 600(1), 1200(2), 2400(3), 4800(4), 9600(5), 19200(6) W/O INT16U --

4044 0x10 Address 1~254(1step) W/O INT16U --4045 ~ Reserved

Page 43: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 43 / 54

8.14 GDR-P01 Register MapAddress

(dec)FuncCode Description Range Access Format Units

Device Identity0000 0x03 Unit Address 1 ~ 254 R/O INT16U --

0001~11 0x03 Device Type 11 characters "GDR-P01 " R/O ASCII --

0012~15 0x03 S/W Version 4 characters R/O ASCII --

0016~19 0x03 Password 0 ~ 9 R/O INT16U --0020 ~ ReservedMeasurement1000 0x04 Phase Voltage RMS 0~655.35 R/O INT16U kV

1001 0x04 Voltage Phase Angle 0~359.9 R/O INT16U °(deg)

1002 0x04 Phase Current RMS 0~65.535 R/O INT16U kA

1003 0x04 Current Phase Angle 0~359.9 R/O INT16U °(deg)

1004 0x04 Phase Watt -327.67~327.67 R/O INT32S MW

1006 0x04 Phase Var -327.67~327.67 R/O INT32S MVAR

1008 0x04 Phase VA 0~655.35 R/O INT32S MVA

1010 0x04 Power Factor -99.9~99.9% R/O INT16S %

1011 ~ ReservedStatus

1100 0x04 Self-Diagnosis

Bit0:Power Fail1:CPU WatchDog2:Memory3:Setting4~15:Reserved

Fail(1),OK(0)Fail(1),OK(0)Fail(1),OK(0)Fail(1),OK(0)

R/O Bit Struct --

1101 0x04 Protection

Bit:0: OPR START1: OVRA OP2: UPR START3: UPR OP4: RePR START5: RePR OP6~15:Reserved

Start(1),NOP(0)OP(1),NOP(0)Start(1),NOP(0)OP(1),NOP(0)Start(1),NOP(0)OP(1),NOP(0)

R/O Bit Struct --

1102 ~ ReservedDevice Configuration1200 0x04

O(R)PR

Curve Off(0),OP_NI(1),RP_NI(2),DT(3) R/O INT16U --

1201 0x04 Direction Forward(0), Reverse(1) R/O INT16U --

1202 0x04 Pickup 2 ~ 1500 (1step) R/O INT16U W

1203 0x04 Time Dial 1 ~ 100 (1step) R/O INT16U 0.1

1204 0x04 DT Time 4 ~ 6000 (1step) R/O INT16U 10msec

1205 0x04

UPR

Curve Off(0), NI(1), DT(2) R/O INT16U --

1206 0x04 Direction Forward(0), Reverse(1) R/O INT16U --

1207 0x04 Pickup 2~ 900 (1step) R/O INT16U W

1208 0x04 Time Dial 1 ~ 100 (1step) R/O INT16U 0.1

1209 0x04 DT Time 4 ~ 6000 (1step) R/O INT16U 10msec

1210 0x04 OP Mode Digital(0)/Induction(1) R/O INT16U --

1211 0x04 RST Mode On(0), Off(1) R/O INT16U

1212 0x04 RST Time 1 ~ 1800 (1step) R/O INT16U 100msec

Page 44: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 44 / 54

Address(dec)

FuncCode Description Range Access Format Units

1213 0x04

RePR

Curve Off(0), NI(1), DT(2) R/O INT16U --

1214 0x04 Direction Forward(0), Reverse(1) R/O INT16U --

1215 0x04 Pickup 2~ 900 (1step) R/O INT16U Var

1216 0x04 Time Dial 1 ~ 100 (1step) R/O INT16U 0.1

1217 0x04 DT Time 4 ~ 6000 (1step) R/O INT16U 10msec

1218 0x04 Frequency 50Hz(0)/60Hz(1) R/O INT16U --

1219 0x04 Phase PT Ratio 1~32000(1step) R/O INT16U 0.1

1220 0x04 Phase CT Ratio 5~10000(5step) R/O INT16U --

1221 0x04

Trip Out

T/S1

ContactOff(0), PROT_OR(1),O(R)PR(2), UPR(3), RePR(4),R(O)PR+UPR(5),R(O)PR+RePR(6),UPR+RePR(7)

R/O INT16U --

1222 0x04 Reset Self(0), Manual(1) R/O INT16U --

1223 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1224 0x04

T/S2

ContactOff(0), PROT_OR(1),O(R)PR(2), UPR(3), RePR(4),R(O)PR+UPR(5),R(O)PR+RePR(6),UPR+RePR(7)

R/O INT16U --

1225 0x04 Reset Self(0), Manual(1) R/O INT16U --

1226 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1227 0x04

T/S3

ContactOff(0), PROT_OR(1),O(R)PR(2), UPR(3), RePR(4),R(O)PR+UPR(5),R(O)PR+RePR(6),UPR+RePR(7)

R/O INT16U --

1228 0x04 Reset Self(0), Manual(1) R/O INT16U --

1229 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1230 0x04

T/S4

ContactOff(0), PROT_OR(1),O(R)PR(2), UPR(3), RePR(4),R(O)PR+UPR(5),R(O)PR+RePR(6),UPR+RePR(7)

R/O INT16U --

1231 0x04 Reset Self(0), Manual(1) R/O INT16U --

1232 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1233 0x04

T/S5

ContactOff(0), PROT_OR(1),O(R)PR(2), UPR(3), RePR(4),R(O)PR+UPR(5),R(O)PR+RePR(6),UPR+RePR(7)

R/O INT16U --

1234 0x04 Reset Self(0), Manual(1) R/O INT16U --

1235 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1236 0x04

T/S6

ContactOff(0), PROT_OR(1),O(R)PR(2), UPR(3), RePR(4),R(O)PR+UPR(5),R(O)PR+RePR(6),UPR+RePR(7)

R/O INT16U --

1237 0x04 Reset Self(0), Manual(1) R/O INT16U --

1238 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1239 0x04

T/S7

ContactOff(0), PROT_OR(1),O(R)PR(2), UPR(3), RePR(4),R(O)PR+UPR(5),R(O)PR+RePR(6),UPR+RePR(7)

R/O INT16U --

1240 0x04 Reset Self(0), Manual(1) R/O INT16U --

1241 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1242 0x04MODBUS

Baudrate 300(0), 600(1), 1200(2), 2400(3), 4800(4), 9600(5), 19200(6) R/O INT16U --

1243 0x04 Address 1~254(1step) R/O INT16U --

1244 ~ Reserved

Page 45: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 45 / 54

Address(dec)

FuncCode Description Range Access Format Units

Fault

1300 0x04 Fault Count 0 ~ 65535 R/O INT16U times

1301 0x04 Fault Type None(0), OPR(1),UPR(2),RePR(3) R/O INT16U --

1302 0x04 Fault Time 1 ~65535 R/O INT16U msec.

1303 0x04 Direction Forward(0), Reverse(1) R/O INT16U --

1304 0x04 Phase Voltage RMS 0 ~65535 R/O INT16U 0.1V

1305 0x04 Phase Current RMS 0 ~65535 R/O INT16U 0.1V

1306 0x04 Phase Voltage Angle 0 ~65535 R/O INT16U 0.1V

1307 0x04 Phase Current Angle 0 ~65535 R/O INT16U 0.1V

1308 0x04 Phase Watt -32767~32767 R/O INT16S W

1309 0x04 Phase Var -32767~32767 R/O INT16S VAR

1310 0x04 Phase VA -32767~32767 R/O INT16S VA

13011 0x04 Power Factor -99.9~99.9 R/O INT16S %

13012 ~ Reserved

Control(BO)

2000 0x05 Remote Reset FF00 only W/O -- --

2001 0x05 Fault Data Clear FF00 only W/O -- --

2002 ~ Reserved

Device Configuration

4000 0x10

O(R)PR

Curve Off(0),OP_NI(1),RP_NI(2),DT(3) W/O INT16U --

4001 0x10 Direction Forward(0), Reverse(1)

4002 0x10 Pickup 2 ~ 1500 (1step) W/O INT16U 0.1V

4003 0x10 Time Dial 1 ~ 100 (1step) W/O INT16U 0.1

4004 0x10 DT Time 4 ~ 6000 (1step) W/O INT16U 10msec

4005 0x10

UPR

Curve Off(0), NI(1), DT(2) W/O INT16U --

4006 0x10 Direction Forward(0), Reverse(1)

4007 0x10 Pickup 2~ 900 (1step) W/O INT16U 0.1V

4008 0x10 Time Dial 1 ~ 100 (1step) W/O INT16U 0.1

4009 0x10 DT Time 4 ~ 6000 (1step) W/O INT16U 10msec

4010 0x10 OP Mode Digital(0)/Induction(1) W/O INT16U --

4011 0x10 RST Mode On(0), Off(1) W/O INT16U

4012 0x10 RST Time 1 ~ 1800 (1step) W/O INT16U 100msec

4013 0x10

RePR

Curve Off(0), NI(1), DT(2) W/O INT16U --

4014 0x10 Direction Forward(0), Reverse(1)

4017 0x10 Pickup 2~ 900 (1step) W/O INT16U Var

4018 0x10 Time Dial 1 ~ 100 (1step) W/O INT16U 0.1

4017 0x10 DT Time 4 ~ 6000 (1step) W/O INT16U 10msec

4018 0x10 Frequency 50Hz(0)/60Hz(1) W/O INT16U --

4019 0x10 Phase PT Ratio 1~32000(1step) R/O INT16U 0.1

4020 0x10 Phase CT Ratio 5~10000(5step) R/O INT16U --

Page 46: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 46 / 54

Address(dec)

FuncCode Description Range Access Format Units

4021 0x10

Trip Out

T/S1

ContactOff(0), PROT_OR(1),O(R)PR(2), UPR(3), RePR(4),R(O)PR+UPR(5),R(O)PR+RePR(6),UPR+RePR(7)

W/O INT16U --

4022 0x10 Reset Self(0), Manual(1) W/O INT16U --

4023 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4024 0x10

T/S2

ContactOff(0), PROT_OR(1),O(R)PR(2), UPR(3), RePR(4),R(O)PR+UPR(5),R(O)PR+RePR(6),UPR+RePR(7)

W/O INT16U --

4025 0x10 Reset Self(0), Manual(1) W/O INT16U --

4026 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4027 0x10

T/S3

ContactOff(0), PROT_OR(1),O(R)PR(2), UPR(3), RePR(4),R(O)PR+UPR(5),R(O)PR+RePR(6),UPR+RePR(7)

W/O INT16U --

4028 0x10 Reset Self(0), Manual(1) W/O INT16U --

4029 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4030 0x10

T/S4

ContactOff(0), PROT_OR(1),O(R)PR(2), UPR(3), RePR(4),R(O)PR+UPR(5),R(O)PR+RePR(6),UPR+RePR(7)

W/O INT16U --

4031 0x10 Reset Self(0), Manual(1) W/O INT16U --

4032 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4033 0x10

T/S5

ContactOff(0), PROT_OR(1),O(R)PR(2), UPR(3), RePR(4),R(O)PR+UPR(5),R(O)PR+RePR(6),UPR+RePR(7)

W/O INT16U --

4034 0x10 Reset Self(0), Manual(1) W/O INT16U --

4035 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4036 0x10

T/S6

ContactOff(0), PROT_OR(1),O(R)PR(2), UPR(3), RePR(4),R(O)PR+UPR(5),R(O)PR+RePR(6),UPR+RePR(7)

W/O INT16U --

4037 0x10 Reset Self(0), Manual(1) W/O INT16U --

4038 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4039 0x10

T/S7

ContactOff(0), PROT_OR(1),O(R)PR(2), UPR(3), RePR(4),R(O)PR+UPR(5),R(O)PR+RePR(6),UPR+RePR(7)

W/O INT16U --

4040 0x10 Reset Self(0), Manual(1) W/O INT16U --

4041 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4042 0x10MODBUS

Baudrate 300(0), 600(1), 1200(2), 2400(3), 4800(4), 9600(5), 19200(6) W/O INT16U --

4043 0x10 Address 1~254(1step) W/O INT16U --

4044 ~ Reserved

Page 47: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 47 / 54

8.15 GDR-HG01 Register MapAddress

(dec)FuncCode Description Range Access Format Units

Device Identity

0000 0x03 Unit Address 1 ~ 254 R/O INT16U --

0001~11 0x03 Device Type 11 characters "GDR-HG01 " R/O ASCII --

0012~15 0x03 S/W Version 4 characters R/O ASCII

0016 ~19 0x03 Password 0 ~ 9 R/O INT16U

0020 ~ Reserved

Measurement

1000 0x04 Ground Current RMS 0~655.35 R/O INT16U A

1001 ~ Reserved

Status

1100 0x04 Self-Diagnosis

Bit0:Power Fail1:CPU WatchDog2:Memory3:Setting4~15:Reserved

Fail(1),OK(0)Fail(1),OK(0)Fail(1),OK(0)Fail(1),OK(0)

R/O Bit Struct --

1101 0x04 Protection

Bit:0: GR START1: GR OP2~15:Reserved

Start(1),NOP(0)OP(1),NOP(0) R/O Bit Struct --

1102 ~ ReservedDevice Configuration1200 0x04

GR

Mode OFF(0), DT(1) R/O INT16U --

1201 0x04 Io Pickup 0.2 ~ 10(0.01step) R/O INT16U A

1202 0x04 DT Time 0.04 ~ 60 (0.01step) R/O INT16U sec

1203 0x04 Frequency 50Hz(0)/60Hz(1) R/O INT16U --

1204 0x04

Trip Out

T/S1

Contact Off(0),GR(1) R/O INT16U --

1205 0x04 Reset Self(0), Manual(1) R/O INT16U --

1206 0x04 Delay Time 0~60(0.01step) R/O INT16U sec

1207 0x04

T/S2

Contact Off(0),GR(1) R/O INT16U --

1208 0x04 Reset Self(0), Manual(1) R/O INT16U --

1209 0x04 Delay Time 0~60(0.01step) R/O INT16U sec

1210 0x04

T/S3

Contact Off(0),GR(1) R/O INT16U --

1211 0x04 Reset Self(0), Manual(1) R/O INT16U --

1212 0x04 Delay Time 0~60(0.01step) R/O INT16U sec

1213 0x04

T/S4

Contact Off(0),GR(1) R/O INT16U --

1214 0x04 Reset Self(0), Manual(1) R/O INT16U --

1215 0x04 Delay Time 0~60(0.01step) R/O INT16U sec

1216 0x04

T/S5

Contact Off(0),GR(1) R/O INT16U --

1217 0x04 Reset Self(0), Manual(1) R/O INT16U --

1218 0x04 Delay Time 0~60(0.01step) R/O INT16U sec

1219 0x04MODBUS

Baudrate 300(0), 600(1), 1200(2), 2400(3), 4800(4), 9600(5), 19200(6) R/O INT16U --

1220 0x04 Address 1~254(1step) R/O INT16U --

1221 ~ Reserved

Page 48: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 48 / 54

Address(dec)

FuncCode Description Range Access Format Units

Fault

1300 0x04 Fault Count 0 ~ 65535 R/O INT16U times

1301 0x04 Fault Type None(0), GR(1) R/O INT16U --

1302 0x04 Fault Time 1 ~ R/O INT16U 10msec.

1303 0x04 Io 0 ~65535 R/O INT16U 0.01mA

1304 ~ Reserved

Control(BO)

2000 0x05 Remote Reset FF00 only W/O -- --

2001 0x05 FaultDataClear FF00 only W/O -- --

2002 ~ Reserved

Device Configuration

4000 0x10

GR

Mode OFF(0), DT(1) W/O INT16U --

4001 0x10 Io Pickup 0.2 ~ 10(0.01step) W/O INT16U A

4002 0x10 DT Time 0.04 ~ 60 (0.01step) W/O INT16U sec

4003 0x10 Frequency 50Hz(0)/60Hz(1) W/O INT16U --

4004 0x10

Trip Out

T/S1

Contact Off(0),GR(1) W/O INT16U --

4005 0x10 Reset Self(0), Manual(1) W/O INT16U --

4006 0x10 Delay Time 0~60(0.01step) W/O INT16U sec

4007 0x10

T/S2

Contact Off(0),GR(1) W/O INT16U --

4008 0x10 Reset Self(0), Manual(1) W/O INT16U --

4009 0x10 Delay Time 0~60(0.01step) W/O INT16U sec

4010 0x10

T/S3

Contact Off(0),GR(1) W/O INT16U --

4011 0x10 Reset Self(0), Manual(1) W/O INT16U --

4012 0x10 Delay Time 0~60(0.01step) W/O INT16U sec

4013 0x10

T/S4

Contact Off(0),GR(1) W/O INT16U --

4014 0x10 Reset Self(0), Manual(1) W/O INT16U --

4015 0x10 Delay Time 0~60(0.01step) W/O INT16U sec

4016 0x10

T/S5

Contact Off(0),GR(1) W/O INT16U --

4017 0x10 Reset Self(0), Manual(1) W/O INT16U --

4018 0x10 Delay Time 0~60(0.01step) W/O INT16U sec

4019 0x10MODBUS

Baudrate 300(0), 600(1), 1200(2), 2400(3), 4800(4), 9600(5), 19200(6) W/O INT16U --

4020 0x10 Address 1~254(1step) W/O INT16U --

4021 ~ Reserved

Page 49: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 49 / 54

8.16 GDR-AB02 Register MapAddress

(dec)FuncCode Description Range Access Format Units

Device Identity

0000 0x03 Unit Address 1 ~ 254 R/O INT16U --

0001~11 0x03 Device Type 11 characters "GDR-AB02 " R/O ASCII --

0012~15 0x03 S/W Version 4 characters R/O ASCII

0016 ~19 0x03 Password 0000 ~ 9999 R/O INT16U

0020 ~ Reserved

Measurement

1000 0x04 Phase A Current RMS 0~65.535 R/O INT16U kA

1001 0x04 Phase B Current RMS 0~65.535 R/O INT16U kA

1002 0x04 Phase C Current RMS 0~65.535 R/O INT16U kA

1003 0x04 Ground Current RMS 0~65.535 R/O INT16U kA

1004 ~ ReservedStatus

1100 0x04 Self-Diagnosis

Bit0:Power Fail1:Memory2:Setting3:CPU WatchDog4~15:Reserved

Fail(1),OK(0)Fail(1),OK(0)Fail(1),OK(0)Fail(1),OK(0)

R/O Bit Struct --

1101 0x04 Protection

Bit:0:OCR Start1:TOCR A OP2:TOCR B OP3:TOCR C OP4:IOCR A OP5:IOCR B OP6:IOCR C OP7:OCGR Start8:TOCGR OP9:IOCGR OP10~15:Reserved

Start(1),NOP(0)OP(1),NOP(0)OP(1),NOP(0)OP(1),NOP(0)OP(1),NOP(0)OP(1),NOP(0)OP(1),NOP(0)Start(1),NOP(0)OP(1),NOP(0)OP(1),NOP(0)Reserved

R/O Bit Struct --

1102 ~ ReservedDevice Configuration

1200 0x04

TOCR

Curve Off(0), NI(1), VI(2), EI(3),LI(4), DT(5), KVI(6), KNI(7) R/O INT16U --

1201 0x04 Pickup 20 ~ 125 (1step) R/O INT16U 0.1A

1202 0x04 Time Dial 1 ~ 100 (1step) R/O INT16U 0.1

1203 0x04 DT Time 4 ~ 6000 (1step) R/O INT16U 10msec

1204 0x04

IOCR

Mode Off(0), Inst.(1), DT(2) R/O INT16U --

1205 0x04 Pickup 5 ~ 90 (1step) R/O INT16U A

1206 DT Time 4 ~ 6000 (1step) R/O INT16U 10msec

1207 0x04

TOCGR

Curve Off(0), NI(1), VI(2), EI(3),LI(4), DT(5), KVI(6), KNI(7) R/O INT16U --

1208 0x04 Pickup 2 ~ 25 (1step) R/O INT16U 0.1A

1209 0x04 Time Dial 1 ~ 100 (1step) R/O INT16U 0.1

1210 0x04 DT Time 4 ~ 6000 (1step) R/O INT16U 10msec

1211 0x04

IOCGR

Mode Off(0), Inst.(1), DT(2) R/O INT16U --

1212 0x04 Pickup 5 ~ 50 (1step) R/O INT16U A

1213 DT Time 4 ~ 6000 (1step) R/O INT16U 10msec

Page 50: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 50 / 54

Address(dec)

FuncCode Description Range Access Format Units

1214 0x04 Frequency 50Hz(0)/60Hz(1) R/O INT16U --

1215 0x04CT Ratio

Phase 5 ~10000(5step) R/O INT16U :5

1216 0x04 Ground 5 ~10000(5step) R/O INT16U :5

1217 0x04

Trip Out

T/S1

Contact

Off(0), PROT_OR(1),IOCR_OR(2), IOCR_A(3),IOCR_B(4), IOCR_C(5), TOCR_OR(6), TOCR_A(7),TOCR_B(8), TOCR_C(9),OCR_A(10), OCR_B(11),OCR_C(12), IOCGR(13),TOCGR(14),IOCR+TOCR(15),IOCR+IOCGR(16),IOCGR+TOCGR(17),TOCR+TOCGR(18)

R/O INT16U --

1218 0x04 Reset Auto(0), Manual(1) R/O INT16U --

1219 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1220 0x04

T/S2

Contact

Off(0), PROT_OR(1),IOCR_OR(2), IOCR_A(3),IOCR_B(4), IOCR_C(5), TOCR_OR(6), TOCR_A(7),TOCR_B(8), TOCR_C(9),OCR_A(10), OCR_B(11),OCR_C(12), IOCGR(13),TOCGR(14),IOCR+TOCR(15),IOCR+IOCGR(16),IOCGR+TOCGR(17),TOCR+TOCGR(18)

R/O INT16U --

1221 0x04 Reset Self(0), Manual(1) R/O INT16U --

1222 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1223 0x04

T/S3

Contact

Off(0), PROT_OR(1),IOCR_OR(2), IOCR_A(3),IOCR_B(4), IOCR_C(5), TOCR_OR(6), TOCR_A(7),TOCR_B(8), TOCR_C(9),OCR_A(10), OCR_B(11),OCR_C(12), IOCGR(13),TOCGR(14),IOCR+TOCR(15),IOCR+IOCGR(16),IOCGR+TOCGR(17),TOCR+TOCGR(18)

R/O INT16U --

1224 0x04 Reset Self(0), Manual(1) R/O INT16U --

1225 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1226 0x04

T/S4

Contact

Off(0), PROT_OR(1),IOCR_OR(2), IOCR_A(3),IOCR_B(4), IOCR_C(5), TOCR_OR(6), TOCR_A(7),TOCR_B(8), TOCR_C(9),OCR_A(10), OCR_B(11),OCR_C(12), IOCGR(13),TOCGR(14),IOCR+TOCR(15),IOCR+IOCGR(16),IOCGR+TOCGR(17),TOCR+TOCGR(18)

R/O INT16U --

1227 0x04 Reset Self(0), Manual(1) R/O INT16U --

1228 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1229 0x04

T/S5

Contact

Off(0), PROT_OR(1),IOCR_OR(2), IOCR_A(3),IOCR_B(4), IOCR_C(5), TOCR_OR(6), TOCR_A(7),TOCR_B(8), TOCR_C(9),OCR_A(10), OCR_B(11),OCR_C(12), IOCGR(13),TOCGR(14),IOCR+TOCR(15),IOCR+IOCGR(16),IOCGR+TOCGR(17),TOCR+TOCGR(18)

R/O INT16U --

1230 0x04 Reset Self(0), Manual(1) R/O INT16U --

1231 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

Page 51: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 51 / 54

Address(dec)

FuncCode Description Range Access Format Units

1232 0x04MODBUS

Baudrate 300(0), 600(1), 1200(2), 2400(3), 4800(4), 9600(5), 19200(6) R/O INT16U --

1233 0x04 Address 1~254(1step) R/O INT16U --

1234 ~ ReservedFault1300 0x04 Fault Count 0 ~ 65535 R/O INT16U times

1301 0x04 Fault TypeNone(0), TOCR A(1),IOCR A(2), TOCR B(3),IOCR B(4),TOCR C(5),IOCR C(6), TOCGR (7),ITOCGR(8)

R/O INT16U --

1302 0x04 Fault Time 1 ~ 65535 R/O INT16U 10msec.

1303 0x04 Ia 0 ~655.35 R/O INT16U A

1304 0x04 Ib 0 ~655.35 R/O INT16U A

1305 0x04 Ic 0 ~655.35 R/O INT16U A

1306 0x04 In 0 ~655.35 R/O INT16U A

1307 ~ Reserved

Control(BO)

2000 0x05 Remote Reset FF00 only W/O -- --

2001 0x05 FaultDataClear FF00 only W/O -- --

2002 ~ Reserved

Device Configuration

4000 0x10

TOCR

Curve Off(0), NI(1), VI(2), EI(3),LI(4), DT(5), KVI(6), KNI(7) W/O INT16U --

4001 0x10 Pickup 20 ~125 (1step) W/O INT16U 0.1A

4002 0x10 Time Dial 1 ~100(1step) W/O INT16U 0.1

4003 0x10 DT Time 4 ~ 6000 (1step) W/O INT16U 10msec

4004 0x10

IOCR

Mode Off(0), Inst.(1), DT(2) W/O INT16U --

4005 0x10 Pickup 5 ~90(1step) W/O INT16U A

4006 0x10 DT Time 4 ~ 6000 (1step) W/O INT16U 10msec

4007 0x10

TOCGR

Curve Off(0), NI(1), VI(2), EI(3),LI(4), DT(5), KVI(6), KNI(7) W/O INT16U --

4008 0x10 Pickup 2 ~25(1step) W/O INT16U 0.1A

4009 0x10 Time Dial 1 ~100(1step) W/O INT16U 0.1

4010 0x10 DT Time 4 ~ 6000 (1step) W/O INT16U 10msec

4011 0x10

IOCGR

Mode Off(0), Inst.(1), DT(2) W/O INT16U --

4012 0x10 Pickup 5 ~50(1step) W/O INT16U A

4013 0x10 DT Time 4 ~ 6000 (1step) W/O INT16U 10msec

4014 0x10 Frequency 50Hz(0)/60Hz(1) W/O INT16U --

4015 0x10CT Ratio

Phase 5 ~10000(5step) W/O INT16U :5

4016 0x10 Ground 5 ~10000(5step) W/O INT16U :5

4017 0x10

Trip Out T/S1

Contact

Off(0), PROT_OR(1),IOCR_OR(2), IOCR_A(3),IOCR_B(4), IOCR_C(5), TOCR_OR(6), TOCR_A(7),TOCR_B(8), TOCR_C(9),OCR_A(10), OCR_B(11),OCR_C(12), IOCGR(13),TOCGR(14),IOCR+TOCR(15),IOCR+IOCGR(16),IOCGR+TOCGR(17),TOCR+TOCGR(18)

W/O INT16U --

4018 0x10 Reset Auto(0), Manual(1) W/O INT16U --

4019 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

Page 52: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 52 / 54

Address(dec)

FuncCode Description Range Access Format Units

4020 0x10

Trip Out

T/S2

Contact

Off(0), PROT_OR(1),IOCR_OR(2), IOCR_A(3),IOCR_B(4), IOCR_C(5), TOCR_OR(6), TOCR_A(7),TOCR_B(8), TOCR_C(9),OCR_A(10), OCR_B(11),OCR_C(12), IOCGR(13),TOCGR(14),IOCR+TOCR(15),IOCR+IOCGR(16),IOCGR+TOCGR(17),TOCR+TOCGR(18)

W/O INT16U --

4021 0x10 Reset Auto(0), Manual(1) W/O INT16U --

4022 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4023 0x10

T/S3

Contact

Off(0), PROT_OR(1),IOCR_OR(2), IOCR_A(3),IOCR_B(4), IOCR_C(5), TOCR_OR(6), TOCR_A(7),TOCR_B(8), TOCR_C(9),OCR_A(10), OCR_B(11),OCR_C(12), IOCGR(13),TOCGR(14),IOCR+TOCR(15),IOCR+IOCGR(16),IOCGR+TOCGR(17),TOCR+TOCGR(18)

W/O INT16U --

4024 0x10 Reset Auto(0), Manual(1) W/O INT16U --

4025 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4026 0x10

T/S4

Contact

Off(0), PROT_OR(1),IOCR_OR(2), IOCR_A(3),IOCR_B(4), IOCR_C(5), TOCR_OR(6), TOCR_A(7),TOCR_B(8), TOCR_C(9),OCR_A(10), OCR_B(11),OCR_C(12), IOCGR(13),TOCGR(14),IOCR+TOCR(15),IOCR+IOCGR(16),IOCGR+TOCGR(17),TOCR+TOCGR(18)

W/O INT16U --

4027 0x10 Reset Auto(0), Manual(1) W/O INT16U --

4028 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4029 0x10

T/S5

Contact

Off(0), PROT_OR(1),IOCR_OR(2), IOCR_A(3),IOCR_B(4), IOCR_C(5), TOCR_OR(6), TOCR_A(7),TOCR_B(8), TOCR_C(9),OCR_A(10), OCR_B(11),OCR_C(12), IOCGR(13),TOCGR(14),IOCR+TOCR(15),IOCR+IOCGR(16),IOCGR+TOCGR(17),TOCR+TOCGR(18)

W/O INT16U --

4030 0x10 Reset Auto(0), Manual(1) W/O INT16U --

4031 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4032 0x10MODBUS

Baudrate 300(0), 600(1), 1200(2), 2400(3), 4800(4), 9600(5), 19200(6) W/O INT16U --

4033 0x10 Address 1~254(1step) W/O INT16U --

4034 ~ Reserved

Page 53: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 53 / 54

8.17 GDR-TH03/05/07/09 Register MapAddress

(dec)FuncCode Description Range Access Format Units

Device Identity

0000 0x03 Unit Address 1 ~ 254 R/O INT16U --

0001~11 0x03 Device Type 11 characters "GDR-TH** " R/O ASCII --

0012~15 0x03 S/W Version 4 characters R/O ASCII

0016 ~19 0x03 Password 0 ~ 9 R/O INT16U

0020 ~ Reserved

Measurement

1000 0x04 Ground Current RMS 0~65.535 R/O INT16U kA

1001 ~ Reserved

Status

1100 0x04 Self-Diagnosis

Bit0:Power Fail1:CPU WatchDog2:Memory3:Setting4~15:Reserved

Fail(1),OK(0)Fail(1),OK(0)Fail(1),OK(0)Fail(1),OK(0)

R/O Bit Struct --

1101 0x04 Protection

Bit:0: OCGR START1: TOCR OP2: IOCR OP3~15:Reserved

Start(1),NOP(0)OP(1),NOP(0)OP(1),NOP(0)

R/O Bit Struct --

1102 ~ ReservedDevice Configuration

1200 0x04

TOCGR

Curve Off(0), NI(1), VI(2), EI(3),LI(4), DT(5), KVI(6), KNI(7) R/O INT16U --

1201 0x04 Pickup 2 ~ 50 (1step) R/O INT16U 0.1A

1202 0x04 Time Dial 1 ~ 100 (1step) R/O INT16U 0.1

1203 0x04 DT Time 4 ~ 6000 (1step) R/O INT16U 10msec

1204 0x04

IOCGR

Mode Off(0), Inst.(1), DT(2) R/O INT16U --

1205 0x04 Pickup 5 ~ 100 (1step) R/O INT16U 0.1A

1206 0x04 DT Time 4 ~ 6000 (1step) R/O INT16U 10msec

1207 0x04 Frequency 50Hz(0)/60Hz(1) R/O INT16U --

1208 0x04 CT Ratio Phase 5 ~10000(5step) R/O INT16U :5

1209 0x04

Trip Out

T/S1

Contact Off(0), PROT_OR(1),IOCR(2), TOCR(3) R/O INT16U --

1210 0x04 Reset Self(0), Manual(1) R/O INT16U --

1211 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1212 0x04T/S2

Contact Off(0), PROT_OR(1),IOCR(2), TOCR(3) R/O INT16U --

1213 0x04 Reset Self(0), Manual(1) R/O INT16U --1214 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1215 0x04

T/S3

Contact Off(0), PROT_OR(1),IOCR(2), TOCR(3) R/O INT16U --

1216 0x04 Reset Self(0), Manual(1) R/O INT16U --

1217 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1218 0x04

T/S4

Contact Off(0), PROT_OR(1),IOCR(2), TOCR(3) R/O INT16U --

1219 0x04 Reset Self(0), Manual(1) R/O INT16U --

1220 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

Page 54: MODBUS PROTOCOL & MEMORY MAP DOCUMENT GDR ...kyongbo.co.kr/admin/fileDown6.jsp?filename=GDR Series...GDR Series Modbus V1.60 경보전기[주] 4 / 31 1.Scope This document describes

GDR Series Modbus V1.60

경보전기[주] 54 / 54

Address(dec)

FuncCode Description Range Access Format Units

1221 0x04

Trip Out T/S5

Contact Off(0), PROT_OR(1),IOCR(2), TOCR(3) R/O INT16U --

1222 0x04 Reset Self(0), Manual(1) R/O INT16U --

1223 0x04 Delay Time 3~6000(1step) R/O INT16U 10msec

1224 0x04MODBUS

Baudrate 300(0), 600(1), 1200(2), 2400(3), 4800(4), 9600(5), 19200(6) R/O INT16U --

1225 0x04 Address 1~254(1step) R/O INT16U --

1226 ~ ReservedFault1300 0x04 Fault Count 0 ~ 65535 R/O INT16U times

1301 0x04 Fault Type None(0),TOCGR(1),IOCGR (2) R/O INT16U --

1302 0x04 Fault Time 1 ~ R/O INT16U msec.

1303 0x04 In 0 ~65535 R/O INT16U A

1304 ~ ReservedControl(BO)2000 0x05 Remote Reset FF00 only W/O -- --

2001 0x05 Fault Data Clear FF00 only W/O -- --2002 ~ 0x05 ReservedDevice Configuration

4000 0x10

TOCGR

Curve Off(0), NI(1), VI(2), EI(3),LI(4), DT(5), KVI(6), KNI(7) R/O INT16U --

4001 0x10 Pickup 2 ~ 50 (1step) R/O INT16U 0.1A4002 0x10 Time Dial 1 ~ 100 (1step) R/O INT16U 0.14003 0x10 DT Time 4 ~ 6000 (1step) R/O INT16U 10msec4004 0x10

IOCGRMode Off(0), Inst.(1), DT(2) R/O INT16U --

4005 0x10 Pickup 5 ~ 100 (1step) R/O INT16U 0.1A4006 0x10 DT Time 4 ~ 6000 (1step) R/O INT16U 10msec4007 0x10 Frequency 50Hz(0)/60Hz(1) W/O INT16U --4008 0x10 CT Ratio Phase 5 ~10000(5step) W/O INT16U :5

4009 0x10

Trip Out

T/S1Contact Off(0), PROT_OR(1),

IOCR(2), TOCR(3) W/O INT16U --

4010 0x10 Reset Self(0), Manual(1) W/O INT16U --4011 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4012 0x10T/S2

Contact Off(0), PROT_OR(1),IOCR(2), TOCR(3) W/O INT16U --

4013 0x10 Reset Self(0), Manual(1) W/O INT16U --4014 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4015 0x10T/S3

Contact Off(0), PROT_OR(1),IOCR(2), TOCR(3) W/O INT16U --

4016 0x10 Reset Self(0), Manual(1) W/O INT16U --4017 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4018 0x10T/S4

Contact Off(0), PROT_OR(1),IOCR(2), TOCR(3) W/O INT16U --

4019 0x10 Reset Self(0), Manual(1) W/O INT16U --4020 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4021 0x10T/S5

Contact Off(0), PROT_OR(1),IOCR(2), TOCR(3) W/O INT16U --

4022 0x10 Reset Self(0), Manual(1) W/O INT16U --4023 0x10 Delay Time 3~6000(1step) W/O INT16U 10msec

4024 0x10MODBUS

Baudrate 300(0), 600(1), 1200(2), 2400(3), 4800(4), 9600(5), 19200(6) W/O INT16U --

4025 0x10 Address 1~254(1step) W/O INT16U --4026 ~ Reserved


Recommended