Gd311-Aef11 Modbus Rtu Map V1.11
Gd311-Aef11 Modbus Rtu Map V1.11
GD311 - AEF11
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.
경보전기[주] 2 / 13
GD311 - AEF11 Modbus V1.11
TABLE OF CONTENTS
1. Scope ··············································································· 4
2. Applicable Document ····························································· 4
3. Register Types ····································································· 4
4. Functions and message parsing ·················································· 4
5. Exception Responses ····························································· 5
6. Data Formats ······································································ 5
7. Communication Configuration ··················································· 5
8. Register Map ········································································ 6
9. Register Formats ···································································· 11
10. Event Recording File Format ····················································· 13
11. Waveform Recording File Format ················································ 13
경보전기[주] 3 / 13
GD311 - AEF11 Modbus V1.11
1. Scope
This document describes the Modbus RTU register map for the GD311-AEF11
2. Applicable Document
Modicon Modbus Protocol Reference Guide
DWG#:PI-MBUS-300 Rev.E
This document describes the Modicon Modbus RTU communication protocol used by the GD311-AEF11
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.
Function Start
Register Type Category Use/Contents Access
Code Address
Fixed data reported by the
Input Registers Fixed Value Registers 0x03(03) 0000 R/O
device
Dynamic Value 1000 Metering data
Input Registers
Registers 1500 Status data
0x04(04) R/O
Set-point Registers Setting Registers 2000 Counter
Report Registers Fault Registers 2500 System Configuration
Command coils used for
0x06(06) 0500 W/O
activation
Set-point Registers Setting Registers
0x06(06) 2500 System Configuration W/O
0x10(16) 2500 System Configuration W/O
경보전기[주] 4 / 13
GD311 - AEF11 Modbus V1.11
5. Exception Responses
When a system host command received by a GD311-AEF11 cannot be performed,
it replies with an error code.
01- illegal function
02- illegal register address
03- illegal data value
04- slave device failure
05- acknowledge long duration command
06- busy servicing another long duration command
07- negative acknowledge
08- invalid report index
6. Data Formats
Format Description Etc.
ASCII 16bits assigned ASCII Ex) '1' ⇒ 0x0031
INT16U 0 ~ 65535 H-L Order
INT16S -32768 ~ 32767 Ex) 0x1234 ⇒ 0x1234
INT32U 0 ~ 4294967295 LL-HH Order
INT32S -2147483648 ~ 2147483647 Ex) 0x1234-0x5678 ⇒ 0x56781234
Bit Struct 16bits Bit Structure
7. Communication Configuration
Operation Half-Duplex (2-wire)
Interface RS-232, RS-485
RS-232 19200
Baud
RS-485 9600, 19200, 38400
Protocol Modbus RTU
Data Bit 8 bit
Stop Bit 1 bit
Parity Bit None(0)
경보전기[주] 5 / 13
GD311 - AEF11 Modbus V1.11
8. Register Map
Address
Function Code Description Range Step Access Format Units
(dec)
Device Identity
12 characters
0000 ~11 0x03 Device Type -- R/O ASCII --
"GD311-AEF11 “
0012 ~15 0x03 Device Version 4 characters -- R/O ASCII --
0016 ~ Reserved
Control (BO)
0501 0x06 Setting Update FF00 only (65280) -- W/O -- --
0502 0x06 Remote Reset FF00 only (65280) -- W/O -- --
0503 0x06 Clear Event FF00 only (65280) -- W/O -- --
0504 0x06 Clear Waveform FF00 only (65280) -- W/O -- --
0506 ~ Reserved
Measurement
16Bit Format Type
Voltage
1000 0x04 Ground Voltage Magnitude 0 ~ 655.35 -- R/O INT16U kV
1001 0x04 Ground Voltage Angle 0 ~ 359.9 -- R/O INT16U ˚(deg)
1002 ~ Reserved
Current
1010 0x04 Phase A Current Magnitude 0 ~ 65.535 -- R/O INT16U kA
1011 0x04 Phase A Current Angle 0 ~ 359.9 -- R/O INT16U ˚(deg)
1012 0x04 Phase B Current Magnitude 0 ~ 65.535 -- R/O INT16U kA
1013 0x04 Phase B Current Angle 0 ~ 359.9 -- R/O INT16U ˚(deg)
1014 0x04 Phase C Current Magnitude 0 ~ 65.535 -- R/O INT16U kA
1015 0x04 Phase C Current Angle 0 ~ 359.9 -- R/O INT16U ˚(deg)
1016 0x04 Sensitive Ground Current Magnitude 0 ~ 6553.5 -- R/O INT16U mA
1017 0x04 Sensitive Ground Current Angle 0 ~ 359.9 -- R/O INT16U ˚(deg)
Sequence Current
1018 0x04 Positive Sequence Current Magnitude 0 ~ 65.535 -- R/O INT16U kA
1019 0x04 Positive Sequence Current Angle 0 ~ 359.9 -- R/O INT16U ˚(deg)
1020 0x04 Negative Sequence Current Magnitude 0 ~ 65.535 -- R/O INT16U kA
1021 0x04 Negative Sequence Current Angle 0 ~ 359.9 -- R/O INT16U ˚(deg)
1022 0x04 Zero Sequence Current Magnitude 0 ~ 65.535 -- R/O INT16U kA
1023 0x04 Zero Sequence Current Angle 0 ~ 359.9 -- R/O INT16U ˚(deg)
1024 ~ Reserved
32Bit Format Type
Voltage
1300
0x04 Ground Voltage Magnitude 0 ~ 42949672.95 -- R/O INT32U V
~ 1301
1302
0x04 Ground Voltage Angle 0 ~ 359.9 -- R/O INT32U ˚(deg)
~ 1303
1304 ~ Reserved
Current
1310
0x04 Phase A Current Magnitude 0 ~ 42949672.95 -- R/O INT32U A
~ 1311
1312
0x04 Phase A Current Angle 0 ~ 359.9 -- R/O INT32U ˚(deg)
~ 1313
1314
0x04 Phase B Current Magnitude 0 ~ 42949672.95 -- R/O INT32U A
~ 1315
1316
0x04 Phase B Current Angle 0 ~ 359.9 -- R/O INT32U ˚(deg)
~ 1317
1318
0x04 Phase C Current Magnitude 0 ~ 42949672.95 -- R/O INT32U A
~ 1319
1320
0x04 Phase C Current Angle 0 ~ 359.9 -- R/O INT32U ˚(deg)
~ 1321
경보전기[주] 6 / 13
GD311 - AEF11 Modbus V1.11
Address
Function Code Description Range Step Access Format Units
(dec)
1322
0x04 Sensitive Ground Current Magnitude 0 ~ 42949672.95 -- R/O INT32U mA
~ 1323
1324
0x04 Sensitive Ground Current Magnitude 0 ~ 359.9 -- R/O INT32U ˚(deg)
~ 1325
Sequence Current
1326
0x04 Positive Sequence Current Magnitude 0 ~ 42949672.95 -- R/O INT32U A
~ 1327
1328
0x04 Positive Sequence Current Angle 0 ~ 359.9 -- R/O INT32U ˚(deg)
~ 1329
1330
0x04 Negative Sequence Current Magnitude 0 ~ 42949672.95 -- R/O INT32U A
~ 1331
1332
0x04 Negative Sequence Current Angle 0 ~ 359.9 -- R/O INT32U ˚(deg)
~ 1333
1334
0x04 Zero Sequence Current Magnitude 0 ~ 42949672.95 -- R/O INT32U A
~ 1335
1336
0x04 Zero Sequence Current Angle 0 ~ 359.9 -- R/O INT32U ˚(deg)
~ 1337
1338 ~ Reserved
Status (BI)
Contact Input
1500
0x04 Contact Input #1 ~ #3 Off(0), On(1) -- R/O INT16U --
~ 1502
1503 ~ Reserved
Contact Out
1550 Denergized(0),
0x04 Contact Out #1 ~ #8 -- R/O INT16U --
~ 1557 Energized(1)
1558 ~ Reserved
Self-Diagnostic
1600 0x04 DC Power Fail OK(0), Fail(1) -- R/O INT16U --
1601 0x04 Memory Fail OK(0), Fail(1) -- R/O INT16U --
1602 0x04 Setting Fail OK(0), Fail(1) -- R/O INT16U --
1603 0x04 A/D Converter Fail OK(0), Fail(1) -- R/O INT16U --
1604 0x04 DI/O Circuit Fail OK(0), Fail(1) -- R/O INT16U --
1605 0x04 Auto Calibration OK(0), Fail(1) -- R/O INT16U --
1606 0x04 CPU Watch Dog OK(0), Fail(1) -- R/O INT16U --
1607 ~ Reserved
Protection - OCR
1650 0x04 IOCR_A Pickup NOP(0), Pickup(1) -- R/O INT16U --
1651 0x04 IOCR_B Pickup NOP(0), Pickup(1) -- R/O INT16U --
1652 0x04 IOCR_C Pickup NOP(0), Pickup(1) -- R/O INT16U --
1653 0x04 IOCR_A OP Latch NOP(0), OP(1) -- R/O INT16U --
1654 0x04 IOCR_B OP Latch NOP(0), OP(1) -- R/O INT16U --
1655 0x04 IOCR_C OP Latch NOP(0), OP(1) -- R/O INT16U --
1656 0x04 TOCR_A Pickup NOP(0), Pickup(1) -- R/O INT16U --
1657 0x04 TOCR_B Pickup NOP(0), Pickup(1) -- R/O INT16U --
1658 0x04 TOCR_C Pickup NOP(0), Pickup(1) -- R/O INT16U --
1659 0x04 TOCR_A OP Latch NOP(0), OP(1) -- R/O INT16U --
1660 0x04 TOCR_B OP Latch NOP(0), OP(1) -- R/O INT16U --
1661 0x04 TOCR_C OP Latch NOP(0), OP(1) -- R/O INT16U --
1662 ~ Reserved
Protection - SGR
1670 0x04 SGR Pickup NOP(0), Pickup(1) -- R/O INT16U --
1671 0x04 SGR OP Latch NOP(0), OP(1) -- R/O INT16U --
1672 ~ Reserved
경보전기[주] 7 / 13
GD311 - AEF11 Modbus V1.11
Address
Function Code Description Range Step Access Format Units
(dec)
Protection - OVGR
1680 0x04 IOVGR Pickup NOP(0), Pickup(1) -- R/O INT16U --
1681 0x04 IOVGR OP Latch NOP(0), OP(1) -- R/O INT16U --
1682 0x04 TOVGR1 Pickup NOP(0), Pickup(1) -- R/O INT16U --
1683 0x04 TOVGR1OP Latch NOP(0), OP(1) -- R/O INT16U --
1684 0x04 TOVGR2 Pickup NOP(0), Pickup(1) -- R/O INT16U --
1685 0x04 TOVGR2 OP Latch NOP(0), OP(1) -- R/O INT16U --
1686 ~ Reserved
Counter
2000 0x04 Event Counter 1 ~ 1024 -- R/O INT16U --
2001 0x04 Waveform Counter 0~6 -- R/O INT16U --
2002 ~ Reserved
System Configuration
System Time (RTC)
2500 0x04/0x06/0x10 Year 2000 ~ 2099 1 R/W INT16U --
2501 0x04/0x06/0x10 Month 1 ~ 12 1 R/W INT16U --
2502 0x04/0x06/0x10 Day 1 ~ 31 1 R/W INT16U --
2503 0x04/0x06/0x10 Hour 0 ~ 23 1 R/W INT16U --
2504 0x04/0x06/0x10 Minute 0 ~ 59 1 R/W INT16U --
2505 0x04/0x06/0x10 Second 0 ~ 59 1 R/W INT16U sec
2506 0x04/0x06/0x10 Millisecond 0 ~ 999 1 R/W INT16U msec
2507 ~ Reserved
Waveform Record
2510 0x04/0x06/0x10 Type 6*150(0), 6*300(1) -- R/W INT16U Cycles
2511 0x04/0x06/0x10 Trig Pos 0 ~ 99 1 R/W INT16U %
2512 0x04/0x06/0x10 Trig Src 0~5 1 R/W FN100 --
2513 ~ Reserved
Communication (COM)
2520 0x04/0x06/0x10 Slave Address 1 ~ 254 1 R/W INT16U --
2521 0x04/0x06/0x10 BPS 9600(0), 19200(1), 38400(2) 1 R/W INT16U --
2522 0x04/0x06/0x10 Protocol Modbus(0) 1 R/W INT16U --
2523 ~ Reserved
Power System
2530 0x04/0x06/0x10 Frequency 60Hz(0), 50Hz(1) 1 R/W INT16U Hz
2531 0x04/0x06/0x10 Ground PT Primary 0.01 ~ 600.00 0.01 R/W INT16U kV
2532 0x04/0x06/0x10 Ground PT Secondary 50.0 ~ 240.0 0.1 R/W INT16U V
2533 0x04/0x06/0x10 Phase CT Ratio 5 ~ 30000 5 R/W INT16U xxxxx:5
2534 ~ Reserved
Trip / Signal Output (1 ~ 8)
OFF(0), PROT_OR(2) ~
2550 0x04/0x06/0x10 T/S #01 Connection 1 R/W FN102 --
TOVGR1+TOVGR2(32)
2551 0x04/0x06/0x10 T/S #01 Reset Self(0), Manual(1) 1 R/W INT16U --
2552 0x04/0x06/0x10 T/S #01 Reset Delay 0.00 ~ 200.00 0.01 R/W INT16U sec
-- -- -- -- -- -- -- --
OFF(0), PROT_OR(2) ~
2568 0x04/0x06/0x10 T/S #07 Connection 1 R/W FN102 --
TOVGR1+TOVGR2(32)
2569 0x04/0x06/0x10 T/S #07 Reset Self(0), Manual(1) 1 R/W INT16U --
2570 0x04/0x06/0x10 T/S #07 Reset Delay 0.00 ~ 200.00 0.01 R/W INT16U sec
2571 0x04/0x06/0x10 T/S #08 Connection SYS_ERR(1) 1 R/W FN102 --
2572 0x04/0x06/0x10 T/S #08 Reset Self(0), Manual(1) 1 R/W INT16U --
2573 0x04/0x06/0x10 T/S #08 Reset Delay 0.00 ~ 200.00 0.01 R/W INT16U sec
2574 ~ Reserved
경보전기[주] 8 / 13
GD311 - AEF11 Modbus V1.11
Address
Function Code Description Range Step Access Format Units
(dec)
Protection
TOCR(51)
2700 0x04/0x06/0x10 Function Disable(0), Enable(1) 1 R/W INT16U --
2701 0x04/0x06/0x10 Curve 0 ~ 7 1 R/W FN105 --
2702 0x04/0x06/0x10 Pickup 0.2 ~12.5 0.1 R/W INT16U A
2703 0x04/0x06/0x10 Time Dial 0.10 ~10.00 0.05 R/W INT16U --
2704 0x04/0x06/0x10 DT Time 0.04 ~ 60.00 0.01 R/W INT16U sec
2705 0x04/0x06/0x10 External Block No(0), Yes(1) 1 R/W INT16U --
IOCR(51)
2706 0x04/0x06/0x10 Function Disable(0), Enable(1) 1 R/W INT16U --
2707 0x04/0x06/0x10 Mode DT(0), Inst(1) 1 R/W INT16U --
2708 0x04/0x06/0x10 Pickup 1.0 ~100.0 0.5 R/W INT16U A
2709 0x04/0x06/0x10 DT Time 0.04 ~ 60.00 0.01 R/W INT16U sec
2710 0x04/0x06/0x10 External Block No(0), Yes(1) 1 R/W INT16U --
2711 ~ Reserved
SGR(67G)
2720 0x04/0x06/0x10 Function Disable(0), Enable(1) 1 R/W INT16U --
2721 0x04/0x06/0x10 Voltage Pickup 5 ~50 1 R/W INT16U V
2722 0x04/0x06/0x10 Current Pickup 0.9 ~9.8 0.1 R/W INT16U mA
2723 0x04/0x06/0x10 DT Time 0.04 ~ 60.00 0.01 R/W INT16U sec
2724 0x04/0x06/0x10 MTA -90~90 1 R/W INT16S deg
2725 0x04/0x06/0x10 External Block No(0), Yes(1) 1 R/W INT16U --
2726 ~ Reserved
IOVGR(59G)
2740 0x04/0x06/0x10 Function Disable(0), Enable(1) 1 R/W INT16U --
2741 0x04/0x06/0x10 Mode DT(0), Inst(1) 1 R/W INT16U --
2742 0x04/0x06/0x10 Pickup 5 ~ 160 1 R/W INT16U V
2743 0x04/0x06/0x10 DT Time 0.04 ~ 60.00 0.01 R/W INT16U sec
2744 0x04/0x06/0x10 External Block No(0), Yes(1) 1 R/W INT16U --
TOVGR1(59G)
2745 0x04/0x06/0x10 Function Disable(0), Enable(1) 1 R/W INT16U --
DT(0), INV_TRIP(1),
2746 0x04/0x06/0x10 Curve 1 R/W INT16U --
INV_ALM(2)
2747 0x04/0x06/0x10 Pickup 5 ~160 1 R/W INT16U V
2748 0x04/0x06/0x10 Time Dial 0.10 ~ 10.00 0.05 R/W INT16U --
2749 0x04/0x06/0x10 DT Time 0.04 ~ 60.00 0.01 R/W INT16U sec
2750 0x04/0x06/0x10 External Block No(0), Yes(1) 1 R/W INT16U --
TOVGR2(59G)
2751 0x04/0x06/0x10 Function Disable(0), Enable(1) 1 R/W INT16U --
DT(0), INV_TRIP(1),
2752 0x04/0x06/0x10 Curve 1 R/W INT16U --
INV_ALM(2)
2753 0x04/0x06/0x10 Pickup 5 ~160 1 R/W INT16U V
2754 0x04/0x06/0x10 Time Dial 0.10 ~ 10.00 0.05 R/W INT16U --
2755 0x04/0x06/0x10 DT Time 0.04 ~ 60.00 0.01 R/W INT16U sec
2756 0x04/0x06/0x10 External Block No(0), Yes(1) 1 R/W INT16U --
2757 ~ Reserved
경보전기[주] 9 / 13
GD311 - AEF11 Modbus V1.11
Address
Function Code Description Range Step Access Format Units
(dec)
File ( Event, Wave Recording File)
60500
0x06/0x10 File Open File Name(ID) -- W/O FN0 --
~60519
Operation
60520 0x06/0x10 File Open RD(0)/WR(1)/RW(2)/AP(3) -- W/O INT16U --
60521 0x06/0x10 File Close Operation RD(0)/WR(1)/RW(2)/AP(3) -- W/O INT16U --
60522 0x04 File Status OK(0) / EOF(1) -- R/O FN10 --
* 60523 Seek position (LSB)
0x04/0x06/0x10 1 ~ File size -- R/W FN11 Word
~60524 Seek position (MSB)
60525 Reserved
60526 File size (LSB)
0x04 0 ~ 4294967295 -- R/O INT32U Byte
~60527 File size (MSB)
Read(0), Write(1), RW(2),
60528 0x04 File Attribute -- R/O FN6 --
AP(3), None(4)
60529
Reserved
~60599
60600 0x04 Buff Valid Byte Length -- R/O INT16U Byte
60601 0x04 File buffer[0] -- R/O FN9 --
… … … … … … … --
60724 0x04 File butter[123] -- R/O FN9 --
60725 ~ Reserved
경보전기[주] 10 / 13
GD311 - AEF11 Modbus V1.11
9. Register Formats
No. Format Name Description
Address 60505 ASCII 분석
60500 60501 60502 60503 60504
ID ~ 60519 내용
Event log File 0x7665 0x6E65 0x2E74 0x6F6C 0x0067 event.log
Waveform recording
0x6177 0x6576 0x315F 0x6C2E 0x7473 wave_1.lst
log File
Waveform recording #1
0x6177 0x6576 0x315F 0x632E 0x6766 wave_1.cfg
*.cfg(config)file
Waveform recording #1
0x6177 0x6576 0x315F 0x642E 0x7461 wave_1.dat
*.dat(data)file
Waveform recording #2
0x6177 0x6576 0x325F 0x632E 0x6766 wave_2.cfg
*.cfg(config)file
Waveform recording #2
FN0 0x6177 0x6576 0x325F 0x642E 0x7461 wave_2.dat
*.dat(data)file
File ID Waveform recording #3
0x6177 0x6576 0x335F 0x632E 0x6766 wave_3.cfg
*.cfg(config)file
NULL
Waveform recording #3
0x6177 0x6576 0x335F 0x642E 0x7461 wave_3.dat
*.dat(data)file
Waveform recording #4
0x6177 0x6576 0x345F 0x632E 0x6766 wave_4.cfg
*.cfg(config)file
Waveform recording #4
0x6177 0x6576 0x345F 0x642E 0x7461 wave_4.dat
*.dat(data)file
Waveform recording #5
0x6177 0x6576 0x355F 0x632E 0x6766 wave_5.cfg
*.cfg(config)file
Waveform recording #5
0x6177 0x6576 0x355F 0x642E 0x7461 wave_5.dat
*.dat(data)file
Waveform recording #6
0x6177 0x6576 0x365F 0x632E 0x6766 wave_6.cfg
*.cfg(config)file
Waveform recording #6
0x6177 0x6576 0x365F 0x642E 0x7461 wave_6.dat
*.dat(data)file
1. Modbus Function 0x10, 0x06으로 Write 입력 할 경우는 File ID 값과 File Open 값을 같이
Write 입력해야 Error 발생이 안 됩니다.
데이터 요청
주의 사항 2. 항상 ID변경 시 File Close를 하신 후 File ID와 File Open을 해주어야 합니다.
Bit Description
0: Read
FN6 File Attributes
1: Write
2: Read/Write
3: Append
4: None
경보전기[주] 11 / 13
GD311 - AEF11 Modbus V1.11
경보전기[주] 12 / 13
GD311 - AEF11 Modbus V1.11
경보전기[주] 13 / 13