0% found this document useful (0 votes)
20 views75 pages

ESD34 JbusModbus Protocol V2.3(No CCU)

The document outlines the Enersine ESD34 Active Power Filter's Jbus/Modbus Protocol V2.3, detailing the communication structure and functions for data exchange with the device. It includes information on states, commands, identification, parameters, waveform, spectrum, event logs, and error handling. The protocol is designed to standardize communication across various products and modules associated with the Enersine ESD34 system.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views75 pages

ESD34 JbusModbus Protocol V2.3(No CCU)

The document outlines the Enersine ESD34 Active Power Filter's Jbus/Modbus Protocol V2.3, detailing the communication structure and functions for data exchange with the device. It includes information on states, commands, identification, parameters, waveform, spectrum, event logs, and error handling. The protocol is designed to standardize communication across various products and modules associated with the Enersine ESD34 system.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 75

Enersine ESD34

Active Power Filter

Jbus/Modbus Protocol
V2.3

Update: 2012/05/30
1. Introduction ............................................................................................................................ 4
1-1. Introduction JBUS Function ....................................................................................... 5
2. Control Module Protocol ........................................................................................................ 9
2-1. States ........................................................................................................................... 9
2-1-1. States Register Map ......................................................................................... 9
2-1-2. States Data Sequence ....................................................................................... 9
2-1-3. States Data Area............................................................................................. 10
2-2. Command .................................................................................................................. 12
2-2-1. Command Register Map ................................................................................ 12
2-2-2. Command Data Sequence .............................................................................. 12
2-2-3. Command Data Area ..................................................................................... 13
2-3. Identification ............................................................................................................. 14
2-3-1. Identification Register Map ........................................................................... 14
2-3-2. Identification Data Sequence ......................................................................... 14
2-3-3. Identification data Area ................................................................................. 14
2-4. Parameters ................................................................................................................. 17
2-4-1. Parameters Register Map ............................................................................... 17
2-4-2. Parameters Data Sequence............................................................................. 17
2-4-3. Parameters data Area ..................................................................................... 17
2-5.KW Parameters .......................................................................................................... 21
2-5-1 KW Parameters Register Map ........................................................................ 21
2-5-2 KW Parameters Data Sequence ...................................................................... 21
2-5-3 KW Parameters data Area ............................................................................... 21
2-6. Waveform .................................................................................................................. 22
2-6-1. Waveform Register Map ................................................................................ 22
2-6-2. Waveform Data Sequence .............................................................................. 30
2-6-3. Waveform data Area ...................................................................................... 31
2-7. Spectrum ................................................................................................................... 32
2-7-1. Spectrum Register Map ................................................................................. 32
2-7-2. Spectrum Data Sequence ............................................................................... 33
2-7-3. Spectrum1 data Area(17 words) .................................................................... 33
2-7-4. Spectrum2 data Area (16 words) ................................................................... 34
2-7-5. Spectrum3 data Area (19 words) ................................................................... 35
2-8. Spectrum (Individual harmonic order percentage) ................................................... 38
Spectrum Register Map ............................................................................................ 38
2-8-1 Spectrum Data Sequence ................................................................................ 40
2-8-2 Spectrum1 data Area (17 words) .................................................................... 41

Enersine ESD34 Jbus/Modbus Protocol V2.3 1


2-8-3 Spectrum2 data Area (16 words) .................................................................... 42
2-8-4 Spectrum3 data Area (19 words) .................................................................... 43
2-9. Modify Baud Rate ..................................................................................................... 46
2-9-1. Modify Baud Rate Register Map ................................................................... 46
2-9-2. Modify Baud Rate Data Sequence................................................................. 46
2-9-3. Modify Baud Rate data Area ......................................................................... 46
2-10. Resources of waveform/spectrum/event log ........................................................... 48
2-10-1. Resources of Waveform / Spectrum / Event Log Register Map .................. 48
2-10-2. Resources Data Sequence ............................................................................ 48
2-10-3. Resources data Area..................................................................................... 48
2-11. Event log ................................................................................................................. 49
2-11-1. Event Log Register Map .............................................................................. 49
2-11-2. Event Log Data Sequence ............................................................................ 49
2-11-3. Event Log data Area .................................................................................... 49
2-11-4. Defined of EVENTS_LOG_KIND & EVENTS_LOG_NO ....................... 51
2-12. Dry Contact setup ................................................................................................... 59
2-12-1. Dry Contact Setup Register Map ................................................................. 59
2-12-2. Dry Contact setup Data Sequence ............................................................... 60
2-12-3. Dry Contact setup Data Area ....................................................................... 60
2-13. Real Time Event log................................................................................................ 63
2-13-1. Real Time Register Map .............................................................................. 63
2-13-2. Real Time Event log Data Sequence ........................................................... 63
2-13-3. Real Time Event log Data Area ................................................................... 64
2-14. Read Event Log Data Length .................................................................................. 65
2-14-1. Read Event Log Data Length Register Map ................................................ 65
2-14-2. Event Log Data Length Data Sequence ....................................................... 65
2-14-3. Event Log Data Length Data Area .............................................................. 66
2-15. Parallel information ................................................................................................ 67
2-15-1. Parallel information Register Map .............................................................. 67
2-15-2. Parallel information Data Sequence ............................................................ 67
2-15-3. Parallel information Data Area .................................................................... 67
2-16. Time setting ............................................................................................................. 69
2-16-1. Time Setting Register Map .......................................................................... 69
2-16-2. Time setting Data Sequence ........................................................................ 69
2-16-3. Time setting Data Area ................................................................................ 70
2-17. Control Module Error ............................................................................................. 71
2-17-1. Control Module Error Register Map ........................................................... 71
2-17-2. Control module Error Data Sequence .......................................................... 71

Enersine ESD34 Jbus/Modbus Protocol V2.3 2


2-17-3. Control module Error Data Area ................................................................. 71

Enersine ESD34 Jbus/Modbus Protocol V2.3 3


1. Introduction

This document describes the Enersine ESD34 Active Power Filter protocol, adopted to
communicate with all communication products, like Supervisor, Network communication,
etc...
This protocol will be implemented in the Enersine ESD34 Active Power Filter equipment, in
order to use the same driver for all products.

COMMUNICATION LAYERS
APPLICATIONS
FILTER MONITOR
DATA TABLE
FIXED
ADDRESS SPECIFICATION
JBUS P

JBUS TRANSPORT PROTOCOL

HARDWARE
RS232 / RS485 / RS422/ USB /
TCP/IP

GENERAL MESSAGE FORMAT


SLAVE NUMBER (1 byte) Specified the destination node
FUNCTION CODE (1 byte) Specified a READ or WRITE data command
DATA FIELD Information to read or write data
(Address, value, number of data...)
CONTROL WORD (CRC16) (2 bytes, 1 word) Algorithm calculation of each data

JBUS FUNCTION
READ WORD: code function 3
WRITE 1 WORD: code function 6 (Example: Command)
WRITE SEVERAL WORDS: code function 16 (Example: Dry Contact setup)

Enersine ESD34 Jbus/Modbus Protocol V2.3 4


CASE OF SEVRAL MODULES AND ONE SLAVE

Modul 1

Slave N Modul 2

Modul N

In this case one slave is associated on several modules. The MSB of the vector address
determines the module number.
The default value of the module is 1, in case of single module.

1-1. Introduction JBUS Function


FUNCTION 0x3
Example: Request to slave number1, the data (19 words) beginning at 0x38B (Address)
Request
Slave Function Address Address Number of words
CRC CRC
Number Code High Low MSB(null) LSB(1~125) low High

1 0x03 0x3 0x8B 0 0x13

Slave message
Response
Slave Function Nb of First First Next CRC CRC
Number Code byte data hi data low data low High
byte byte
1 0x03 0x26 0x20 0x22 ……
Example: the first data is (0x20 * 0x100) + 0x22=0x2022

Enersine ESD34 Jbus/Modbus Protocol V2.3 5


FUNCTION 0x6
Example: Write the data 0x3044 to address 0x384
Write
Slave Function Address Address data data Crc Crc
number Code High Low to write to write low hi
high low
byte byte
1 0x6 0x3 0x84 0x30 0x44

Slave message
Response
Slave Function Address Address data data Crc Crc
number Code High Low to write to write low hi
high low
byte byte
1 0x6 0x3 0x84 0x30 0x44

If slave number is 0, all slaves execute the command, without sending message.

FUNCTION 0x10
Example: This function is used to write Identification (several words) to slave.
Write
Slave Function Address Address Number of Nber data data Next Crc Crc
number Code High Low words Of to to data low hi
Byte write write
MSB LSB
To high low
(null) (1~123)
write byte byte
1 0x10 0x3 0x8B 0 0x13 0x26 0x30 0x44 ……

Slave message:
Response
Slave Function Address Address Number of words
CRC CRC
Number Code High Low MSB(null) LSB(1~123) low High

1 0x10 0x3 0x8B 0 0x13

Enersine ESD34 Jbus/Modbus Protocol V2.3 6


FUNCTION 0x65
Example: This function is used to read Event Log
Request
Slave Function Address Address Event log Event log CRC CRC
Number Code High Low index Hi Byte address Low low High
Byte
1 0x65 0x19 0X68 0 1
Event log index:[1~300]
Response
Slave Function Nb of First First Next data CRC CRC
Number Code byte data hi data low low High
byte byte
1 0x65 0xA Event00 Event01 Event02……

Enersine ESD34 Jbus/Modbus Protocol V2.3 7


CRC 16 CALCULATION
CRC16 = 0xFFFF

CRC16 = CRC16 xor DATA

n = 0

RIGHT SHIFT CRC16

YES
CARRY CRC16 = CRC16 xor 0xA001

NO
n = n + 1

YES
NO n > 7 NEXT DATA

NO
END OF MESSAGE ?

YES

END

Example of CRC calculation

unsigned int CALCUL_CRC(unsigned int *Msg)


{
unsigned int Crc;
int lenght,i,n;
Crc = 0xFFFF;
lenght = Msg[0];
for ( i = 1 ; i <= lenght ; i++ )
{
Crc ^= Msg[i];
for ( n = 1 ; n <= 8 ; n++)
{
/* if CRC is even */
if ((Crc % 2) == 0)
/* to right decrement */
Crc >>= 1;
else
{
Crc >>= 1;
Crc ^= 0xA001;
}
}
}
return( Crc );
}

Enersine ESD34 Jbus/Modbus Protocol V2.3 8


2. Control Module Protocol

2-1. States
Request
Slave Function Address Address Number of words
CRC CRC
Number Code High Low MSB(null) LSB(1~125) low High

1 0x03 0x3 0x80 0 0x2

Response
Slave Function Nb of First First Next CRC CRC
Number Code byte data hi data low data low High
byte byte
1 0x03 0x4 S31~S24 S23~S16 ….

2-1-1. States Register Map


Address High Address Low End Address DATA AREA LENGTH
(IN WORDS)
0x3 0x80 0x381 State 2

2-1-2. States Data Sequence


Word0 Word1
High Low High Low
S31………S24 S23………S16 S15………S08 S07………S00

Enersine ESD34 Jbus/Modbus Protocol V2.3 9


2-1-3. States Data Area
CODE Description (States) Necessary
Type(bit)
S00 Total quantity of power modules for whole system :1~32 ˇ
S01 Please refer to the below Power module table. ˇ
S02 ˇ
S03 ˇ
S04 ˇ
S05 ˇ
S06 The quantity of power modules that control module ˇ
S07 connected:1~4 ˇ
S08 Please refer to the below Control module table. ˇ
S09 Total quantity of filtering power modules for whole ˇ
S10 system :1~32 ˇ
S11 Please refer to the below Power module table. ˇ
S12 ˇ
S13 ˇ
S14 ˇ
S15 reserved ˇ
S16 Filtering 0:Filtering off ,1:Filtering on ˇ
S17 FULL CORRECTING 0: FULL CORRECTING off ˇ
1: FULL CORRECTING on
S18 ERROR 0: ERROR off , 1: ERROR on ˇ
S19 Phase/wires 0:3p3w , 1:3p/4w ˇ

S20 Frequency 0:50Hz , 1:60Hz ˇ


S21 Panel 1:LCD Panel, 0:LED Panel ˇ
S22 CAN BUS DISCONNECT 0:nothing ˇ
1: can bus disconnect
S23 Can bus on/off command 0: received OFF command ˇ
1: received ON command
S24 Waveform scale (Load/Source Current) Bit0 ˇ
S25 Bit1 ˇ
S26 Bit2 ˇ
S27 Bit3 ˇ
S28 Waveform scale (FILTER Current) Bit0 ˇ

Enersine ESD34 Jbus/Modbus Protocol V2.3 10


S29 Bit1 ˇ
S30 Bit2 ˇ
S31 Bit3 ˇ

Waveform scale table


Waveform scale S31/S27 S30/S26 S29/S25 S28/S24
Gain=1 0 0 0 1
Gain=2 0 0 1 0
Gain=4 0 1 0 0
Gain=8 1 0 0 0

Power module table


Total quantity of power modules S05 S04 S03 S02 S01 S00
Total quantity of filtering power modules S14 S13 S12 S11 S10 S09
1 power module 0 0 0 0 1
2 power modules 0 0 0 0 1 0
3 power modules 0 0 0 0 1 1
.
.

32 power modules 1 0 0 0 0 0

Control module table


The quantity of power modules that control S08 S07 S06
module connected
1 power module 0 0 1
2 power module 0 1 0
3 power module 0 1 1
4 power module 1 0 0

Enersine ESD34 Jbus/Modbus Protocol V2.3 11


2-2. Command
Write
Slave Function Address Address data data Crc Crc
number Code High Low to write to write low Hi
high byte low byte
1 0x6 0x3 0x84 C15~C08 C07~C00
or
Slave Function Address Address Number of Nber data data Crc Crc
number Code High Low words Of to write to write low hi
Byte high byte low byte
MSB LSB To
(null) (1~123) write

1 0x10 0x3 0x84 0x0 0x1 0x2 C15~C08 C07~C00

Response
Slave Function Address Address data data Crc Crc
number Code High Low to write to write low Hi
high byte low byte
1 0x6 0x3 0x84 C15~C08 C07~C00
or
Slave Function Address Address Number of words CRC CRC
Number Code High Low low High
MSB(null) LSB(1~123)

1 0x10 0x3 0x84 0 0x1

2-2-1. Command Register Map


Address High Address Low End Address DATA AREA LENGTH
(IN WORDS)
0x3 0x84 0x384 Command 1

2-2-2. Command Data Sequence


Word0
High Low
C15………C08 C07………C00

Enersine ESD34 Jbus/Modbus Protocol V2.3 12


2-2-3. Command Data Area
CODE Description (Command) Necessary
Type(bit)
C00 Enersine ESD34 ON/OFF Command 0:OFF ,1:ON ˇ
C01 RESET 0:nothing 1:RESET ˇ
C02 reserved ˇ
C03 reserved ˇ
C04 reserved ˇ
C05 reserved ˇ
C06 reserved ˇ
C07 reserved
C08 Start update & hold waveform data 0:nothing ˇ
1:update & hold
C09 reserved
C10 To ready event log data 0:nothing ˇ
1:To ready event log data
C011 Start update & hold SPECTRUM data 0:nothing ˇ
1:update & hold
C12 reserved ˇ
C13 Waveform end of message 0:nothing ˇ
1:end of waveform transmit
C14 Spectrum end of message 0:nothing ˇ
1:end of spectrum transmit
C15 Event log end of message 0:nothing ˇ
1:end of event log transmit

Enersine ESD34 Jbus/Modbus Protocol V2.3 13


2-3. Identification
Request
Slave Function Address Address Number of words CRC CRC
Number Code High Low low High
MSB(null) LSB(1~125)

1 0x03 0x3 0x8B 0 0x13

Response
Slave Function Nb of First First Next CRC CRC
Number Code byte data hi data low data low High
byte byte
1 0x03 0x26 I00 I01 I02…

2-3-1. Identification Register Map


Address High Address Low End Address DATA AREA LENGTH
(IN WORDS)
0x3 0x8B 0x39D Identification 19

2-3-2. Identification Data Sequence


Byte0 (I00) Byte1 (I01) Byte (I02) …….
7……0 7…...0 7…..0
Model number 1st Model number 2nd Model number 3rd …….

2-3-3. Identification data Area


CODE Description (Identification) Necess
Type(byte) ary
I00 Model number 1st byte ˇ
I01 Model number 2nd byte ˇ
I02 Model number 3rd byte ˇ
I03 Model number 4 th
byte ˇ
I04 Model number 5th byte ˇ
I05 Model number 6 th
byte ˇ
I06 Model number 7 th
byte ˇ
I07 Model number 8th byte ˇ

Enersine ESD34 Jbus/Modbus Protocol V2.3 14


I08 Model number 9th byte ˇ
I09 Model number 10 th
byte ˇ
I010 Model number 11 th
byte ˇ
I011 Model number 12th byte ˇ
I012 Model number 13 th
byte ˇ
I013 Model number 14th byte ˇ
I014 Model number 15th byte ˇ
Model number data form is ASCII code.
I015 Serial number 1st byte ˇ
I016 Serial number 2 nd
byte ˇ
I017 Serial number 3rd byte ˇ
I018 Serial number 4th byte ˇ
I019 Serial number 5 th
byte ˇ
I020 Serial number 6th byte ˇ
I021 Serial number 7 th
byte ˇ
I022 Serial number 8 th
byte ˇ
I023 Serial number 9th byte ˇ
I024 Serial number 10 th
byte ˇ
I025 Serial number 11th byte ˇ
I026 Serial number 12th byte ˇ
I027 Serial number 13 th
byte ˇ
I028 Serial number 14th byte ˇ
I029 Serial number 15 th
byte ˇ
Serial number data form is ASCII code.
I030 ˇ
reserved
I031 ˇ
I032 CPU1 program Ver. Hi byte ˇ
I033 CPU1 program Ver. low byte ˇ
CPU1 program Ver. =( I032,I033)/100= #.##
I034 CPU2 program Ver. hi byte ˇ
I035 CPU2 program Ver. byte ˇ
CPU2 program Ver. =( I034,I035)/100= #.##
I036 PANLE Program version hi byte ˇ
I037 PANLE Program version low byte ˇ
PANLE Program version =(I036, I037)/100= #.##
The detail describe below PANEL Program version table.

Enersine ESD34 Jbus/Modbus Protocol V2.3 15


PANEL Program version table
I036 I037
7……0 7…...0
PANLE Program version hi byte PANLE Program version low byte
Panel Program Version =〔(I036(bit6~bit0),I037(bit7~bit0)〕/100=#.##
Type of Panel
I036 bit7=0 is LED Panel
I036 bit7=1 is LCD Panel

Enersine ESD34 Jbus/Modbus Protocol V2.3 16


2-4. Parameters
Request
Slave Function Address Address Number of words CRC CRC
Number Code High Low MSB(null) LSB(1~125) low High

1 0x03 0x4 0x00 0 0x14

Response
Slave Function Nb of First First Next data CRC CRC
Number Code byte data hi data low High
byte low
byte
1 0x03 0x28 Par00 Par01 Par02……

2-4-1. Parameters Register Map


Address High Address Low End Address DATA AREA LENGTH
(IN WORDS)
0x4 0x00 0x413 Parameter1 20
0x4 0x14 0x427 Parameter2 20

2-4-2. Parameters Data Sequence


Word0 Word1 Word3 …….
(Par00,Par01) (Par02,Par03) (Par04,Par05)
15………………..0 15………………..0 15………………..0
Vab Vbc Vca …….

2-4-3. Parameters data Area


CODE Description (Parameter1) Necessary
Type(byte)
Par00 Vab hi byte ˇ
Par01 Vab low byte ˇ
Vab=(Par00,Par01) = #####V
Par02 Vbc hi byte ˇ
Par03 Vbc low byte ˇ
Vbc=(Par02,Par03) = ##### V

Enersine ESD34 Jbus/Modbus Protocol V2.3 17


Par04 Vca hi byte ˇ
Par05 Vca low byte ˇ
Vca=(Par04,Par05) = ##### V
Par06 Vab of THD hi byte ˇ
Par07 Vab of THD low byte ˇ
THD =(Par06,Par07)/100= ###.#%
Par08 Vbc of THD hi byte ˇ
Par09 Vbc of THD low byte ˇ
THD =(Par08,Par09)/100= ###.#%
Par10 Vca of THD hi byte ˇ
Par11 Vca of THD low byte ˇ
THD =(Par10,Par11)/100= ###.#%
Par12 Frequency hi byte ˇ
Par13 Frequency low byte ˇ
Freq =(Par12,Par13)/100= ###.#Hz
Par14 Load side of KVA hi byte ˇ
Par15 Load side of KVA low byte ˇ
KVA =(Par14,Par15)= ##### KVA
Par16 Load side of PF hi byte ˇ
Par17 Load side of PF low byte ˇ
PF =(Par16,Par17)/100= #.##
Par18 Load side of Ia hi byte ˇ
Par19 Load side of Ia low byte ˇ
Ia=(Par18,Par19)= #####A
Par20 Load side of Ib hi byte ˇ
Par21 Load side of Ib hi byte ˇ
Ib=(Par20,Par21)= #####A
Par22 Load side of Ic hi byte ˇ
Par23 Load side of Ic hi byte ˇ
Ic=(Par22,Par23)= #####A
Par24 Load side of THD of Ia hi byte ˇ
Par25 Load side of THD of Ia low byte ˇ
THD=(Par24,Par25)/100= ###.#%
Par26 Load side of THD of Ib hi byte ˇ
Par27 Load side of THD of Ib low byte ˇ
THD=(Par26,Par27)/100= ###.#%
Par28 Load side of THD of Ic hi byte ˇ
Par29 Load side of THD of Ic low byte ˇ

Enersine ESD34 Jbus/Modbus Protocol V2.3 18


THD=(Par28,Par29)/100= ###.#%
Par30 Load side of In hi byte ˇ
Par31 Load side of In low byte ˇ
In=(Par30,Par31)= #####A
If S19=1, Par30 & Par31 are not necessary to display.
Par32 Source side of KVA hi byte ˇ
Par33 Source side of KVA low byte ˇ
KVA=(Par32,Par33)= ##### KVA
Par34 Source side of PF hi byte ˇ
Par35 Source side of PF low byte ˇ
PF=(Par34,Par35)/100= #.##
Par36 Source side of Ia hi byte ˇ
Par37 Source side of Ia low byte ˇ
Ia=(Par36,Par37)= ##### A
Par38 Source side of Ib hi byte ˇ
Par39 Source side of Ib low byte ˇ
Ib=(Par38,Par39)= ##### A

CODE Description (Parameter2) Necessary


Type(byte)
Par201 Source side of Ic hi byte ˇ
Par202 Source side of Ic low byte ˇ
Ic=(Par201,Par202)= ##### A
Par203 Source side of THD of Ia hi byte ˇ
Par204 Source side of THD of Ia low byte ˇ
THD=(Par203,Par204)/100= ###.#%
Par205 Source side of THD of Ib hi byte ˇ
Par206 Source side of THD of Ib low byte ˇ
THD=(Par205,Par206)/100= ###.#%
Par207 Source side of THD of Ic hi byte ˇ
Par208 Source side of THD of Ic low byte ˇ
THD=(Par207,Par208)/100= ###.#%
Par209 Source side of In hi byte ˇ
Par210 Source side of In low byte ˇ
In=(Par209,Par210)= #####A
If S19=1, Par213 & Par214 are not necessary to display.
Par211 Enersine ESD34 side of KVA hi byte ˇ
Par212 Enersine ESD34 side of KVA low byte ˇ

Enersine ESD34 Jbus/Modbus Protocol V2.3 19


KVA=(Par211,Par212)= #####KVA
Par213 Enersine ESD34 side of Ia hi byte ˇ
Par214 Enersine ESD34 side of Ia low byte ˇ
Ia=(Par213,Par214)= #####A
Par215 Enersine ESD34 side of Ib hi byte ˇ
Par216 Enersine ESD34 side of Ib hi byte ˇ
Ib=(Par215,Par216)= #####A
Par217 Enersine ESD34 side of Ic hi byte ˇ
Par218 Enersine ESD34 side of Ic hi byte ˇ
Ic=(Par217,Par218)= #####A
Par219 Enersine ESD34 side of In hi byte ˇ
Par220 Enersine ESD34 side of In low byte ˇ
In=(Par219,Par220)= #####A
If S19=1, Par219 & Par220 are not necessary to display.
Par221 Load Bar Percent hi byte ˇ
Par222 Load Bar Percent low byte ˇ
Bar Percent=(Par221,Par222)/100=###%
Par223 Reserved ˇ
Par224 Reserved ˇ
Par225 Reserved ˇ
Par226 Reserved ˇ
Par227 Reserved ˇ
Par228 Reserved ˇ
Par229 Reserved ˇ
Par230 Reserved ˇ
Par231 Reserved ˇ
Par232 Reserved ˇ
Par233 Reserved ˇ
Par234 Reserved ˇ
Par235 Reserved ˇ
Par236 Reserved ˇ
Par237 Reserved ˇ
Par238 Reserved ˇ
Par239 Reserved ˇ
Par240 Reserved ˇ

Enersine ESD34 Jbus/Modbus Protocol V2.3 20


2-5.KW Parameters
Ex. Request to slave number 1
Request
Slave Function Address Address Number of words CRC CRC
Number Code High Low MSB(null) LSB(1~125) low High

1 0x03 0x4 0x30 0 0x2

Response
Slave Function Nb of First First Next data CRC CRC
Number Code byte data hi data low High
byte low
byte
1 0x03 0x4 kw00 kw01 kw02……

2-5-1 KW Parameters Register Map


Address High Address Low End Address DATA AREA LENGTH
(IN WORDS)
0X4 0X30 0X431 KW 2

2-5-2 KW Parameters Data Sequence


Word0 Word1
(kw00,kw001) (kw02,kw03)
15………………..0 15………………..0
KW of Load side KW of source side

2-5-3 KW Parameters data Area


CODE Description (KW) Necessary
Type(byte)
Kw00 KW of Load side hi byte ˇ(read only)
Kw01 KW of Load side low byte ˇ(read only)
KW of Load side =(Kw00,Kw01)= #####KW 0x430
Kw02 KW of Source hi byte ˇ(read only)
Kw03 KW of Source side low byte ˇ(read only)
KW of Source side =(Kw02,Kw03)= #####KW 0x431

Enersine ESD34 Jbus/Modbus Protocol V2.3 21


2-6. Waveform
Request
Slave Function Address Address Number of words CRC CRC
Number Code High Low MSB(null) LSB(1~125) low High

1 0x03 0x30 0x00 0 0x14

Response
Slave Function Nb of First First Next data CRC CRC
Number Code byte data hi data low High
byte low
byte
1 0x03 0x28 Wave00 Wave01 Wave02……

2-6-1. Waveform Register Map


Address Address End Address DATA AREA LENGTH
High Low (IN WORDS)
0x30 0x00 0x3013 Waveform of Vab of 1/16 20
0x30 0x14 0x3027 Waveform of Vab of 2/16 20
0x30 0x28 0x303B Waveform of Vab of 3/16 20
0x30 0x3C 0x304F Waveform of Vab of 4/16 20
0x30 0x50 0x3063 Waveform of Vab of 5/16 20
0x30 0x64 0x3077 Waveform of Vab of 6/16 20
0x30 0x78 0x308B Waveform of Vab of 7/16 20
0x30 0x8C 0x309F Waveform of Vab of 8/16 20
0x30 0xA0 0x30B3 Waveform of Vab of 9/16 20
0x30 0xB4 0x30C7 Waveform of Vab of 10/16 20
0x30 0xC8 0x30DB Waveform of Vab of 11/16 20
0x30 0xDC 0x30EF Waveform of Vab of 12/16 20
0x30 0xF0 0x3103 Waveform of Vab of 13/16 20
0x31 0x04 0x3117 Waveform of Vab of 14/16 20
0x31 0x18 0x312B Waveform of Vab of 15/16 20
0x31 0x2C 0x313F Waveform of Vab of 16/16 20
0x31 0x40 0x3153 Waveform of Vbc of 1/16 20
0x31 0x54 0x3167 Waveform of Vbc of 2/16 20
0x31 0x68 0x317B Waveform of Vbc of 3/16 20

Enersine ESD34 Jbus/Modbus Protocol V2.3 22


0x31 0x7C 0x318F Waveform of Vbc of 4/16 20
0x31 0x90 0x31A3 Waveform of Vbc of 5/16 20
0x31 0xA4 0x31B7 Waveform of Vbc of 6/16 20
0x31 0xB8 0x31CB Waveform of Vbc of 7/16 20
0x31 0xCC 0x31DF Waveform of Vbc of 8/16 20
0x31 0xE0 0x31F3 Waveform of Vbc of 9/16 20
0x31 0xF4 0x3207 Waveform of Vbc of 10/16 20
0x32 0x08 0x321B Waveform of Vbc of 11/16 20
0x32 0x1C 0x322F Waveform of Vbc of 12/16 20
0x32 0x30 0x3243 Waveform of Vbc of 13/16 20
0x32 0x44 0x3257 Waveform of Vbc of 14/16 20
0x32 0x58 0x326B Waveform of Vbc of 15/16 20
0x32 0x6C 0x327F Waveform of Vbc of 16/16 20
0x32 0x80 0x3293 Waveform of Vca of 1/16 20
0x32 0x94 0x32A7 Waveform of Vca of 2/16 20
0x32 0xA8 0x32BB Waveform of Vca of 3/16 20
0x32 0xBC 0x32CF Waveform of Vca of 4/16 20
0x32 0xD0 0x32E3 Waveform of Vca of 5/16 20
0x32 0xE4 0x32F7 Waveform of Vca of 6/16 20
0x32 0xF8 0x330B Waveform of Vca of 7/16 20
0x33 0x0C 0x331F Waveform of Vca of 8/16 20
0x33 0x20 0x3333 Waveform of Vca of 9/16 20
0x33 0x34 0x3347 Waveform of Vca of 10/16 20
0x33 0x48 0x335B Waveform of Vca of 11/16 20
0x33 0x5C 0x336F Waveform of Vca of 12/16 20
0x33 0x70 0x3383 Waveform of Vca of 13/16 20
0x33 0x84 0x3397 Waveform of Vca of 14/16 20
0x33 0x98 0x33AB Waveform of Vca of 15/16 20
0x33 0xAC 0x33BF Waveform of Vca of 16/16 20
0x33 0xC0 0x33D3 Waveform of Ila of 1/16 20
0x33 0xD4 0x33E7 Waveform of Ila of 2/16 20
0x33 0xE8 0x33FB Waveform of Ila of 3/16 20
0x33 0xFC 0x340F Waveform of Ila of 4/16 20
0x34 0x10 0x3423 Waveform of Ila of 5/16 20
0x34 0x24 0x3437 Waveform of Ila of 6/16 20
0x34 0x38 0x344B Waveform of Ila of 7/16 20
0x34 0x4C 0x345F Waveform of Ila of 8/16 20

Enersine ESD34 Jbus/Modbus Protocol V2.3 23


0x34 0x60 0x3473 Waveform of Ila of 9/16 20
0x34 0x74 0x3487 Waveform of Ila of 10/16 20
0x34 0x88 0x349B Waveform of Ila of 11/16 20
0x34 0x9C 0x34AF Waveform of Ila of 12/16 20
0x34 0xB0 0x34C3 Waveform of Ila of 13/16 20
0x34 0xC4 0x34D7 Waveform of Ila of 14/16 20
0x34 0xD8 0x34EB Waveform of Ila of 15/16 20
0x34 0xEC 0x34FF Waveform of Ila of 16/16 20
0x35 0x00 0x3513 Waveform of Ilb of 1/16 20
0x35 0x14 0x3527 Waveform of Ilb of 2/16 20
0x35 0x28 0x353B Waveform of Ilb of 3/16 20
0x35 0x3C 0x354F Waveform of Ilb of 4/16 20
0x35 0x50 0x3563 Waveform of Ilb of 5/16 20
0x35 0x64 0x3577 Waveform of Ilb of 6/16 20
0x35 0x78 0x358B Waveform of Ilb of 7/16 20
0x35 0x8C 0x359F Waveform of Ilb of 8/16 20
0x35 0xA0 0x35B3 Waveform of Ilb of 9/16 20
0x35 0xB4 0x35C7 Waveform of Ilb of 10/16 20
0x35 0xC8 0x35DB Waveform of Ilb of 11/16 20
0x35 0xDC 0x35EF Waveform of Ilb of 12/16 20
0x35 0xF0 0x3603 Waveform of Ilb of 13/16 20
0x36 0x04 0x3617 Waveform of Ilb of 14/16 20
0x36 0x18 0x362B Waveform of Ilb of 15/16 20
0x36 0x2C 0x363F Waveform of Ilb of 16/16 20
0x36 0x40 0x3653 Waveform of Ilc of 1/16 20
0x36 0x54 0x3667 Waveform of Ilc of 2/16 20
0x36 0x68 0x367B Waveform of Ilc of 3/16 20
0x36 0x7C 0x368F Waveform of Ilc of 4/16 20
0x36 0x90 0x36A3 Waveform of Ilc of 5/16 20
0x36 0xA4 0x36B7 Waveform of Ilc of 6/16 20
0x36 0xB8 0x36CB Waveform of Ilc of 7/16 20
0x36 0xCC 0x36DF Waveform of Ilc of 8/16 20
0x36 0xE0 0x36F3 Waveform of Ilc of 9/16 20
0x36 0xF4 0x3707 Waveform of Ilc of 10/16 20
0x37 0x08 0x371B Waveform of Ilc of 11/16 20
0x37 0x1C 0x372F Waveform of Ilc of 12/16 20
0x37 0x30 0x3743 Waveform of Ilc of 13/16 20

Enersine ESD34 Jbus/Modbus Protocol V2.3 24


0x37 0x44 0x3757 Waveform of Ilc of 14/16 20
0x37 0x58 0x376B Waveform of Ilc of 15/16 20
0x37 0x6C 0x377F Waveform of Ilc of 16/16 20
0x37 0x80 0x3793 Waveform of Iln of 1/16 20
0x37 0x94 0x37A7 Waveform of Iln of 2/16 20
0x37 0xA8 0x37BB Waveform of Iln of 3/16 20
0x37 0xBC 0x37CF Waveform of Iln of 4/16 20
0x37 0xD0 0x37E3 Waveform of Iln of 5/16 20
0x37 0xE4 0x37F7 Waveform of Iln of 6/16 20
0x37 0xF8 0x380B Waveform of Iln of 7/16 20
0x38 0x0C 0x381F Waveform of Iln of 8/16 20
0x32 0x20 0x3833 Waveform of Iln of 9/16 20
0x38 0x34 0x3847 Waveform of Iln of 10/16 20
0x38 0x48 0x385B Waveform of Iln of 11/16 20
0x38 0x5C 0x386F Waveform of Iln of 12/16 20
0x38 0x70 0x3883 Waveform of Iln of 13/16 20
0x38 0x84 0x3897 Waveform of Iln of 14/16 20
0x38 0x98 0x38AB Waveform of Iln of 15/16 20
0x38 0xAC 0x38BF Waveform of Iln of 16/16 20
0x38 0xC0 0x38D3 Waveform of Isa of 1/16 20
0x38 0xD4 0x38E7 Waveform of Isa of 2/16 20
0x38 0xE8 0x38FB Waveform of Isa of 3/16 20
0x38 0xFC 0x390F Waveform of Isa of 4/16 20
0x39 0x10 0x3923 Waveform of Isa of 5/16 20
0x39 0x24 0x3937 Waveform of Isa of 6/16 20
0x39 0x38 0x394B Waveform of Isa of 7/16 20
0x39 0x4C 0x395F Waveform of Isa of 8/16 20
0x39 0x60 0x3973 Waveform of Isa of 9/16 20
0x39 0x74 0x3987 Waveform of Isa of 10/16 20
0x39 0x88 0x399B Waveform of Isa of 11/16 20
0x39 0x9C 0x39AF Waveform of Isa of 12/16 20
0x39 0xB0 0x39C3 Waveform of Isa of 13/16 20
0x39 0xC4 0x39D7 Waveform of Isa of 14/16 20
0x39 0xD8 0x39EB Waveform of Isa of 15/16 20
0x39 0xEC 0x39FF Waveform of Isa of 16/16 20
0x3A 0x00 0x3A13 Waveform of Isb of 1/16 20
0x3A 0x14 0x3A27 Waveform of Isb of 2/16 20

Enersine ESD34 Jbus/Modbus Protocol V2.3 25


0x3A 0x28 0x3A3B Waveform of Isb of 3/16 20
0x3A 0x3C 0x3A4F Waveform of Isb of 4/16 20
0x3A 0x50 0x3A63 Waveform of Isb of 5/16 20
0x3A 0x64 0x3A77 Waveform of Isb of 6/16 20
0x3A 0x78 0x3A8B Waveform of Isb of 7/16 20
0x3A 0x8C 0x3A9F Waveform of Isb of 8/16 20
0x3A 0xA0 0x3AB3 Waveform of Isb of 9/16 20
0x3A 0xB4 0x3AC7 Waveform of Isb of 10/16 20
0x3A 0xC8 0x3ADB Waveform of Isb of 11/16 20
0x3A 0xDC 0x3AEF Waveform of Isb of 12/16 20
0x3A 0xF0 0x3B03 Waveform of Isb of 13/16 20
0x3B 0x04 0x3B17 Waveform of Isb of 14/16 20
0x3B 0x18 0x3B2B Waveform of Isb of 15/16 20
0x3B 0x2C 0x3B3F Waveform of Isb of 16/16 20
0x3B 0x40 0x3B53 Waveform of Isc of 1/16 20
0x3B 0x54 0x3B67 Waveform of Isc of 2/16 20
0x3B 0x68 0x3B7B Waveform of Isc of 3/16 20
0x3B 0x7C 0x3B8F Waveform of Isc of 4/16 20
0x3B 0x90 0x3BA3 Waveform of Isc of 5/16 20
0x3B 0xA4 0x3BB7 Waveform of Isc of 6/16 20
0x3B 0xB8 0x3BCB Waveform of Isc of 7/16 20
0x3B 0xCC 0x3BDF Waveform of Isc of 8/16 20
0x3B 0xC0 0x3BF3 Waveform of Isc of 9/16 20
0x3B 0xF4 0x3C07 Waveform of Isc of 10/16 20
0x3C 0x08 0x3C1B Waveform of Isc of 11/16 20
0x3C 0x1C 0x3C2F Waveform of Isc of 12/16 20
0x3C 0x30 0x3C43 Waveform of Isc of 13/16 20
0x3C 0x44 0x3C57 Waveform of Isc of 14/16 20
0x3C 0x5B 0x3C6B Waveform of Isc of 15/16 20
0x3C 0x6C 0x3C7F Waveform of Isc of 16/16 20
0x3C 0x80 0x3C93 Waveform of Isn of 1/16 20
0x3C 0x94 0x3CA7 Waveform of Isn of 2/16 20
0x3C 0xA8 0x3CBB Waveform of Isn of 3/16 20
0x3C 0xBC 0x3CCF Waveform of Isn of 4/16 20
0x3C 0xD0 0x3CE3 Waveform of Isn of 5/16 20
0x3C 0xE4 0x3CF7 Waveform of Isn of 6/16 20
0x3C 0xF8 0x3D0B Waveform of Isn of 7/16 20

Enersine ESD34 Jbus/Modbus Protocol V2.3 26


0x3D 0x0C 0x3D1F Waveform of Isn of 8/16 20
0x3D 0x20 0x3D33 Waveform of Isn of 9/16 20
0x3D 0x34 0x3D47 Waveform of Isn of 10/16 20
0x3D 0x48 0x3D5B Waveform of Isn of 11/16 20
0x3D 0x5C 0x3D6F Waveform of Isn of 12/16 20
0x3D 0x70 0x3D83 Waveform of Isn of 13/16 20
0x3D 0x84 0x3D97 Waveform of Isn of 14/16 20
0x3D 0x98 0x3DAB Waveform of Isn of 15/16 20
0x3D 0xAC 0x3DBF Waveform of Isn of 16/16 20
0x3D 0xC0 0x3DD3 Waveform of Iea of 1/16 20
0x3D 0xD4 0x3DE7 Waveform of Iea of 2/16 20
0x3D 0xE8 0x3DFB Waveform of Iea of 3/16 20
0x3D 0xFC 0x3E0F Waveform of Iea of 4/16 20
0x3D 0x10 0x3E23 Waveform of Iea of 5/16 20
0x3E 0x24 0x3E37 Waveform of Iea of 6/16 20
0x3E 0x38 0x3E4B Waveform of Iea of 7/16 20
0x3E 0x4C 0x3E5F Waveform of Iea of 8/16 20
0x3E 0x60 0x3E73 Waveform of Iea of 9/16 20
0x3E 0x74 0x3E87 Waveform of Iea of 10/16 20
0x3E 0x88 0x3E9B Waveform of Iea of 11/16 20
0x3E 0x9C 0x3EAF Waveform of Iea of 12/16 20
0x3E 0xB0 0x3EC3 Waveform of Iea of 13/16 20
0x3E 0xC4 0x3ED7 Waveform of Iea of 14/16 20
0x3E 0xD8 0x3EEB Waveform of Iea of 15/16 20
0x3E 0xEC 0x3EFF Waveform of Iea of 16/16 20
0x3F 0x00 0x3F13 Waveform of Ieb of 1/16 20
0x3F 0x14 0x3F27 Waveform of Ieb of 2/16 20
0x3F 0x28 0x3F3B Waveform of Ieb of 3/16 20
0x3F 0x3C 0x3F4F Waveform of Ieb of 4/16 20
0x3F 0x50 0x3F63 Waveform of Ieb of 5/16 20
0x3F 0x64 0x3F77 Waveform of Ieb of 6/16 20
0x3F 0x78 0x3F8B Waveform of Ieb of 7/16 20
0x3F 0x8C 0x3F9F Waveform of Ieb of 8/16 20
0x3F 0xA0 0x3FB3 Waveform of Ieb of 9/16 20
0x3F 0xB4 0x3FC7 Waveform of Ieb of 10/16 20
0x3F 0xC8 0x3FDB Waveform of Ieb of 11/16 20
0x3F 0xDC 0x3FEF Waveform of Ieb of 12/16 20

Enersine ESD34 Jbus/Modbus Protocol V2.3 27


0x3F 0xF0 0x4003 Waveform of Ieb of 13/16 20
0x40 0x04 0x4017 Waveform of Ieb of 14/16 20
0x40 0x18 0x402B Waveform of Ieb of 15/16 20
0x40 0x2C 0x403F Waveform of Ieb of 16/16 20
0x40 0x40 0x4053 Waveform of Iec of 1/16 20
0x40 0x54 0x4067 Waveform of Iec of 2/16 20
0x40 0x68 0x407B Waveform of Iec of 3/16 20
0x40 0x7C 0x408F Waveform of Iec of 4/16 20
0x40 0x90 0x40A3 Waveform of Iec of 5/16 20
0x40 0xA4 0x40B7 Waveform of Iec of 6/16 20
0x40 0xB8 0x40CB Waveform of Iec of 7/16 20
0x40 0xCC 0x40DF Waveform of Iec of 8/16 20
0x40 0xE0 0x40F3 Waveform of Iec of 9/16 20
0x40 0xF4 0x4107 Waveform of Iec of 10/16 20
0x41 0x08 0x411B Waveform of Iec of 11/16 20
0x41 0x1C 0x412F Waveform of Iec of 12/16 20
0x41 0x30 0x4143 Waveform of Iec of 13/16 20
0x41 0x44 0x4157 Waveform of Iec of 14/16 20
0x41 0x58 0x416B Waveform of Iec of 15/16 20
0x41 0x6C 0x417F Waveform of Iec of 16/16 20
0x41 0x80 0x4193 Waveform of Ien of 1/16 20
0x41 0x94 0x41A7 Waveform of Ien of 2/16 20
0x41 0xA8 0x41BB Waveform of Ien of 3/16 20
0x41 0xBC 0x41CF Waveform of Ien of 4/16 20
0x41 0xD0 0x41E3 Waveform of Ien of 5/16 20
0x41 0xE4 0x41F7 Waveform of Ien of 6/16 20
0x41 0xF8 0x420B Waveform of Ien of 7/16 20
0x42 0x0C 0x421F Waveform of Ien of 8/16 20
0x42 0x20 0x4233 Waveform of Ien of 9/16 20
0x42 0x34 0x4247 Waveform of Ien of 10/16 20
0x42 0x48 0x425B Waveform of Ien of 11/16 20
0x42 0x5C 0x426F Waveform of Ien of 12/16 20
0x42 0x70 0x4283 Waveform of Ien of 13/16 20
0x42 0x84 0x4297 Waveform of Ien of 14/16 20
0x42 0x98 0x42AB Waveform of Ien of 15/16 20
0x42 0xAC 0x42BF Waveform of Ien of 16/16 20
0x42 0xC0 0x42D3 Waveform of Iea-all of 1/16 20

Enersine ESD34 Jbus/Modbus Protocol V2.3 28


0x42 0xD4 0x42E7 Waveform of Iea-all of 2/16 20
0x42 0xE8 0x42FB Waveform of Iea-all of 3/16 20
0x42 0xFC 0x430F Waveform of Iea-all of 4/16 20
0x43 0x10 0x4323 Waveform of Iea-all of 5/16 20
0x43 0x24 0x4337 Waveform of Iea-all of 6/16 20
0x43 0x38 0x434B Waveform of Iea-all of 7/16 20
0x43 0x4C 0x435F Waveform of Iea-all of 8/16 20
0x43 0x60 0x4373 Waveform of Iea-all of 9/16 20
0x43 0x74 0x4387 Waveform of Iea-all of 10/16 20
0x43 0x88 0x439B Waveform of Iea-all of 11/16 20
0x43 0x9C 0x43AF Waveform of Iea-all of 12/16 20
0x43 0xB0 0x43C3 Waveform of Iea-all of 13/16 20
0x43 0xC4 0x43D7 Waveform of Iea-all of 14/16 20
0x43 0xD8 0x43EB Waveform of Iea-all of 15/16 20
0x43 0xEC 0x43FF Waveform of Iea-all of 16/16 20
0x44 0x00 0x4413 Waveform of Ieb-all of 1/16 20
0x44 0x14 0x4427 Waveform of Ieb-all of 2/16 20
0x42 0x28 0x443B Waveform of Ieb-all of 3/16 20
0x44 0x3C 0x444F Waveform of Ieb-all of 4/16 20
0x44 0x50 0x4463 Waveform of Ieb-all of 5/16 20
0x44 0x64 0x4477 Waveform of Ieb-all of 6/16 20
0x44 0x78 0x448B Waveform of Ieb-all of 7/16 20
0x44 0x8C 0x449F Waveform of Ieb-all of 8/16 20
0x44 0xA0 0x44B3 Waveform of Ieb-all of 9/16 20
0x44 0xB4 0x44C7 Waveform of Ieb-all of 10/16 20
0x44 0xC8 0x44DB Waveform of Ieb-all of 11/16 20
0x44 0xDC 0x44EF Waveform of Ieb-all of 12/16 20
0x44 0xF0 0x4503 Waveform of Ieb-all of 13/16 20
0x45 0x04 0x4517 Waveform of Ieb-all of 14/16 20
0x45 0x18 0x452B Waveform of Ieb-all of 15/16 20
0x45 0x2C 0x453F Waveform of Ieb-all of 16/16 20
0x45 0x40 0x4553 Waveform of Iec-all of 1/16 20
0x45 0x54 0x4567 Waveform of Iec-all of 2/16 20
0x45 0x68 0x457B Waveform of Iec-all of 3/16 20
0x45 0x7C 0x458F Waveform of Iec-all of 4/16 20
0x45 0x90 0x45A3 Waveform of Iec-all of 5/16 20
0x45 0xA4 0x45B7 Waveform of Iec-all of 6/16 20

Enersine ESD34 Jbus/Modbus Protocol V2.3 29


0x45 0xB8 0x45CB Waveform of Iec-all of 7/16 20
0x45 0xCC 0x45DF Waveform of Iec-all of 8/16 20
0x45 0xE0 0x45F3 Waveform of Iec-all of 9/16 20
0x45 0xF4 0x4607 Waveform of Iec-all of 10/16 20
0x46 0x08 0x461B Waveform of Iec-all of 11/16 20
0x46 0x1C 0x462F Waveform of Iec-all of 12/16 20
0x46 0x30 0x4643 Waveform of Iec-all of 13/16 20
0x46 0x44 0x4657 Waveform of Iec-all of 14/16 20
0x46 0x58 0x466B Waveform of Iec-all of 15/16 20
0x46 0x6C 0x467F Waveform of Iec-all of 16/16 20
0x46 0x80 0x4693 Waveform of Ien-all of 1/16 20
0x46 0x94 0x46A7 Waveform of Ien-all of 2/16 20
0x46 0xA8 0x46BB Waveform of Ien-all of 3/16 20
0x46 0xBC 0x46CF Waveform of Ien-all of 4/16 20
0x46 0xD0 0x46E3 Waveform of Ien-all of 5/16 20
0x46 0xE4 0x46F7 Waveform of Ien-all of 6/16 20
0x46 0xF8 0x470B Waveform of Ien-all of 7/16 20
0x47 0x0C 0x471F Waveform of Ien-all of 8/16 20
0x47 0x20 0x4733 Waveform of Ien-all of 9/16 20
0x47 0x34 0x4747 Waveform of Ien-all of 10/16 20
0x47 0x48 0x475B Waveform of Ien-all of 11/16 20
0x47 0x5C 0x476F Waveform of Ien-all of 12/16 20
0x47 0x70 0x4783 Waveform of Ien-all of 13/16 20
0x47 0x84 0x4797 Waveform of Ien-all of 14/16 20
0x47 0x98 0x47AB Waveform of Ien-all of 15/16 20
0x47 0xAC 0x47BF Waveform of Ien-all of 16/16 20

2-6-2. Waveform Data Sequence


Word0 Word1 Word3 …….
(Wave00,Wave01) (Wave 02, Wave 03) (Wave 04, Wave 05)
15………………..0 15………………..0 15………………..0
1 dot 2 dot 3 dot …….

Enersine ESD34 Jbus/Modbus Protocol V2.3 30


2-6-3. Waveform data Area
CODE Description (Waveform) Necessary
Type(byte)
Wave00 1 dot hi byte ˇ
Wave01 1 dot low byte ˇ
1 dot=( Wave00, Wave01)
. ˇ
.
Wave18 20 dot hi byte ˇ
Wave19 20 dot low byte ˇ
20 dot=( Wave18, Wave19)
If State Function S19=0, neutral line currents (Isn, Iln, Ien) are not necessary to display.

The processes of read waveform data are as following flow chart.

=1

Function
Resources of waveform/spectrum
event log
Check00=0?

=0

Function Command
C 08
Start update&hold waveform
data

Function Waveform
Request data to salve

Function Command
C13
Waveform End of message

Read waveform data flow chart

Enersine ESD34 Jbus/Modbus Protocol V2.3 31


2-7. Spectrum
Request
Slave Function Address Address Number of words CRC CRC
Number Code High Low low High
MSB(null) LSB(1~125)

1 0x03 0x20 0x00 0 Data1

Response
Slave Function Nb of First First Next data CRC CRC
Number Code byte data hi data low High
byte low
byte
1 0x03 Data1 Spec00 Spec01 Spec02……

The below table is Request and Response commands of Data1.


Data1
Request Response
0x11 0x22
0x10 0x20
0x13 0x26

2-7-1. Spectrum Register Map


Address High Address Low End Address DATA AREA LENGTH
(IN WORDS)
0x20 0x00 0x2010 Spectrum of Vab of 1/3 17
0x20 0x11 0x2020 Spectrum of Vab of 2/3 16
0x20 0x21 0x2033 Spectrum of Vab of 3/3 19
0x20 0x34 0x2044 Spectrum of Vbc of 1/3 17
0x20 0x45 0x2054 Spectrum of Vbc of 2/3 16
0x20 0x55 0x2067 Spectrum of Vbc of 3/3 19
0x20 0x68 0x2078 Spectrum of Vca of 1/3 17
0x20 0x79 0x2088 Spectrum of Vca of 2/3 16
0x20 0x89 0x209B Spectrum of Vca of 3/3 19
0x20 0x9C 0x20AC Spectrum of Ila of 1/3 17
0x20 0xAD 0x20BC Spectrum of Ila of 2/3 16
0x20 0xBD 0x20CF Spectrum of Ila of 3/3 19

Enersine ESD34 Jbus/Modbus Protocol V2.3 32


0x20 0xD0 0x20E0 Spectrum of Ilb of 1/3 17
0x20 0xE1 0x20F0 Spectrum of Ilb of 2/3 16
0x20 0xF1 0x2103 Spectrum of Ilb of 3/3 19
0x21 0x04 0x2114 Spectrum of Ilc of 1/3 17
0x21 0x15 0x2124 Spectrum of Ilc of 2/3 16
0x21 0x25 0x2137 Spectrum of Ilc of 3/3 19
0x21 0x38 0x2148 Spectrum of Isa of 1/3 17
0x21 0x49 0x2158 Spectrum of Isa of 2/3 16
0x21 0x59 0x216B Spectrum of Isa of 3/3 19
0x21 0x6C 0x217C Spectrum of Isb of 1/3 17
0x21 0x7D 0x218C Spectrum of Isb of 2/3 16
0x21 0x8D 0x219F Spectrum of Isb of 3/3 19
0x21 0xA0 0x21B0 Spectrum of Isc of 1/3 17
0x21 0xB1 0x21C0 Spectrum of Isc of 2/3 16
0x21 0xC1 0x21D3 Spectrum of Isc of 3/3 19

2-7-2. Spectrum Data Sequence


Word0 Word1 Word3 …….
(Spec00,Spec01) (Spec02, Spec 03) (Spec04, Spec 05)
15………………..0 15………………..0 15………………..0
Frequency THDn,n=1 THDn,n=2 …….

2-7-3. Spectrum1 data Area(17 words)


CODE Description (Spectrum1) Necessary
Type(byte)
Spec00 Frequency hi byte ˇ
Spec01 Frequency low byte ˇ
Frequency=( Spec01, Spec02)/100=###.#Hz
Spec02 SPECTRUMn,n=1 hi byte ˇ
Spec03 SPECTRUMn,n=1 low byte ˇ
Spec04 SPECTRUMn,n=2 hi byte ˇ
Spec05 SPECTRUMn,n=2 low byte ˇ
Spec06 SPECTRUMn,n=3 hi byte ˇ
Spec07 SPECTRUMn,n=3 low byte ˇ
Spec08 SPECTRUMn,n=4 hi byte ˇ

Enersine ESD34 Jbus/Modbus Protocol V2.3 33


Spec09 SPECTRUMn,n=4 low byte ˇ
Spec10 SPECTRUMn,n=5 hi byte ˇ
Spec11 SPECTRUMn,n=5 low byte ˇ
Spec12 SPECTRUMn,n=6 hi byte ˇ
Spec13 SPECTRUMn,n=6 low byte ˇ
Spec14 SPECTRUMn,n=7 hi byte ˇ
Spec15 SPECTRUMn,n=7 low byte ˇ
Spec16 SPECTRUMn,n=8 hi byte ˇ
Spec17 SPECTRUMn,n=8 low byte ˇ
Spec18 SPECTRUMn,n=9 hi byte ˇ
Spec19 SPECTRUMn,n=9 low byte ˇ
Spec20 SPECTRUMn,n=10 hi byte ˇ
Spec21 SPECTRUMn,n=10 low byte ˇ
Spec22 SPECTRUMn,n=11 hi byte ˇ
Spec23 SPECTRUMn,n=11 low byte ˇ
Spec24 SPECTRUMn,n=12 hi byte ˇ
Spec25 SPECTRUMn,n=12 low byte ˇ
Spec26 SPECTRUMn,n=13 hi byte ˇ
Spec27 SPECTRUMn,n=13 low byte ˇ
Spec28 SPECTRUMn,n=14 hi byte ˇ
Spec29 SPECTRUMn,n=14 low byte ˇ
Spec30 SPECTRUMn,n=15 hi byte ˇ
Spec31 SPECTRUMn,n=15 low byte ˇ
Spec32 SPECTRUMn,n=16 hi byte ˇ
Spec33 SPECTRUMn,n=16 low byte ˇ

2-7-4. Spectrum2 data Area (16 words)


CODE Description (Spectrum2) Necessary
Type(byte)
Spec200 SPECTRUMn,n=17 hi byte ˇ
Spec201 SPECTRUMn,n=17 low byte ˇ
Spec202 SPECTRUMn,n=18 hi byte ˇ
Spec203 SPECTRUMn,n=18 low byte ˇ
Spec204 SPECTRUMn,n=19 hi byte ˇ
Spec205 SPECTRUMn,n=19 low byte ˇ
Spec206 SPECTRUMn,n=20 hi byte ˇ

Enersine ESD34 Jbus/Modbus Protocol V2.3 34


Spec207 SPECTRUMn,n=20 low byte ˇ
Spec208 SPECTRUMn,n=21 hi byte ˇ
Spec209 SPECTRUMn,n=21 low byte ˇ
Spec210 SPECTRUMn,n=22 hi byte ˇ
Spec211 SPECTRUMn,n=22 low byte ˇ
Spec212 SPECTRUMn,n=23 hi byte ˇ
Spec213 SPECTRUMn,n=23 low byte ˇ
Spec214 SPECTRUMn,n=24 hi byte ˇ
Spec215 SPECTRUMn,n=24 low byte ˇ
Spec216 SPECTRUMn,n=25 hi byte ˇ
Spec217 SPECTRUMn,n=25 low byte ˇ
Spec218 SPECTRUMn,n=26 hi byte ˇ
Spec219 SPECTRUMn,n=26 low byte ˇ
Spec220 SPECTRUMn,n=27 hi byte ˇ
Spec221 SPECTRUMn,n=27 low byte ˇ
Spec222 SPECTRUMn,n=28 hi byte ˇ
Spec223 SPECTRUMn,n=28 low byte ˇ
Spec224 SPECTRUMn,n=29 hi byte ˇ
Spec225 SPECTRUMn,n=29 low byte ˇ
Spec226 SPECTRUMn,n=30 hi byte ˇ
Spec227 SPECTRUMn,n=30 low byte ˇ
Spec228 SPECTRUMn,n=31 hi byte ˇ
Spec229 SPECTRUMn,n=31 low byte ˇ
Spec230 SPECTRUMn,n=32 hi byte ˇ
Spec231 SPECTRUMn,n=32 low byte ˇ

2-7-5. Spectrum3 data Area (19 words)


CODE Description (Spectrum3) Necessary
Type(byte)
Spec300 SPECTRUMn,n=33 hi byte ˇ
Spec301 SPECTRUMn,n=33 low byte ˇ
Spec302 SPECTRUMn,n=34 hi byte ˇ
Spec303 SPECTRUMn,n=34 low byte ˇ
Spec304 SPECTRUMn,n=35 hi byte ˇ
Spec305 SPECTRUMn,n=35 low byte ˇ
Spec306 SPECTRUMn,n=36 hi byte ˇ

Enersine ESD34 Jbus/Modbus Protocol V2.3 35


Spec307 SPECTRUMn,n=36 low byte ˇ
Spec308 SPECTRUMn,n=37 hi byte ˇ
Spec309 SPECTRUMn,n=37 low byte ˇ
Spec310 SPECTRUMn,n=38 hi byte ˇ
Spec311 SPECTRUMn,n=38 low byte ˇ
Spec312 SPECTRUMn,n=39 hi byte ˇ
Spec313 SPECTRUMn,n=39 low byte ˇ
Spec314 SPECTRUMn,n=40 hi byte ˇ
Spec315 SPECTRUMn,n=40 low byte ˇ
Spec316 SPECTRUMn,n=41 hi byte ˇ
Spec317 SPECTRUMn,n=41 low byte ˇ
Spec318 SPECTRUMn,n=42 hi byte ˇ
Spec319 SPECTRUMn,n=42 low byte ˇ
Spec320 SPECTRUMn,n=43 hi byte ˇ
Spec321 SPECTRUMn,n=43 low byte ˇ
Spec322 SPECTRUMn,n=44 hi byte ˇ
Spec323 SPECTRUMn,n=44 low byte ˇ
Spec324 SPECTRUMn,n=45 hi byte ˇ
Spec325 SPECTRUMn,n=45 low byte ˇ
Spec326 SPECTRUMn,n=46 hi byte ˇ
Spec327 SPECTRUMn,n=46 low byte ˇ
Spec328 SPECTRUMn,n=47 hi byte ˇ
Spec329 SPECTRUMn,n=47 low byte ˇ
Spec330 SPECTRUMn,n=48 hi byte ˇ
Spec331 SPECTRUMn,n=48 low byte ˇ
Spec332 SPECTRUMn,n=49 hi byte ˇ
Spec333 SPECTRUMn,n=49 low byte ˇ
Spec334 SPECTRUMn,n=50 hi byte ˇ
Spec335 SPECTRUMn,n=50 low byte ˇ
Spec336 SPECTRUMn,n=51 hi byte ˇ
Spec337 SPECTRUMn,n=51 low byte ˇ

THDn= ((SPECTRUMn)/SPECTRUM1)*100%=###.##%

((SPECTRUM 2) 2 + .... + ( SPECTRUM 512 ))


THD= 100% =# # #.# #%
SPECTRUM1

Enersine ESD34 Jbus/Modbus Protocol V2.3 36


(SPECTRUM1/SPECTRUM1)*100%

(SPECTRUM2/SPECTRUM1)*100%

(SPECTRUM3/SPECTRUM1)*100%

(SPECTRUM4/SPECTRUM1)*100%

(SPECTRUM5/SPECTRUM1)*100%

1 2 3 4 5 6 7

Display Spectrum Bar

The processes of read spectrum data are as following flow chart.

=1

Function
Resources of waveform / spectrum
event log
Check01=0

=0

Function Command
C 11
Start update& hold
SPECTRUM data

Function Spectrum
Request data to salve

Function Command
C14
Spectrum End of message

Read spectrum data flow chart

Enersine ESD34 Jbus/Modbus Protocol V2.3 37


2-8. Spectrum (Individual harmonic order percentage)
Ex. Request to slave number 1(Spectrum of Vab)
Request
Slave Function Address Address Number of words CRC CRC
Number Code High Low low High
MSB(null) LSB(1~125)

1 0x03 0x23 0x00 0 **


**If User request Spectrum 1/3 data to slave ** write 0x11
If User request Spectrum 2/3 data to slave ** write 0x10
If User request Spectrum 3/3 data to slave ** write 0x13

Response
Slave Function Nb of First First Next data CRC CRC
Number Code byte data hi data low High
byte low
byte
1 0x03 ** Spec00 Spec01 Spec02……
**If User request Spectrum 1/3 data to slave ** write 0x22
If User request Spectrum 2/3 data to slave ** write 0x20
If User request Spectrum 3/3 data to slave ** write 0x26

Spectrum Register Map


Address High Address Low End Address DATA AREA LENGTH
(IN
WORDS)
0X23 0X00 0X2310 Spectrum of Vab of 17
1/3
0X23 0X11 0X2320 Spectrum of Vab of 16
2/3
0X23 0X21 0X2333 Spectrum of Vab of 19
3/3
0X23 0X34 0X2344 Spectrum of Vbc of 17
1/3
0X23 0X45 0X2354 Spectrum of Vbc of 16
2/3
0X23 0X55 0X2367 Spectrum of Vbc of 19
3/3

Enersine ESD34 Jbus/Modbus Protocol V2.3 38


0X23 0X68 0X2378 Spectrum of Vca of 17
1/3
0X23 0X79 0X2388 Spectrum of Vca of 16
2/3
0X23 0X89 0X239B Spectrum of Vca of 19
3/3
0X23 0X9C 0X23AC Spectrum of Ila of 17
1/3
0X23 0XAD 0X23BC Spectrum of Ila of 16
2/3
0X23 0XBD 0X23CF Spectrum of Ila of 19
3/3
0X23 0XD0 0X23E0 Spectrum of Ilb of 17
1/3
0X23 0XE1 0X23F0 Spectrum of Ilb of 16
2/3
0X23 0XF1 0X2403 Spectrum of Ilb of 19
3/3
0X24 0X04 0X2414 Spectrum of Ilc of 17
1/3
0X24 0X15 0X2424 Spectrum of Ilc of 16
2/3
0X24 0X25 0X2437 Spectrum of Ilc of 19
3/3
0X24 0X38 0X2448 Spectrum of Isa of 17
1/3
0X24 0X49 0X2458 Spectrum of Isa of 16
2/3
0X24 0X59 0X246B Spectrum of Isa of 19
3/3
0X24 0X6C 0X247C Spectrum of Isb of 17
1/3
0X24 0X7D 0X248C Spectrum of Isb of 16
2/3
0X24 0X8D 0X249F Spectrum of Isb of 19
3/3
0X24 0XA0 0X24B0 Spectrum of Isc of 17
1/3

Enersine ESD34 Jbus/Modbus Protocol V2.3 39


0X24 0XB1 0X24C0 Spectrum of Isc of 16
2/3
0X24 0XC1 0X24D3 Spectrum of Isc of 19
3/3
0X24 0XD4 0X24E4 Spectrum of Iea of 17
1/3
0X24 0XE5 0X24F4 Spectrum of Iea of 16
2/3
0X24 0XF5 0X2507 Spectrum of Iea of 19
3/3
0X25 0X08 0X2518 Spectrum of Ieb of 17
1/3
0X25 0X19 0X2528 Spectrum of Ieb of 16
2/3
0X25 0X29 0X253B Spectrum of Ieb of 19
3/3
0X25 0X3C 0X254C Spectrum of Iec of 17
1/3
0X25 0X4D 0X255C Spectrum of Iec of 16
2/3
0X25 0X5D 0X256F Spectrum of Iec of 19
3/3

2-8-1 Spectrum Data Sequence


Word0 Word1 Word3 …….
(Spec00,Spec01) (Spec02, Spec 03) (Spec04, Spec 05)
15………………..0 15………………..0 15………………..0
Frequency Order n(%),n=1 Order n(%),n=2 …….

Enersine ESD34 Jbus/Modbus Protocol V2.3 40


2-8-2 Spectrum1 data Area (17 words)
CODE Description (Spectrum1) Necessary
Type(byte)
Spec00 Frequency hi byte ˇ(read only)
Spec01 Frequency low byte ˇ(read only)
Frequency=( Spec00, Spec01)/100=###.##Hz
Spec02 SPECTRUMn,n=1 hi byte ˇ(read only)
Spec03 SPECTRUMn,n=1 low byte ˇ(read only)
SPECTRUMn =( Spec0n, Spec0n+1) =#### %
Spec04 SPECTRUMn,n=2 hi byte ˇ(read only)
Spec05 SPECTRUMn,n=2 low byte ˇ(read only)
Spec06 SPECTRUMn,n=3 hi byte ˇ(read only)
Spec07 SPECTRUMn,n=3 low byte ˇ(read only)
Spec08 SPECTRUMn,n=4 hi byte ˇ(read only)
Spec09 SPECTRUMn,n=4 low byte ˇ(read only)
Spec10 SPECTRUMn,n=5 hi byte ˇ(read only)
Spec11 SPECTRUMn,n=5 low byte ˇ(read only)
Spec12 SPECTRUMn,n=6 hi byte ˇ(read only)
Spec13 SPECTRUMn,n=6 low byte ˇ(read only)
Spec14 SPECTRUMn,n=7 hi byte ˇ(read only)
Spec15 SPECTRUMn,n=7 low byte ˇ(read only)
Spec16 SPECTRUMn,n=8 hi byte ˇ(read only)
Spec17 SPECTRUMn,n=8 low byte ˇ(read only)
Spec18 SPECTRUMn,n=9 hi byte ˇ(read only)
Spec19 SPECTRUMn,n=9 low byte ˇ(read only)
Spec20 SPECTRUMn,n=10 hi byte ˇ(read only)
Spec21 SPECTRUMn,n=10 low byte ˇ(read only)
Spec22 SPECTRUMn,n=11 hi byte ˇ(read only)
Spec23 SPECTRUMn,n=11 low byte ˇ(read only)
Spec24 SPECTRUMn,n=12 hi byte ˇ(read only)
Spec25 SPECTRUMn,n=12 low byte ˇ(read only)
Spec26 SPECTRUMn,n=13 hi byte ˇ(read only)
Spec27 SPECTRUMn,n=13 low byte ˇ(read only)
Spec28 SPECTRUMn,n=14 hi byte ˇ(read only)
Spec29 SPECTRUMn,n=14 low byte ˇ(read only)
Spec30 SPECTRUMn,n=15 hi byte ˇ(read only)
Spec31 SPECTRUMn,n=15 low byte ˇ(read only)

Enersine ESD34 Jbus/Modbus Protocol V2.3 41


Spec32 SPECTRUMn,n=16 hi byte ˇ(read only)
Spec33 SPECTRUMn,n=16 low byte ˇ(read only)

2-8-3 Spectrum2 data Area (16 words)


CODE Description (Spectrum2) Necessary
Type(byte)
Spec200 SPECTRUMn,n=17 hi byte ˇ(read only)
Spec201 SPECTRUMn,n=17 low byte ˇ(read only)
SPECTRUMn =( Spec20n, Spec20n+1) =#### %
Spec202 SPECTRUMn,n=18 hi byte ˇ(read only)
Spec203 SPECTRUMn,n=18 low byte ˇ(read only)
Spec204 SPECTRUMn,n=19 hi byte ˇ(read only)
Spec205 SPECTRUMn,n=19 low byte ˇ(read only)
Spec206 SPECTRUMn,n=20 hi byte ˇ(read only)
Spec207 SPECTRUMn,n=20 low byte ˇ(read only)
Spec208 SPECTRUMn,n=21 hi byte ˇ(read only)
Spec209 SPECTRUMn,n=21 low byte ˇ(read only)
Spec210 SPECTRUMn,n=22 hi byte ˇ(read only)
Spec211 SPECTRUMn,n=22 low byte ˇ(read only)
Spec212 SPECTRUMn,n=23 hi byte ˇ(read only)
Spec213 SPECTRUMn,n=23 low byte ˇ(read only)
Spec214 SPECTRUMn,n=24 hi byte ˇ(read only)
Spec215 SPECTRUMn,n=24 low byte ˇ(read only)
Spec216 SPECTRUMn,n=25 hi byte ˇ(read only)
Spec217 SPECTRUMn,n=25 low byte ˇ(read only)
Spec218 SPECTRUMn,n=26 hi byte ˇ(read only)
Spec219 SPECTRUMn,n=26 low byte ˇ(read only)
Spec220 SPECTRUMn,n=27 hi byte ˇ(read only)
Spec221 SPECTRUMn,n=27 low byte ˇ(read only)
Spec222 SPECTRUMn,n=28 hi byte ˇ(read only)
Spec223 SPECTRUMn,n=28 low byte ˇ(read only)
Spec224 SPECTRUMn,n=29 hi byte ˇ(read only)
Spec225 SPECTRUMn,n=29 low byte ˇ(read only)
Spec226 SPECTRUMn,n=30 hi byte ˇ(read only)
Spec227 SPECTRUMn,n=30 low byte ˇ(read only)
Spec228 SPECTRUMn,n=31 hi byte ˇ(read only)
Spec229 SPECTRUMn,n=31 low byte ˇ(read only)

Enersine ESD34 Jbus/Modbus Protocol V2.3 42


Spec230 SPECTRUMn,n=32 hi byte ˇ(read only)
Spec231 SPECTRUMn,n=32 low byte ˇ(read only)
2-8-4 Spectrum3 data Area (19 words)
CODE Description (Spectrum3) Necessary
Type(byte)
Spec300 SPECTRUMn,n=33 hi byte ˇ(read only)
Spec301 SPECTRUMn,n=33 low byte ˇ(read only)
SPECTRUMn =( Spec30n, Spec30n+1) =#### %
Spec302 SPECTRUMn,n=34 hi byte ˇ(read only)
Spec303 SPECTRUMn,n=34 low byte ˇ(read only)
Spec304 SPECTRUMn,n=35 hi byte ˇ(read only)
Spec305 SPECTRUMn,n=35 low byte ˇ(read only)
Spec306 SPECTRUMn,n=36 hi byte ˇ(read only)
Spec307 SPECTRUMn,n=36 low byte ˇ(read only)
Spec308 SPECTRUMn,n=37 hi byte ˇ(read only)
Spec309 SPECTRUMn,n=37 low byte ˇ(read only)
Spec310 SPECTRUMn,n=38 hi byte ˇ(read only)
Spec311 SPECTRUMn,n=38 low byte ˇ(read only)
Spec312 SPECTRUMn,n=39 hi byte ˇ(read only)
Spec313 SPECTRUMn,n=39 low byte ˇ(read only)
Spec314 SPECTRUMn,n=40 hi byte ˇ(read only)
Spec315 SPECTRUMn,n=40 low byte ˇ(read only)
Spec316 SPECTRUMn,n=41 hi byte ˇ(read only)
Spec317 SPECTRUMn,n=41 low byte ˇ(read only)
Spec318 SPECTRUMn,n=42 hi byte ˇ(read only)
Spec319 SPECTRUMn,n=42 low byte ˇ(read only)
Spec320 SPECTRUMn,n=43 hi byte ˇ(read only)
Spec321 SPECTRUMn,n=43 low byte ˇ(read only)
Spec322 SPECTRUMn,n=44 hi byte ˇ(read only)
Spec323 SPECTRUMn,n=44 low byte ˇ(read only)
Spec324 SPECTRUMn,n=45 hi byte ˇ(read only)
Spec325 SPECTRUMn,n=45 low byte ˇ(read only)
Spec326 SPECTRUMn,n=46 hi byte ˇ(read only)
Spec327 SPECTRUMn,n=46 low byte ˇ(read only)
Spec328 SPECTRUMn,n=47 hi byte ˇ(read only)
Spec329 SPECTRUMn,n=47 low byte ˇ(read only)
Spec330 SPECTRUMn,n=48 hi byte ˇ(read only)

Enersine ESD34 Jbus/Modbus Protocol V2.3 43


Spec331 SPECTRUMn,n=48 low byte ˇ(read only)
Spec332 SPECTRUMn,n=49 hi byte ˇ(read only)
Spec333 SPECTRUMn,n=49 low byte ˇ(read only)
Spec334 SPECTRUMn,n=50 hi byte ˇ(read only)
Spec335 SPECTRUMn,n=50 low byte ˇ(read only)
Spec336 SPECTRUMn,n=51 hi byte ˇ(read only)
Spec337 SPECTRUMn,n=51 low byte ˇ(read only)

THDn= ((SPECTRUMn)/SPECTRUM1)*100%=###.##%

((SPECTRUM 2) 2 + .... + ( SPECTRUM 512 ))


THD= 100% =# # #.# #%
SPECTRUM1

Enersine ESD34 Jbus/Modbus Protocol V2.3 44


Flow Chart of Request Spectrum Data to Slave

Busy

Function
Resources of waveform/spectrum
event log

OK!

Function Command
C11
Start update & hold
SPECTRUM data

Function Spectrum
Request data to salve

Function Command
C14
Spectrum End of message

Enersine ESD34 Jbus/Modbus Protocol V2.3 45


2-9. Modify Baud Rate
Request
Slave Function Address Address data data Crc Crc
number Code High Low to write to write low hi
high low
byte byte
0 0x6 0x19 0x64 Baud00 Baud01
Or
Slave Function Address Address Number of Nber data data Crc Crc
number Code High Low words Of to write to write low hi
Byte high low
MSB LSB To byte byte
(null) (1~123) write

0 0x10 0x19 0x64 0 0x1 0x2 Baud00 Baud01

2-9-1. Modify Baud Rate Register Map


Address High Address Low End Address DATA AREA LENGTH
(IN WORDS)
0x19 0x64 0x1964 Modify baud rate 1

2-9-2. Modify Baud Rate Data Sequence


Word0
(Baud00,Baud01)
15………………..0
Baud Rate

2-9-3. Modify Baud Rate data Area


CODE Description (Baud Rate) Necessary
Type(byte)
Baud00 Baud Rate hi byte ˇ
Baud01 Baud Rate low byte ˇ
Baud Rate=( Baud00, Baud01)
Please refer to the below Baud rate table.

Enersine ESD34 Jbus/Modbus Protocol V2.3 46


Baud Rate table
Baud Rate Baud00 Baud01
57600 0 6
38400 0 5
19200 0 4
9600 0 3
4800 0 2
2400 0 1

Enersine ESD34 Jbus/Modbus Protocol V2.3 47


2-10. Resources of waveform/spectrum/event log
Request
Slave Function Address Address Number of words CRC CRC
Number Code High Low low High
MSB(null) LSB(1~125)

1 0x03 0x19 0x66 0 0x1

Response
Slave Function Nb of First data hi First data CRC CRC
Number Code byte byte low byte low High

1 0x03 0x2 check15~08 check07~00

2-10-1. Resources of Waveform / Spectrum / Event Log Register Map


Address High Address Low End Address DATA AREA LENGTH
(IN WORDS)
0x19 0x66 0x1966 Resources 1

2-10-2. Resources Data Sequence


Word0
High Low
check 15………check 08 check07………check00

2-10-3. Resources data Area


CODE Description (Resources data) Necessary
Type(bit)
Check00 Waveform state 0: ok ,1: busy ˇ
Check01 Spectrum state 0: ok ,1: busy ˇ
Check02 Event log state 0: ok ,1: busy ˇ

Enersine ESD34 Jbus/Modbus Protocol V2.3 48


2-11. Event log
Request
Slave Function Address Address Event log Event log CRC CRC
Number Code High Low index Hi Byte index Low low High
Byte
1 0x65 0x19 0X68 0 1
Event log index range :[1~300]
Response
Slave Function Nb of First First Next data CRC CRC
Number Code byte data hi data low low High
byte byte
1 0x65 0xA Event00 Event01 Event02……

2-11-1. Event Log Register Map


Address High Address Low End Address DATA AREA LENGTH
(IN WORDS)
0x19 0x68 0x196C Event log 5

2-11-2. Event Log Data Sequence


Word0 Byte Byte …….
(Event00,Event01) (Event 02) (Event 03)
15………………..0 7…0 7…0
EVENT LOG number EVENTS_LOG_KIND EVENTS_LOG_NO …….

2-11-3. Event Log data Area


CODE Description (Event log) Necessary
Type(byte)
Event00 EVENT LOG number hi Byte ˇ
Event01 EVENT LOG number low Byte ˇ
EVENT LOG number=( Event00, Event01)
Event02 EVENTS_LOG_KIND ˇ
Event03 EVENTS_LOG_NO ˇ
Event04 EVENTS_LOG_YEAR ˇ
YEAR form[0:99]

Enersine ESD34 Jbus/Modbus Protocol V2.3 49


Event05 EVENTS_LOG_MONTH ˇ
MONTH form[0:12]
Event06 EVENTS_LOG_DATE ˇ
DATE form[0:31]
Event07 EVENTS_LOG_HOUR ˇ
HOUR form[0:23]
Event08 EVENTS_LOG_MINUTE ˇ
MINUTE form[0:59]
Event09 EVENTS_LOG_SECOND ˇ
SECOND form[0:59]
The processes of read Event Log are as following flow chart.

=1

Function
Resources of waveform / spectrum
event log
Check02=0

=0

Function Command
C 10
To ready event log data

Function Read Event log Data


Length
Request data to salve

Function Event log


Request data to salve

Function Command
C15
Event log End of message

Read Event Log flow chart

Enersine ESD34 Jbus/Modbus Protocol V2.3 50


2-11-4. Defined of EVENTS_LOG_KIND & EVENTS_LOG_NO

Events code Description EVENTS_LOG_KIND EVENTS_LOG_NO

(8bit) (8bit)
State Binary Hex Hex
S001 Filtering YES 00 00 00 01 #01h #01h
NO 00 00 00 00 #00h #01h
S002 Phase A full correcting YES 00 00 00 01 #01h #02h
NO 00 00 00 00 #00h #02h
S003 Phase B full correcting YES 00 00 00 01 #01h #03h
NO 00 00 00 00 #00h #03h
S004 Phase C full correcting YES 00 00 00 01 #01h #04h
NO 00 00 00 00 #00h #04h
S005 Over Temp. Derating 20% YES 00 00 00 01 #01h #05h
NO 00 00 00 00 #00h #05h
S006 System resonance YES 00 00 00 01 #01h #06h
NO 00 00 00 00 #00h #06h

Enersine ESD34 Jbus/Modbus Protocol V2.3 51


Events code Description EVENTS_LOG_KIND EVENTS_LOG_NO

(8bit) (8bit)
Command Binary Hex Hex
C001 Filter ON 00 00 10 00 #08h #01h
C002 Filter OFF 00 00 10 00 #08h #02h
C003 ERROR RESET 00 00 10 00 #08h #03h
C004 ALARM SILENCE 00 00 10 00 #08h #04h
C005 PANEL SWITCH ENABLE 00 00 10 00 #08h #05h
C006 PANEL SWITCH DISABLE 00 00 10 00 #08h #06h
C007 BUZZER ENABLE 00 00 10 00 #08h #07h
C008 BUZZER DISABLE 00 00 10 00 #08h #08h
C009 DATE & TIME UPDATE 00 00 10 00 #08h #09h
C010 NEW PASSWORD RELEASED 00 00 10 00 #08h #0Ah
C011 IDENTIFICATION UPDATE 00 00 10 00 #08h #0Bh
C012 EVENTS LOG CLEARED 00 00 10 00 #08h #0Ch
C013 CONFIGURATION UPDATA 00 00 10 00 #08h #0Dh
C014 EVENTS LOG CLEARED(AP) 00 00 10 00 #08h #0Eh
C015 CONFIGURATION UPDATA(AP) 00 00 10 00 #08h #0Fh
C016 IDENTIFICATION UPDATE(AP) 00 00 10 00 #08h #10h
C017 Filter ON(AP) 00 00 10 00 #08h #11h
C018 Filter OFF(AP) 00 00 10 00 #08h #12h
C019 ERROR RESET (AP) 00 00 10 00 #08h #13h
C020 CALIBRATION UPDATE 00 00 10 00 #08h #14h
C021 reserved 00 00 10 00 #08h #15h
C022 Filter ON(External) 00 00 10 00 #08h #16h
C023 Filter OFF(External) 00 00 10 00 #08h #17h
C024 Filter OFF(EPO) 00 00 10 00 #08h #18h

Enersine ESD34 Jbus/Modbus Protocol V2.3 52


M1
Events code Description EVENTS_LOG_KIND EVENTS_LOG_NO

(8bit) (8bit)
Alarm Binary Hex Hex
YES 00 00 01 01 #05h #01h
A001 MCCB Tripped
NO 00 00 01 00 #04h #01h
YES 00 00 01 01 #05h #02h
A002 Fuse Blown
NO 00 00 01 00 #04h #02h
YES 00 00 01 01 #05h #03h
A003 Input Power Abnormal
NO 00 00 01 00 #04h #03h
YES 00 00 01 01 #05h #04h
A004 reserved
NO 00 00 01 00 #04h #04h
YES 00 00 01 01 #05h #05h
A005 IGBT Fault
NO 00 00 01 00 #04h #05h
YES 00 00 01 01 #05h #06h
A006 High Frequency Resonance
NO 00 00 01 00 #04h #06h
YES 00 00 01 01 #05h #07h
A007 Over Peak Current
NO 00 00 01 00 #04h #07h
YES 00 00 01 01 #05h #08h
A008 Over Current
NO 00 00 01 00 #04h #08h
YES 00 00 01 01 #05h #09h
A009 Over Temperature(Power)
NO 00 00 01 00 #04h #09h
YES 00 00 01 01 #05h #0Ah
A010 Fan Fault
NO 00 00 01 00 #04h #0Ah
YES 00 00 01 01 #05h #0Bh
A011 Temp. Sensor Disconnected
NO 00 00 01 00 #04h #0Bh
YES 00 00 01 01 #05h #0Ch
A012 reserved
NO 00 00 01 00 #04h #0Ch
YES 00 00 01 01 #05h #0Dh
A013 DC Bus Error
NO 00 00 01 00 #04h #0Dh

Enersine ESD34 Jbus/Modbus Protocol V2.3 53


M2
Events code Description EVENTS_LOG_KIND EVENTS_LOG_NO

(8bit) (8bit)
Alarm Binary Hex Hex
YES 00 01 01 01 #15h #01h
A001 MCCB Tripped
NO 00 01 01 00 #14h #01h
YES 00 01 01 01 #15h #02h
A002 Fuse Blown
NO 00 01 01 00 #14h #02h
YES 00 01 01 01 #15h #03h
A003 Input Power Abnormal
NO 00 01 01 00 #14h #03h
YES 00 01 01 01 #15h #04h
A004 reserved
NO 00 01 01 00 #14h #04h
YES 00 01 01 01 #15h #05h
A005 IGBT Fault
NO 00 01 01 00 #14h #05h
YES 00 01 01 01 #15h #06h
A006 High Frequency Resonance
NO 00 01 01 00 #14h #06h
YES 00 01 01 01 #15h #07h
A007 Over Peak Current
NO 00 01 01 00 #14h #07h
YES 00 01 01 01 #15h #08h
A008 Over Current
NO 00 01 01 00 #14h #08h
YES 00 01 01 01 #15h #09h
A009 Over Temperature(Power)
NO 00 01 01 00 #14h #09h
YES 00 01 01 01 #15h #0Ah
A010 Fan Fault
NO 00 01 01 00 #14h #0Ah
YES 00 01 01 01 #15h #0Bh
A011 Temp. Sensor Disconnected
NO 00 01 01 00 #14h #0Bh
YES 00 01 01 01 #15h #0Ch
A012
NO 00 01 01 00 #14h #0Ch
YES 00 01 01 01 #15h #0Dh
A013 DC Bus Error
NO 00 01 01 00 #14h #0Dh

Enersine ESD34 Jbus/Modbus Protocol V2.3 54


M3
Events code Description EVENTS_LOG_KIND EVENTS_LOG_NO

(8bit) (8bit)
Alarm Binary Hex Hex
A001 YES 00 10 01 01 #25h #01h
MCCB Tripped
NO 00 10 01 00 #24h #01h
A002 YES 00 10 01 01 #25h #02h
Fuse Blown
NO 00 10 01 00 #24h #02h
A003 YES 00 10 01 01 #25h #03h
Input Power Abnormal
NO 00 10 01 00 #24h #03h
A004 YES 00 10 01 01 #25h #04h
reserved
NO 00 10 01 00 #24h #04h
A005 YES 00 10 01 01 #25h #05h
IGBT Fault
NO 00 10 01 00 #24h #05h
A006 YES 00 10 01 01 #25h #06h
High Frequency Resonance
NO 00 10 01 00 #24h #06h
A007 YES 00 10 01 01 #25h #07h
Over Peak Current
NO 00 10 01 00 #24h #07h
A008 YES 00 10 01 01 #25h #08h
Over Current
NO 00 10 01 00 #24h #08h
YES 00 10 01 01 #25h #09h
A009 Over Temperature(Power)
NO 00 10 01 00 #24h #09h
A010 YES 00 10 01 01 #25h #0Ah
Fan Fault
NO 00 10 01 00 #24h #0Ah
YES 00 10 01 01 #25h #0Bh
A011 Temp. Sensor Disconnected
NO 00 10 01 00 #24h #0Bh
A012 YES 00 10 01 01 #25h #0Ch
reserved
NO 00 10 01 00 #24h #0Ch
A013 YES 00 10 01 01 #25h #0Dh
DC Bus Error
NO 00 10 01 00 #24h #0Dh

Enersine ESD34 Jbus/Modbus Protocol V2.3 55


M4
Events code Description EVENTS_LOG_KIND EVENTS_LOG_NO

(8bit) (8bit)
Alarm Binary Hex Hex
YES 00 11 01 01 #35h #01h
A001 MCCB Tripped
NO 00 11 01 00 #34h #01h
YES 00 11 01 01 #35h #02h
A002 Fuse Blown
NO 00 11 01 00 #34h #02h
YES 00 11 01 01 #35h #03h
A003 Input Power Abnormal
NO 00 11 01 00 #34h #03h
YES 00 11 01 01 #35h #04h
A004 reserved
NO 00 11 01 00 #34h #04h
YES 00 11 01 01 #35h #05h
A005 IGBT Fault
NO 00 11 01 00 #34h #05h
YES 00 11 01 01 #35h #06h
A006 High Frequency Resonance
NO 00 11 01 00 #34h #06h
YES 00 11 01 01 #35h #07h
A007 Over Peak Current
NO 00 11 01 00 #34h #07h
YES 00 11 01 01 #35h #08h
A008 Over Current
NO 00 11 01 00 #34h #08h
YES 00 11 01 01 #35h #09h
A009 Over Temperature(Power)
NO 00 11 01 00 #34h #09h
YES 00 11 01 01 #35h #0Ah
A010 Fan Fault
NO 00 11 01 00 #34h #0Ah
YES 00 11 01 01 #35h #0Bh
A011 Temp. Sensor Disconnected
NO 00 11 01 00 #34h #0Bh
YES 00 11 01 01 #35h #0Ch
A012 reserved
NO 00 11 01 00 #34h #0Ch
YES 00 11 01 01 #35h #0Dh
A013 DC Bus Error
NO 00 11 01 00 #34h #0Dh

Enersine ESD34 Jbus/Modbus Protocol V2.3 56


C.M Module
Events code Description EVENTS_LOG_KIND EVENTS_LOG_NO

(8bit) (8bit)
Alarm Binary Hex Hex
DC Bus Under Voltage YES 01 00 01 01 #45h #0Eh
A014
NO 01 00 01 00 #44h #0Eh
YES 01 00 01 01 #45h #0Fh
A015 DC Bus Over Voltage
NO 01 00 01 00 #44h #0Fh
A016 YES 01 00 01 01 #45h #10h
NO 01 00 01 00 #44h #10h
A017 reserved YES 01 00 01 01 #45h #11h
NO 01 00 01 00 #44h #11h
A018 reserved YES 01 00 01 01 #45h #12h
NO 01 00 01 00 #44h #12h
A019 reserved YES 01 00 01 01 #45h #13h
NO 01 00 01 00 #44h #13h
A020 External CTA Reversed YES 01 00 01 01 #45h #14h
NO 01 00 01 00 #44h #14h
A021 YES 01 00 01 01 #45h #15h
External CTB Reversed
NO 01 00 01 00 #44h #15h
A022 YES 01 00 01 01 #45h #16h
External CTC Reversed
NO 01 00 01 00 #44h #16h
A023 YES 01 00 01 01 #45h #17h
reserved
NO 01 00 01 00 #44h #17h
Parallel CTA Reversed YES 01 00 01 01 #45h #18h
A024
NO 01 00 01 00 #44h #18h
YES 01 00 01 01 #45h #19h
A025 Parallel CTB Reversed
NO 01 00 01 00 #44h #19h
YES 01 00 01 01 #45h #1Ah
A026 Parallel CTC Reversed
NO 01 00 01 00 #44h #1Ah
YES 01 00 01 01 #45h #1Bh
A027 reserved
NO 01 00 01 00 #44h #1Bh
YES 01 00 01 01 #45h #1Ch
A028 System Voltage Abnormal
NO 01 00 01 00 #44h #1Ch
System Under Voltage YES 01 00 01 01 #45h #1Dh
A029
NO 01 00 01 00 #44h #1Dh
A030 System Over Voltage YES 01 00 01 01 #45h #1Eh

Enersine ESD34 Jbus/Modbus Protocol V2.3 57


NO 01 00 01 00 #44h #1Eh
Frequency Error YES 01 00 01 01 #45h #1Fh
A031
NO 01 00 01 00 #44h #1Fh
YES 01 00 01 01 #45h #20h
A032 Phase Rotation Error
NO 01 00 01 00 #44h #20h
YES 01 00 01 01 #45h #21h
A033 reserved
NO 01 00 01 00 #44h #21h
Control Board Error YES 01 00 01 01 #45h #22h
A034
NO 01 00 01 00 #44h #22h
Control Board EEPROM Error YES 01 00 01 01 #45h #23h
A035
NO 01 00 01 00 #44h #23h
Control Panel EEPROM Error YES 01 00 01 01 #45h #24h
A036
NO 01 00 01 00 #44h #24h
YES 01 00 01 01 #45h #25h
A037 Power Supply Error
NO 01 00 01 00 #44h #25h
YES 01 00 01 01 #45h #26h
A038 Current Cable Disconnected
NO 01 00 01 00 #44h #26h
YES 01 00 01 01 #45h #27h
A039 reserved
NO 01 00 01 00 #44h #27h
YES 01 00 01 01 #45h #28h
A040 CAN Bus Disconnected
NO 01 00 01 00 #44h #28h
YES 01 00 01 01 #45h #29h
A041 Parallel Disconnected
NO 01 00 01 00 #44h #29h
YES 01 00 01 01 #45h #2Ah
A042 Parallel Number Duplicated
NO 01 00 01 00 #44h #2Ah
YES 01 00 01 01 #45h #2Bh
A043 Parallel Setting Error
NO 01 00 01 00 #44h #2Bh
YES 01 00 01 01 #45h #2Ch
A044 Over Temperature(Control)
NO 01 00 01 00 #44h #2Ch

Enersine ESD34 Jbus/Modbus Protocol V2.3 58


2-12. Dry Contact setup
Request
Slave Function Address Address Number of words CRC CRC
Number Code High Low low High
MSB(null) LSB(1~125)

1 0x03 0x19 0x6E 0 0x3

Response
Slave Function Nb of 1st 2nd …. CRC CRC
Number Code byte data byte data byte low High

1 0x03 0x6 SetDry00 SetDry01 -----

Write
Slave Funct. Address Address Number of words Nber data data Next Crc Crc
number Write High Low Of to write to write data low hi
word MSB LSB Byte high byte low byte
(null) (1~123) To
write
1 0x10 0x19 0x6E 0 0x3 0x6 SetDry00 SetDry01 …

Response
Slave Funct. Address Address Number of words CRC CRC
Number Write High Low low High
word MSB(null) LSB(1~123)

1 0x10 0x19 0x6E 0 0x3

2-12-1. Dry Contact Setup Register Map


Address High Address Low End Address DATA AREA LENGTH
(IN WORDS)
0x19 0x6E 0x1970 Dry Contact setup 3

Enersine ESD34 Jbus/Modbus Protocol V2.3 59


2-12-2. Dry Contact setup Data Sequence
Byte0 Byte 1 Byte 2 …….
SETDry00 SETDry01 SETDry02
7....0 7....0 7....0
Setup Dry Contact1 Setup Dry Setup Dry …….
State Contact2 State Contact3 State

2-12-3. Dry Contact setup Data Area


CODE Description (Dry Contact setup) Necessary
Type(byte)
SETDry00 SETUP Dry Contact1 states ˇ
SETDry01 SETUP Dry Contact2 states ˇ
SETDry02 SETUP Dry Contact3 states ˇ
SETDry03 SETUP Dry Contact4 states ˇ
SETDry04 SETUP Dry Contact5 states ˇ
Please refer to the below Dry Contact State table.
SETDry05 SETUP Dry Contact1~5 Normal open/close & input ˇ
Mode change
Please refer to the below SETDry05 table.

Dry Contact State table


SETDry00~ SETDry04
Dry Contact State
Index
0 POWER ON
1 Filtering
2 Full correcting
3 ERROR
4 MCCB Tripped
5 Fuse Blown
6 Input Power Abnormal
7 Reserved
8 IGBT Fault
9 High Frequency Resonance
10 Over Peak Current
11 Over Current
12 Over Temperature(Power)

Enersine ESD34 Jbus/Modbus Protocol V2.3 60


13 Fan Fault
14 Temp. Sensor Disconnected
15 DC Bus Error
16 DC Bus Under Voltage
17 DC Bus Over Voltage
18 Reserved
19 Reserved
20 External CTA Reversed
21 External CTB Reversed
22 External CTC Reversed
23 Reserved
24 Parallel CTA Reversed
25 Parallel CTB Reversed
26 Parallel CTC Reversed
27 System Voltage Abnormal
28 System Under Voltage
29 System Over Voltage
30 Frequency Error
31 Phase Rotation Error
32 Control Board Error
33 Control Board EEPROM Error
34 Control Panel EEPROM Error
35 Power Supply Error
36 Current Cable Disconnected
37 CAN Bus Disconnected
38 Parallel Disconnected
39 Parallel ID Duplicated
40 Parallel Setting Error
41 Over Temperature(Control)

Enersine ESD34 Jbus/Modbus Protocol V2.3 61


SETDry05 table
SETDry5
7 6 5 4 3 2 1 0

SETDry5 bit0=0 SETUP DRY CONTACT1 Normal open, else Normal close
SETDry5 bit1=0 SETUP DRY CONTACT2 Normal open, else Normal close
SETDry5 bit2=0 SETUP DRY CONTACT3 Normal open, else Normal close
SETDry5 bit3=0 SETUP DRY CONTACT4 Normal open, else Normal close
SETDry5 bit4=0 SETUP DRY CONTACT5 Normal open, else Normal close
SETDry5 bit5=0 Input dry Contact mode 0, bit5=1 Input dry Contact mode 1

Enersine ESD34 Jbus/Modbus Protocol V2.3 62


2-13. Real Time Event log
Request
Slave Function Address Address Number of words CRC CRC
Number Code High Low low High
MSB(null) LSB(1~125)

1 0x03 0x19 0x7C 0 0x4

Response
Slave Function Nb of First First Next data CRC CRC
Number Code byte data hi data low low High
byte byte
1 0x03 0x8 Event00 Event01 Event02……

2-13-1. Real Time Register Map


Address High Address Low End Address DATA AREA LENGTH
(IN WORDS)
0x19 0x7C 0x197F Real Tim Event log 4

2-13-2. Real Time Event log Data Sequence


Byte Byte Byte …….
(Event 00) (Event 01) (Event 02)
7…0 7…0 7…0
Real Time Real Time ……. …….
EVENTS_LOG_KIND EVENTS_LOG_NO
Please refer to section 2-9-4. Defined of EVENTS_LOG_KIND & EVENTS_LOG_NO.

Enersine ESD34 Jbus/Modbus Protocol V2.3 63


2-13-3. Real Time Event log Data Area
CODE Description (Real Time Event log) Necessary
Type(byte)
On line Real Time EVENTS_LOG_KIND ˇ
Event00
On line Real Time EVENTS_LOG_NO ˇ
Event01
On line Real Time EVENTS_LOG_YEAR ˇ
Event02
On line Real Time EVENTS_LOG_MONTH ˇ
Event03
On line Real Time EVENTS_LOG_DATA ˇ
Event04
On line Real Time EVENTS_LOG_HOUR ˇ
Event05
On line Real Time EVENTS_LOG_MINUTE ˇ
Event06
On line Real Time EVENTS_LOG_SECOND ˇ
Event07

Enersine ESD34 Jbus/Modbus Protocol V2.3 64


2-14. Read Event Log Data Length
Request
Slave Function Address Address Number of words CRC CRC
Number Code High Low low High
MSB(null) LSB(1~125)

1 0x03 0x19 0x91 0 0x1

Response
Slave Function Nb of First First CRC CRC
Number Code byte data hi data low low High
byte byte
1 0x03 0x2 Event Event
log log
length00 length01

2-14-1. Read Event Log Data Length Register Map


Address High Address Low End Address DATA AREA LENGTH
(IN WORDS)
0x19 0x91 0x1991 Event Log Data 1
Length

2-14-2. Event Log Data Length Data Sequence


Word0
(Event log length00, Event log length01)
15………………..0
Event Log Data Length

Enersine ESD34 Jbus/Modbus Protocol V2.3 65


2-14-3. Event Log Data Length Data Area
CODE Description (Event Log Data Length) Necessary
Type(byte)
Event log Event Log Data Length hi byte ˇ
length00
Event log Event Log Data Length low byte ˇ
length01 Event Log Data Length =( Event log length00, Event log
length01)

Enersine ESD34 Jbus/Modbus Protocol V2.3 66


2-15. Parallel information
Request
Slave Function Address Address Number of words CRC CRC
Number Code High Low low High
MSB(null) LSB(1~125)

1 0x03 0x1B 0x80 0 0x8

Response
Slave Function Nb of First data First data Next data CRC CRC
Number Code byte hi byte low byte low High

1 0x03 0x10 Para00 Para01 Para02……

2-15-1. Parallel information Register Map


Address High Address Low End Address DATA AREA LENGTH
(IN WORDS)
0x1B 0x80 0x1B87 Parallel information 8

2-15-2. Parallel information Data Sequence


Word0 Word1 Word3 ……
(Para00, Para01) (Para02, Para03) (Para04, Para05) .
15………………..0 15………………..0 15………………..0
1ST FILTER 2nd FILTER 3rd FILTER ……
information information information .

2-15-3. Parallel information Data Area


CODE Description (Parallel information) Necessary
Type(byte)
Para00 1st FILTER information hi byte ˇ
Para01 1st FILTER information low byte ˇ
1st FILTER information=( Para00, Para01)
Para02 2nd FILTER information hi byte ˇ
Para03 nd
2 FILTER information low byte ˇ
2nd FILTER information=( Para02, Para03)
Para04 3rd FILTER information hi byte ˇ

Enersine ESD34 Jbus/Modbus Protocol V2.3 67


Para05 3rd FILTER information low byte ˇ
3rd FILTER information=( Para04, Para05)
Para06 4th FILTER information hi byte ˇ
Para07 4th FILTER information low byte ˇ
4th FILTER information=( Para06, Para07)
Para08 5th FILTER information hi byte ˇ
Para09 th
5 FILTER information low byte ˇ
5th FILTER information=( Para08, Para09)
Para10 6th FILTER information hi byte ˇ
Para11 th
6 FILTER information low byte ˇ
6th FILTER information=( Para10, Para11)
Para12 7th FILTER information hi byte ˇ
Para13 7th FILTER information low byte ˇ
7th FILTER information=( Para12, Para13)
Para14 8th FILTER information hi byte ˇ
Para15 8th FILTER information low byte ˇ
8th FILTER information=( Para14, Para15)
Please refer to the below FILTER information table.
Para16 Reserved
Para17 Reserved

FILTER information table


FILTER information
15 14 13 12 11 10 09 08 07 06 05 04 03 02 01 00
Power module Reserved FILTER status Control module
When ESD34 turn on for filtering, the FILTER status bit05=1.
The FILTER information should be “0000000000000000” when the FILTER is disconnected.

Enersine ESD34 Jbus/Modbus Protocol V2.3 68


2-16. Time setting
Write
Slave Funct Address Address Number of Nber data data Next Crc Crc
number ion High Low words Of to to data low hi
Code Byte write write
LSB
MSB To high low
(1 ~
(null) write byte byte
123)

1 0x10 0x1E 0x90 0 0x3 0x6 Time Time Time


00 01 02…

Response
Slave Function Address Address Number of words CRC CRC
Number Code High Low low High
MSB(null) LSB(1~123)

1 0x10 0x1E 0x90 0 0x3

2-16-1. Time Setting Register Map


Address High Address Low End Address DATA AREA LENGTH
(IN WORDS)
0x1E 0x90 0x1E92 Time Setting 3

2-16-2. Time setting Data Sequence


Byte0 Byte1 Byte2 Byte3 Byte4 Byte5
Setting Setting Setting Setting Setting Setting
year month date hour min sec

Enersine ESD34 Jbus/Modbus Protocol V2.3 69


2-16-3. Time setting Data Area
CODE Description (Time setting) Necessary
Type(byte)
Time00 Setting year Range:[00~99] ˇ
Time01 Setting month Range:[01~12] ˇ
Time02 Setting date Range:[01~31] ˇ
Time03 Setting hour Range:[01~23] ˇ
Time04 Setting min Range:[01~59] ˇ
Time05 Setting sec Range:[01~59] ˇ

Enersine ESD34 Jbus/Modbus Protocol V2.3 70


2-17. Control Module Error
Slave Function Address Address Number of words CRC CRC
Number Code High Low low High
MSB(null) LSB(1~125)

1 0x03 0x1E 0x9B 0 0x6

Response
Slave Function Nb of First data First data Next data CRC CRC
Number Code byte hi byte low byte low High

1 0x03 0xC CMEB00 CMEB01 CMEB02……

2-17-1. Control Module Error Register Map


Address High Address Low End Address DATA AREA LENGTH
(IN WORDS)
0x1E 0x9B 0x1EA0 Control module Error 6

2-17-2. Control module Error Data Sequence


Word0 Word0 Word3 …….
(CMEB00,CMEB01) (CMEB02,CMEB03) (CMEB04,CMEB05)
15………………..0 15………………..0 15………………..0
PM #1 Error PM #2 Error PM #3 Error …….

2-17-3. Control module Error Data Area


CODE Description (Control module Error) Necessary
Type(byte)
CMEB00 PM #1 Error hi byte ˇ(r)
CMEB01 PM #1 Error low byte ˇ(r)
CMEB02 PM #2 Error hi byte ˇ(r)
CMEB03 PM #2 Error low byte ˇ(r)
CMEB04 PM #3 Error hi byte ˇ(r)
CMEB05 PM #3 Error low byte ˇ(r)
CMEB06 PM #4 Error hi byte ˇ(r)
CMEB07 PM #4 Error low byte ˇ(r)

Enersine ESD34 Jbus/Modbus Protocol V2.3 71


CMEB08 CM Error1 hi byte ˇ(r)
CMEB09 CM Error1 low byte ˇ(r)
CMEB10 CM Error2 hi byte ˇ(r)
CMEB11 CM Error2 low byte ˇ(r)

The Below table describe P.M(Power Module)and C.M( Control Module)Errors.

PM #1/#2/#3/#4 Error table


Bit Description

15 reserve
14 reserve
13 reserve
12 reserve
11 Temp. Sensor Disconnected
10 Fan Fault
9 High Frequency Resonance
8 Over Peak Current
7 DC Bus Error
6 Over Current
5 IGBT Fault
4 Input Power Abnormal
3 Fuse Blown
2 Over Temperature(Power)
1 MCCB Tripped
0 reserve

Enersine ESD34 Jbus/Modbus Protocol V2.3 72


CM Error 1
Bit Description

15 Parallel CTC Reversed


14 Parallel CTB Reversed
13 Parallel CTA Reversed
12 External CTC Reversed
11 External CTB Reversed
10 External CTA Reversed
9 System Under Voltage
8 System Over Voltage
7 Frequency Error (50/60±3 Hz)
Frequency Error ( Frequency Variation
6
Violent (2 Hz/sec)
5 Phase Sequence Error
4 Control Board Error
3 Over current
2 High Frequency Resonance
1 DC Bus Under Voltage
0 DC Bus Over Voltage

Enersine ESD34 Jbus/Modbus Protocol V2.3 73


CM Error 2 Bit
Bit Description

15 reserve
14 reserve
13 reserve
12 reserve
11 Over Temperature(Power)
10 reserve
9 reserve
8 reserve
7 Parallel Setting Error
6 Parallel ID Duplicated
5 reserve
4 Current cable disconnected
3 Power Supply Error
2 Control Panel EEPROM Error
1 Control Board EEPROM Error
0 System Voltage Abnormal

Enersine ESD34 Jbus/Modbus Protocol V2.3 74

You might also like