PFC Interface Definition
PFC Interface Definition
PFC Interface Definition
Interface Definition
!
CAUTION:
1. High voltage !
3. Make sure that the discharge time set in controller matches capacitor
discharge time !
1
CONTENTS
Section 1 General
Version C_11/2016
2
Section 1 General
3
Section 2 Communication Parameter Selection :
Using Operating Manual enter into Advance Setup -> and
Select Modbus Setup.
This menu allows user to set modbus related setup.
MODBUS SETUP Press ENTER key to enter into modbus setup sub menus.
Pressing or key will scroll through submenus.
4
Section 3 RS 485 ( ModBus ) Output :
5
Each byte in RTU mode has following format:
8-bit binary, hexadecimal 0-9, A-F
2 hexadecimal characters contained in each
8-bit field of the message
Format of Data 4 bytes (32 bits) per parameter.
Bytes Floating point format ( to IEEE 754)Most
significant byte first (Alternative least
significant byte first)
Error Checking 2 byte Cyclical Redundancy Check (CRC)
Bytes
1 start bit,
Byte format 8 data bits, least significant bit sent first
1 bit for even/odd parity
1 stop bit if parity is used; 1 or 2 bits if no parity
Communication Baud Rate is user selectable from the front panel between
4800, 9600, 19200, 38400 and 57600 bps.
Function code :
03 Read Holding Registers Read content of read /write location ( 4X )
04 Read input Registers Read content of read only location ( 3X )
16 Presets Multiple Registers Set the content of read / write locations (4X)
6
3.1 Accessing 3 X register for reading measured values:
Two consecutive 16 bit registers represent one parameter. Refer TABLE 1
for the addresses of 3X registers (Parameters measured by the
instruments). Each parameter is held in the 3X registers. Modbus Code 04
is used to access all parameters.
Example :
To read parameter ,
Line Voltage: Start address= 00 (Hex) Number of registers = 02
Note : Number of registers = Number of parameters x 2
Each Query for reading the data must be restricted to 40 parameters or
less. Exceeding the 40 parameter limit will cause a ModBus exception code
to be returned.
Query :
01 (Hex) 04 (Hex) 00 (Hex) 00(Hex) 00 (Hex) 02(Hex) 71 (Hex) CB (Hex)
Device Function Start Address Start Address Number of Number of CRC CRC
Address Code High Low Registers Hi Registers Lo Low High
7
Response: Line Voltage (240V)
Byte Count : Total number of data bytes received.
Device Function Byte Data Register1 Data Register1 Data Register2 Data Register2 CRC CRC
Address Code Count High Byte Low Byte High Byte Low Byte Low High
8
TABLE 1 : 3 X register addresses (measured parameters)
Address Parameter Parameter Modbus Start
Register No. Address Hex
High Byte Low Byte
30001 1 Line Voltage 00 00
30007 2 Line Current 00 06
30013 3 Active Power 00 0C
30019 4 Apparent Power 00 12
30025 5 Reactive Power 00 18
30031 6 Power Factor 00 1E
30037 7 Phase Angle 00 24
30071 8 Frequency 00 46
30073 9 Active Import Energy 00 48
30075 10 Active Export Energy 00 4A
30077 11 Inductive Reactive Energy 00 4C
30079 12 Capacitive Reactive Energy 00 4E
30081 13 Apparent Energy 00 50
30085 14 Active Import Demand 00 54
30087 15 Maximum Active Import Demand 00 56
30089 16 Active Export Demand 00 58
30091 17 Maximum Active Export Demand 00 5A
30093 18 Old Max Active Import Demand 00 5C
30095 19 Old Max Active Export Demand 00 5E
30097 20 Old Max Apparent Demand 00 60
9
TABLE 1 : 3 X register addresses (continued...)
Address Para- Parameter Modbus Start
Register meter Address Hex
No. High Byte Low Byte
30099 21 Old Max Current Demand 00 62
30101 22 Apparent Demand 00 64
30103 23 Max Apparent Demand 00 66
30105 24 Current Demand 00 68
30107 25 Max Current Demand 00 6A
30109 26 Active Import Energy Overflow Count 00 6C
30113 27 Active Export Energy Overflow Count 00 70
30117 28 Reactive Ind(1) Energy Overflow Count 00 74
30121 29 Reactive Cap(2) Energy Overflow Count 00 78
30125 30 Apparent Energy Overflow Count 00 7C
30131 31 *RTC Hour minute (2 digit each) 00 82
30133 32 *RTC Date Month Year (2 digit each) 00 84
30135 33 System temperature 00 86
30145 34 Active Import Energy on update Rate 00 90
30147 35 Active Export Energy on update Rate 00 92
30149 36 Reactive Ind(1) Energy on update Rate 00 94
30151 37 Reactive Cap(2) Energy on update Rate 00 96
Note : - (1) Ind :- Inductive (2) Cap :- Capacitive
*Note : - Optional RTC module available if APFC with RTC module
Ex :- IF value read at 30131 is 116 then it is 01 hrs. and 16 minutes.
whereas at 30133 is 11216 then it 1st of December 2016.
10
TABLE 1 : 3 X register addresses (continued...)
Address Para- Parameter Modbus Start
Register meter Address Hex
No. High Byte Low Byte
30153 38 Apparent Energy on update Rate 00 98
30157 39 Active Imp1 Energy OF2on update Rate 00 9C
3 2
30159 40 Active Exp Energy Of on update Rate 00 9E
30161 41 Reactive Ind4 Energy OF2on update rate 00 A0
30163 42 Reactive Cap5 Energy Of2on update rate 00 A2
30165 43 Apparent Energy OF2on update Rate 00 A4
1
30169 44 Old Active Imp Energy OF2 00 A6
1
30171 45 Old Active Imp Energy 00 A8
30173 46 Old Active Exp3 Energy OF2 00 AC
30175 47 Old Active Exp3 Energy 00 AE
1 2
30177 48 Old Reactive Imp Energy OF 00 B0
30179 49 Old Reactive Imp1 Energy 00 B2
30181 50 Old Reactive Exp3 Energy OF2 00 B4
3
30183 51 Old Reactive Exp Energy 00 B6
30185 52 Old Apparent Energy OF2 00 B8
Note : - 1. Imp :- Import
2. OF :- OverFlow
3. Exp :- Export
4 Ind :- Inductive
5 Cap :- Capacitive
11
TABLE 1 : 3 X register addresses (continued...)
Address Para- Parameter Modbus Start
Register meter Address Hex
No. High Byte Low Byte
30187 53 Old Apparent Energy 00 BA
30189 54 Maximum System Voltage 00 BC
30191 55 Maximum System Current 00 BE
30193 56 Maximum Active Import Power 00 C0
30195 57 Maximum Active Export Power 00 C2
30197 58 Maximum Inductive Reactive Power 00 C4
30199 59 Maximum Capacitive Reactive Power 00 C6
30201 60 Maximum Apparent Power 00 C8
30203 61 Maximum Voltage THD 00 CA
30205 62 Maximum Current THD 00 CC
30207 63 Maximum Frequency 00 CE
30209 64 Maximum Temperature 00 D0
30211 65 Minimum System Voltage 00 D2
30213 65 Minimum System Current 00 D4
30215 66 Minimum Frequency 00 D6
30217 67 Minimum Temperature 00 D8
30219 68 System Voltage THD % 00 DA
30221 69 System Current THD % 00 DC
30223 70 Old Run Hour 00 DE
30225 71 Old ON Hour 00 E0
30227 72 Run Hour 00 E2
30229 73 ON Hour 00 E4
12
TABLE 1 : 3 X register addresses (continued...)
Address Para- Parameter Modbus Start
Register meter Address Hex
No. High Byte Low Byte
30231 74 Power Down Interruption Count 00 E6
30233 75 Power Down Interruption Time 00 E8
30235 76 Power Down Interruption Date 00 EA
30245 77 Difference to Power Factor 00 F4
30247 78 Capacitor Bank 1 KVAr value 00 F6
30249 79 Capacitor Bank 2 KVAr value 00 F8
30251 80 Capacitor Bank 3 KVAr value 00 FA
30253 81 Capacitor Bank 4 KVAr value 00 FC
30255 82 Capacitor Bank 5 KVAr value 00 FE
30257 83 Capacitor Bank 6 KVAr value 01 00
30259 84 Capacitor Bank 7 KVAr value 01 02
30261 85 Capacitor Bank 8 KVAr value 01 04
30263 86 Capacitor Bank 9 KVAr value 01 06
30265 87 Capacitor Bank 10 KVAr value 01 08
30267 88 Capacitor Bank 11 KVAr value 01 0A
30269 89 Capacitor Bank 12 KVAr value 01 0C
30271 90 Test Run Capacitor Bank 1 KVAr value 01 0E
30273 91 Test Run Capacitor Bank 2 KVAr value 01 10
30275 92 Test Run Capacitor Bank 3 KVAr value 01 12
30277 93 Test Run Capacitor Bank 4 KVAr value 01 14
13
TABLE 1 : 3 X register addresses (continued...)
Address Para- Parameter Modbus Start
Register meter Address Hex
No. High Byte Low Byte
30279 94 Test Run Capacitor Bank 5 KVAr value 01 16
30281 95 Test Run Capacitor Bank 6 KVAr value 01 18
30283 96 Test Run Capacitor Bank 7 KVAr value 01 1A
30285 97 Test Run Capacitor Bank 8 KVAr value 01 1C
30287 98 Test Run Capacitor Bank 9 KVAr value 01 1E
30289 99 Test Run Capacitor Bank10 KVAr value 01 20
30291 100 Test Run Capacitor Bank 11 KVAr value 01 22
30293 101 Test Run Capacitor Bank 12 KVAr value 01 24
30295 102 Bank 1 No. of Switching operations 01 26
30297 103 Bank 2 No. of Switching operations 01 28
30299 104 Bank 3 No. of Switching operations 01 2A
30301 105 Bank 4 No. of Switching operations 01 2C
30303 106 Bank 5 No. of Switching operations 01 2E
30305 107 Bank 6 No. of Switching operations 01 30
30307 108 Bank 7 No. of Switching operations 01 32
30309 109 Bank 8 No. of Switching operations 01 34
30311 110 Bank 9 No. of Switching operations 01 36
30313 111 Bank 10 No. of Switching operations 01 38
30315 112 Bank 11 No. of Switching operations 01 3A
30317 113 Bank 12 No. of Switching operations 01 3C
14
TABLE 1 : 3 X register addresses (continued...)
Address Para- Parameter Modbus Start
Register meter Address Hex
No. High Byte Low Byte
30321 114 2nd Line Voltage harmonic 01 40
30323 115 2nd Line Current harmonic 01 42
30325 116 3rd Line Voltage harmonic 01 44
30327 117 3rd Line Current harmonic 01 43
30329 118 4th Line Voltage harmonic 01 48
30331 119 4th Line Current harmonic 01 4A
30333 120 5th Line Voltage harmonic 01 4C
30335 121 5th Line Current harmonic 01 4E
30337 122 6th Line Voltage harmonic 01 50
30339 123 6th Line Current harmonic 01 52
30341 124 7th Line Voltage harmonic 01 54
30343 125 7th Line Current harmonic 01 56
30345 126 8th Line Voltage harmonic 01 58
30347 127 8th Line Current harmonic 01 5A
30349 128 9th Line Voltage harmonic 01 5C
30351 129 9th Line Current harmonic 01 5E
30353 130 10th Line Voltage harmonic 01 60
30355 131 10th Line Current harmonic 01 62
30357 132 11th Line Voltage harmonic 01 64
30359 133 11th Line Current harmonic 01 66
15
TABLE 1 : 3 X register addresses (continued...)
Address Para- Parameter Modbus Start
Register meter Address Hex
No. High Byte Low Byte
30361 134 12th Line Voltage harmonic 01 68
30363 135 12th Line Current harmonic 01 6A
30365 136 13th Line Voltage harmonic 01 6C
30367 137 13th Line Current harmonic 01 6E
30369 138 14th Line Voltage harmonic 01 70
30371 139 14th Line Current harmonic 01 72
30373 140 15th Line Voltage harmonic 01 74
30375 141 15th Line Current harmonic 01 76
30377 142 16th Line Voltage harmonic 01 78
30379 143 16th Line Current harmonic 01 7A
30381 144 17th Line Voltage harmonic 01 7C
30383 145 17th Line Current harmonic 01 7E
30385 146 18th Line Voltage harmonic 01 80
30387 147 18th Line Current harmonic 01 82
30389 148 19th Line Voltage harmonic 01 84
30391 149 19th Line Current harmonic 01 86
30393 150 20th Line Voltage harmonic 01 88
30395 151 20th Line Current harmonic 01 8A
30397 152 21st Line Voltage harmonic 01 8C
30399 153 21st Line Current harmonic 01 8E
16
TABLE 1 : 3 X register addresses (continued...)
Address Para- Parameter Modbus Start
Register meter Address Hex
No. High Byte Low Byte
30401 134 22nd Line Voltage harmonic 01 90
30403 135 22nd Line Current harmonic 01 92
30405 136 23rd Line Voltage harmonic 01 94
30407 137 23rd Line Current harmonic 01 96
30409 138 24th Line Voltage harmonic 01 98
30411 139 24th Line Current harmonic 01 9A
30413 140 25th Line Voltage harmonic 01 9C
30415 141 25th Line Current harmonic 01 9E
30417 142 26th Line Voltage harmonic 01 A0
30419 143 26th Line Current harmonic 01 A2
30421 144 27th Line Voltage harmonic 01 A4
30423 145 27th Line Current harmonic 01 A6
30425 146 28th Line Voltage harmonic 01 A8
30427 147 28th Line Current harmonic 01 AA
30429 148 29th Line Voltage harmonic 01 AC
30431 149 29th Line Current harmonic 01 AE
30433 150 30th Line Voltage harmonic 01 B0
30435 151 30th Line Current harmonic 01 B2
30437 152 31st Line Voltage harmonic 01 B4
30439 153 31st Line Current harmonic 01 B6
17
TABLE 1 : 3 X register addresses (continued...)
Address Para- Parameter Modbus Start
Register meter Address Hex
No. High Byte Low Byte
30461 154 Capacitor1 Operation Time 01 CC
30463 155 Capacitor2 Operation Time 01 CE
30465 156 Capacitor3 Operation Time 01 D0
30467 157 Capacitor4 Operation Time 01 D2
30469 158 Capacitor5 Operation Time 01 D4
30471 159 Capacitor6 Operation Time 01 D6
30473 160 Capacitor7 Operation Time 01 D8
30475 161 Capacitor8 Operation Time 01 DA
30477 162 Capacitor9 Operation Time 01 DC
30479 163 Capacitor10 Operation Time 01 DE
30481 164 Capacitor11 Operation Time 01 E0
30483 165 Capacitor12 Operation Time 01 E2
18
3.2 Accessing 4 X register for
Reading & Writing Settings:
Query :
Each setting is held in the 4X registers.
ModBus code 03 is used to read the Device Address 01 (Hex)
current setting & code 16 is used to Function Code 03 (Hex)
write/change the setting.
Start Address High 00 (Hex)
Refer TABLE 2 for 4X Register
addresses. Start Address Low 06 (Hex)
Number of Registers Hi 00 (Hex)
Example: Reading System Nominal
Number of Registers Lo 02 (Hex)
Voltage = 240 V
CRC Low 24 (Hex)
Start address = 06 (Hex)
Number of registers = 02 CRC High 0A (Hex)
Note: Number of registers =
Number of Parameters x 2 Response:
System Nominal Voltage
Start Address High : Most significant 8
bits of starting address of the Device Address 01 (Hex)
parameter requested.
Start Address low : Least significant 8 Function Code 03 (Hex)
bits of starting address of the Byte Count 04 (Hex)
parameter requested.
Number of register Hi : Most significant Data Register1 High Byte 43 (Hex)
8 bits of Number of registers Data Register1Low Byte 70 (Hex)
requested. Data Register2 High Byte 00 (Hex)
Number of register Lo : Least
significant 8 bits of Number of registers Data Register2 Low Byte 00(Hex)
requested. CRC Low EE (Hex)
(Note : Two consecutive 16 bit
register represent one parameter.) CRC High 6C (Hex)
19
Byte Count : Total number of data bytes received.
Data register 1 High Byte : Most significant 8 bits of Data register 1 of the
parameter requested.
Data register 1 Low Byte : Least significant 8 bits of Data register 1 of the
parameter requested.
Data register 2 High Byte : Most significant 8 bits of Data register 2 of the
parameter requested.
Data register 2 Low Byte : Least significant 8 bits of Data register 2 of the
parameter requested.
(Note : Two consecutive 16 bit register represent one parameter.)
Example : Writing System Nominal Query: ( Change System
Voltage Nominal Voltage )
System Nominal Voltage : 240
Start address = 06 (Hex)
Number of registers = 02
Byte Count : Total number of data bytes Device Address 01 (Hex)
received. Function Code 10 (Hex)
Data register 1 High Byte : Most
significant 8 bits of Data register 1 of the Starting Address Hi 00 (Hex)
parameter requested. Starting Address Lo 06(Hex)
Data register 1 Low Byte : Least
significant 8 bits of Data register 1 of the Number of Registers Hi 00 (Hex)
parameter requested. Number of Registers Lo 02(Hex)
Data register 2 High Byte : Most Byte Count 04 (Hex)
significant 8 bits of Data register 2 of the
parameter requested. Data Register-1High Byte 44 (Hex)
Data register 2 Low Byte : Least Data Register-1 Low Byte 09(Hex)
significant 8 bits of Data register 2 of the
parameter requested. Data Register-2 High Byte 80(Hex)
(Note : Two consecutive 16 bit Data Register-2 Low Byte 00(Hex)
register represent one parameter.)
CRC Low D6 (Hex)
CRC High B7 (Hex)
20
Response: Start Address High : Most
significant 8 bits of starting address
Device Address 01 (Hex) of the parameter requested.
Function Code 10 (Hex) Start Address Low : Least
Start Address High 00 (Hex) significant 8 bits of starting address
of the parameter requested.
Start Address Low 06(Hex) Number of register Hi : Most
Number of Registers Hi 00 (Hex) significant 8 bits of Number of
registers requested.
Number of Registers Lo 02(Hex) Number of register Lo : Least
CRC Low A1 (Hex) significant 8 bits of Number of
CRC High C9 (Hex) registers requested.
(Note : Two consecutive 16 bit
register represent one
parameter.)
21
TABLE 2 : 4 X register addresses
22
TABLE 2 : 4 X register addresses (continued...)
Address Para- Modbus Start
Register meter Parameter Read/
Address Hex
Default
No. Write High Low Values
Byte Byte
40061 20 Relay Assignment R/WP 00 3C Table 4
40071 21 Basic Password R/W 00 46 1
40073 22 PHASE I (Refer table 3) R/WP 00 48 0
40075 23 PHASE V (Refer table 3) R/WP 00 4A 0
40077 24 Display Scrolling R/WP 00 4C 0
40081 25 Energy update rate on Modbus R/WP 00 50 1
40083 26 Factory reset R/WP 00 52 0
40085 27 LCD Backlit ON/OFF R/WP 00 56 1
40093 28 Maximum switching kvar R/WP 00 5C 25
40097 29 Serial Number R 00 60 -
40099 30 Model Number R 00 62 4000
40101 31 Version Number R 00 64 -
40125 32 Capacitor switch On time R/WP 00 7C 40
40127 33 Capacitor switch Off time R/WP 00 7E 40
40129 34 Capacitor discharge time R/WP 00 80 60
40133 35 Target power factor R/WP 00 84 0.995
(1)
40135 36 No. of Cap bank selection R/WP 00 86 8
40139 37 Bank switching Threshold R/WP 00 8A 66
23
TABLE 2 : 4 X register addresses (continued...)
Address Para- Modbus Start
Register meter Parameter Read/
Address Hex
Default
No. Write High Low Values
Byte Byte
40143 38 Capacitor Bank 1 KVAr R/WP 00
Value 8E 25
40145 39 Capacitor Bank 2 KVAr R/WP 00
Value 90 25
40147 40 Capacitor Bank 3 KVAr Value
R/WP 00 92 25
40149 41 Capacitor Bank 4 KVAr Value
R/WP 00 94 25
40151 42 Capacitor Bank 5 KVAr Value R/WP 00 96 25
40153 43 Capacitor Bank 6 KVAr Value R/WP 00 98 25
40155 44 Capacitor Bank 7 KVAr Value R/WP 00 9A 25
40157 45 Capacitor Bank 8 KVAr Value R/WP 00 9C 25
40159 46 Capacitor Bank 9 KVAr Value R/WP 00 9E 25
40161 47 Capacitor Bank 10 KVAr Value R/WP 00 A0 25
40163 48 Capacitor Bank 11 KVAr Value R/WP 00 A2 25
40165 49 Capacitor Bank 12 KVAr Value R/WP 00 A4 25
40193 50 C-Health Test Enable/Disable R/WP 00 C0 0
40199 51 Switch Operation Warning Value R/WP 00 C6 50000
40201 52 Capacitor Test Count R/WP 00 C8 5
40203 53 LCD Contrast R/WP 00 CA 4
40205 54 Advanced Password R/WP 00 CC 1
40207 55 System Frequency R/WP 00 CE 50
40211 56 Battery Low Warning R/WP 00 D2 0
40235 57 Alarm Relay Status R 00 8A -
24
TABLE 3 : Network Configuration
P H A SE I P ha s e Cu r r e nt P H A SE V P ha s e V o lta g e
0 IL1 0 L1 - N - 00
0 IL1 1 L1 - L2 - 30 0
0 IL1 (K < - > L) 2 L2 - N - 600
0 IL1 3 L3 - L2 - 90 0
0 IL1 4 L3 - N - 120 0
0 IL1 5 L3 - L1 - 150 0
0 IL1 (K < - > L) 6 L1 - N - 180 0
0 IL1 (K < - > L) 7 L1 - L2 - 210 0
0 IL1 8 L2 - N - 240 0
0 IL1 9 L2 - L3 - 270 0
0 IL1 (K < - > L) 10 L3 - N - 300 0
0 IL1 (K < - > L) 11 L3 - L1 - 330 0
P H A SE I P ha s e Cu r r e nt P H A SE V P ha s e V o lta ge
1 IL2 0 L2 - N - 00
1 IL2 1 L2 - L3 - 30 0
1 IL2 (K < - > L) 2 L3 - N - 60 0
1 IL2 3 L1 - L3 - 90
1 IL2 4 L1 - N - 120 0
1 IL2 5 L1 - L2 - 1500
1 IL2 (K < - > L) 6 L2 - N - 180 0
1 IL2 (K < - > L) 7 L2 - L3 - 2100
1 IL2 8 L3 - N - 240 0
1 IL2 9 L3 - L1 - 270 0
1 IL2 (K < - > L) 10 L1 - N - 300 0
1 IL2 (K < - > L) 11 L1 - L2 - 330 0
25
TABLE 3 : Network Configuration (Continued...)
PHASE I Phase Current PHASE V Phase Voltage
2 IL3 0 L3 - N - 0 0
2 IL3 1 L3 - L1 - 30 0
2 IL3 (K < - > L) 2 L1 - N - 60 0
2 IL3 3 L2 - L1 - 90 0
2 IL3 4 L2 - N - 1200
2 IL3 5 L2 - L3 - 150 0
2 IL3 (K < - > L) 6 L3 - N - 1800
2 IL3 (K < - > L) 7 L3 - L1 - 210 0
2 IL3 8 L1 - N - 2400
2 IL3 9 L1 - L2 - 270 0
2 IL3 (K < - > L) 10 L2 - N - 3000
2 IL3 (K < - > L) 11 L2 - L3 - 330 0
26
TABLE 4 : Alarm Default Values.
Select Feature
for editing Fault Description Default
Enable Parameter (*) Enable
Trip Value 85%
0 Under Voltage 5 Sec
Trip Delay (*)
Hysteresis (*) 3%
Relay Yes
Enable Parameter (*) Enable
Trip Value 110%
1 Over Voltage Trip Delay (*) 5 Sec
Hysteresis (*) 2%
Relay Yes
Enable Parameter Disable
Trip Value 6%
Under Frequency/
2 Over Frequency Trip Delay (*) 5 Sec
Hysteresis (*) 1%
Relay No
Enable Parameter (*) Enable
Trip Value 2%
4 Under Current
Trip Delay (*) 5 Sec
Hysteresis (*) 1%
Relay Yes
*Note : - Parameters are not editable, Factory set.
27
TABLE 4 : Alarm Default Values (Continued...)
Select Feature
for editing Fault Description Default
Enable Parameter (*) Enable
Trip Value 110%
5 Over Current Trip Delay (*) 5 Sec
Hysteresis (*) 1%
Relay Yes
Enable Parameter (*) Enable
Trip Value 7%
V THD
6 Trip Delay (*) 30 Sec
Hysteresis (*) 2%
Relay Yes
Enable Parameter (*) Enable
Trip Value 50%
I THD
7 Trip Delay (*) 30 Sec
Hysteresis (*) 45%
Relay Yes
Enable Parameter (*) Enable
Trip Value (*) 600 C
8 Temperature
Trip Delay (*) 10 Sec
Hysteresis (*) 550 C
Relay Yes
*Note : - Parameters are not editable, Factory set.
28
TABLE 4 : Alarm Default Values(Continued...)
Select Feature
for editing Fault Description Default
29
Table 5 : Explanation for 4 X register
30
Table 5 : Explanation for 4 X register (continued...)
Address Parameter Description
Register
40015 Reset Write one of the following value to this address.
Parameters Writing any other value will return error.
1 : Reset Energy
2 : Reset Demand
3 : Reset Minimum Parameters value
4 : Reset Maximum Parameters value
5 : Reset Run hour / On hour
6 : Reset Power Down Interruption
7 : Reset all bank switching count
8 : Reset all bank operation time
10 : Reset all (Energy, Max, Min ,
Run hour, On hour parameters)
11 : Reset bank1 switching count
12 : Reset bank2 switching count
13 : Reset bank3 switching count
14 : Reset bank4 switching count
15 : Reset bank5 switching count
16 : Reset bank6 switching count
17 : Reset bank7 switching count
18 : Reset bank8 switching count
19 : Reset bank9 switching count
20 : Reset bank10 switching count
21 : Reset bank11 switching count
22 : Reset bank12 switching count
23 : Reset bank1 operation time
24 : Reset bank2 operation time
25 : Reset bank3 operation time
31
Table 5 : Explanation for 4 X register (continued...)
32
Table 5 : Explanation for 4 X register (continued...)
Address Parameter Description
Register
40019 RS 485 Setup Value Baud Parity Stop
Code Rate Bits
10 19200 Even 1
11 19200 Odd 1
12 38400 None 1
13 38400 None 2
14 38400 Even 1
15 38400 Odd 1
16 57600 None 1
17 57600 None 2
18 57600 Even 1
19 57600 Odd 1
40023 RTC Minute This parameter allows to set RTC minute in range
0 to 59. Writing any other value will return error.
40025 RTC hour This parameter allows to set RTC hour in range 0
to 23. Writing any other value will return error.
40027 RTC Date This parameter allows to set RTC date in range 1
to 31. Writing any other value will return error.
33
Table 5 : Explanation for 4 X register (continued...)
Address Parameter Description
Register
40029 RTC Month This parameter allows to set RTC Month in range
1 to 12. Writing any other value will return error.
40031 RTC year This parameter allows to set RTC year in range 00
to 99 (i.e 2000 to 2099). Writing any other value
will return error.
40035 CT primary This parameter allows user to set Current
transformer’s primary value. Value is settable
from 0001 to 9999 Amp.
40039 Energy digit This parameter is used for setting maximum
Reset count energy count after which energy will roll over to
zero depending on setting of Wh, KWh & MWh.
Count is settable in range 7 to 9.
40041 Register Controls the receiving or sending order of
Order instrument as normal or reversed order. In normal
order, a floating point’s Most Significant Byte is
sent first. In reversed register mode LSB is sent
first.
40043 CT This parameter allows user to set Current
Secondary transformer’s secondary value. Value can be set
as 1 or 5 Amp.
40047 Protection This parameter allows user to select any one out
Feature for of following parameters for editing as alarm
editing output.
0 : Under Voltage 1 : Over Voltage
2 : Frequency 4 : Under Current
5 : Over Current 6 : V THD
7 : I THD 8 : Temperature
9 : Over Compensation 10 : Out of bank
34
Table 5 : Explanation for 4 X register (continued...)
Address Parameter Description
Register
40051 Alarm setpoint This parameter allows user to set tripping point
of one out of several parameters.
Under Voltage : 75 To 90%
Over Voltage : 105 To 115%
Frequency Fault : 2 To 10%
Under Current : 1 To 3% Of CT Primary
Over Current : 60 To 120% Of CT Primary
Voltage THD : 1 To 25%
Current THD : 1 To 99%
40055 Alarm Restore This parameter is not editable. Please refer table
value 4 for details.
40061 Relay This parameter allows user to assign relay to
Assignment fault parameter. Write one of the following value
to this address.
Writing any other value will return error.
0 : No Relay 1 : Yes
40071 Basic Password protection can be enabled to prevent
Password unauthorized access to basic setting’s sub-
menues. This parameter allows user to set
password in range 0000 to 9999.Writing any other
value will return error. ( Ref pg. 43 )
Applied to parameter under basic settings
40073 Phase I This parameter allows user to set phase current
input. Please refer table 3 for details.
Writing any other value will return error.
35
Table 5 : Explanation for 4 X register (continued...)
Address Parameter Description
Register
40075 Phase V This parameter allows user to set phase voltage
input. Please refer table 3 for details.
Writing any other value will return error.
40077 Display This parameter allows user to enable / disable
Scrolling screen scrolling. Write one of the following value
to this address.
Writing any other value will return error.
0 : Disable
1 : Enable
40081 Energy update This parameter allows user to set energy update
rate on Modbus rate in minute. Time is settable in range 1 to 60
minute. Writing any other value will return error.
36
Table 5 : Explanation for 4 X register (continued...)
Address Parameter Description
Register
40093 Maximum This menu allows user to set maximum capacitor
switching kvar bank kVAr switching value.
The settable range is from minimum set capacitor
bank value upto the sum of total capacitor banks
value.
Increments in steps of minimum capacitor bank
value.
40135 No. of Cap This parameter allows user to set banks from 1 to
Bank selection 12 depending on model.
37
Table 5 : Explanation for 4 X register (continued...)
38
Table 5 : Explanation for 4 X register (continued...)
40151 Capacitor bank This parameter allows user to set bank 5 kvar
5 kVAr value in range 1 to 255 kVAr. Increments in steps
of 0.5 kVAr.
Note: - Parameter is editable if APFC with 6 or 8
or 12 Relay outputs.
Writing any other value will return error.
39
Table 5 : Explanation for 4 X register (continued...)
40159 Capacitor bank This parameter allows user to set bank 9 kvar
9 kVAr value in range 1 to 255 kVAr. Increments in steps
of 0.5 kVAr.
Note: - Parameter is editable if APFC with 12
Relay outputs.
Writing any other value will return error.
40
Table 5 : Explanation for 4 X register (continued...)
40203 LCD Contrast This parameter allows user to set LCD contrast. It
is settable in range 1 to 9.
Writing any other value will return error.
41
Table 5 : Explanation for 4 X register (continued...)
42
Notes on password Location value
1) If password lock is present & if this location is read it will return zero.
2) If Password lock is absent & if this location is read it will return One.
3) If password lock is present & to disable this lock first send valid password to this
location then write “0000” to this location
4) If password lock is present & to modify 4X parameter first send valid password to
this location so that 4X parameter will be accessible for modification.
5) If for in any of the above case invalid password is send then meter will return
exceptional error 2.
43
TABLE 6 : User Assignable 3X Data Registers
Address Modbus Start Address (Hex)
Assignable Register High Byte Low Byte
(Register)
30513 Assignable Reg 1 02 00
30515 Assignable Reg 2 02 02
30517 Assignable Reg 3 02 04
30519 Assignable Reg 4 02 06
30521 Assignable Reg 5 02 08
30523 Assignable Reg 6 02 0A
30525 Assignable Reg 7 02 0C
30527 Assignable Reg 8 02 0E
30529 Assignable Reg 9 02 10
30531 Assignable Reg 10 02 12
30533 Assignable Reg 11 02 14
30535 Assignable Reg 12 02 16
30537 Assignable Reg 13 02 18
30539 Assignable Reg 14 02 1A
30541 Assignable Reg 15 02 1C
30543 Assignable Reg 16 02 1E
30545 Assignable Reg 17 02 20
30547 Assignable Reg 18 02 22
30549 Assignable Reg 19 02 24
30551 Assignable Reg 20 02 26
TABLE 7 : User Assignable mapping register ( 4X registers)
Address Modbus Start Address (Hex)
Mapping Register High Byte Low Byte
(Register)
40513 Mapped Add for register #0x0200 02 00
40514 Mapped Add for register #0x0202 02 01
40515 Mapped Add for register #0x0204 02 02
44
TABLE 7 : Continued...
40516 Mapped Add for register #0x0206 02 03
40517 Mapped Add for register #0x0208 02 04
40518 Mapped Add for register #0x020A 02 05
40519 Mapped Add for register #0x020C 02 06
40520 Mapped Add for register #0x020E 02 07
40521 Mapped Add for register #0x0210 02 08
40522 Mapped Add for register #0x0212 02 09
40523 Mapped Add for register #0x0214 02 0A
40524 Mapped Add for register #0x0216 02 0B
40527 Mapped Add for register #0x0218 02 0C
40528 Mapped Add for register #0x021A 02 0D
40529 Mapped Add for register #0x021C 02 0E
40530 Mapped Add for register #0x021E 02 0F
40531 Mapped Add for register #0x0220 02 10
40532 Mapped Add for register #0x0222 02 11
40533 Mapped Add for register #0x0224 02 12
40534 Mapped Add for register #0x0226 02 13
45
Response : starting address of User assignable register.
Device Address 01 (Hex) Start Address low :Least significant 8 bits of
starting address of User assignable register.
Function Code 10 (Hex) Number of register Hi : Most significant 8
Start Address High 02 (Hex) bits of Number of registers requested.
Number of register Lo : Least significant 8
Start Address Low 00 (Hex) bits of Number of registers requested.
Number of Registers Hi 00 (Hex) **Note : Two consecutive 16 bit register
represent one parameter.
Number of Registers Lo 02 (Hex) Since two parameters are requested four
CRC Low 40 (Hex) registers are required
CRC High 70 (Hex) Response : (Volt = 219.30 /
Power Factor = 1.0)
Reading Parameter data through User
Assignable Registers: Device Address 01 (Hex)
In assigning query Voltage & Power Factor Function Code 04 (Hex)
parameters were assigned to 0x0200 & 0x0201 Byte count 08 (Hex)
(TABLE 7) which will point to user assignable 3x
Data Register-1High Byte 43 (Hex)
registers 0x0200 and 0x0202 (TABLE 6).
So to read Voltage and Power Factor data Data Register-1 Low Byte 5B (Hex)
reading query should be as below. Data Register-2 High Byte 4E (Hex)
Query: Data Register-2 Low Byte 04 (Hex)
Device Address 01 (Hex) Data Register-3 High Byte 3F (Hex)
Function Code 04 (Hex) Data Register-3 Low Byte 80 (Hex)
Start Address High Data Register-4 High Byte 00 (Hex)
02 (Hex)
Data Register-4 Low Byte 00 (Hex)
Start Address Low 00 (Hex)
CRC Low 79 (Hex)
Number of Registers Hi 00 (Hex)
CRC High 3F (Hex)
Number of Registers Lo 04 (Hex)**
The data shown above in Data Register 1 and
CRC Low F0 (Hex) Data Register 2 represent Volt = 219.30 and
CRC High 71 (Hex) the data shown in Data Register 3 and
Start Address High : Most significant 8 bits of Data Register 4 represent Power Factor = 1.0
46
User Assignable mapping Registers User Assignable Data Registers
(Starting Address) (
4X Registers TABLE 2 ) (Starting Address)
( 3X Registers TABLE 1 )
0x200 Voltage (0x0002) 0x200 0x200 0x201
(16 bit) (16 bit)
0x224 0x225
0x212 Current (0x0006) 0x224 (16 bit) (16 bit)
0x226 0x227
0x213 VAh (0x0050) 0x226 (16 bit) (16 bit)
To get the data through User Assignable Register go through the following steps:
1) Assign starting addresses(TABLE 1) of parameters of interest to “User assignable mapping registers”
in a sequence in which they are to be accessed (see section “Assigning Parameter to User
Assignable Registers”).
2) Once the parameters are mapped, data can be acquired by using “User assignable data register”
Starting address . i.e to access data of Voltage2, Power factor1,Wh import, Frequency send query
with starting address 0x200 with number of register 8 or individually parameters can be accessed.
For example, if current1 is to be accessed use starting address 0x212.
(See section Reading Parameter data through User Assignable Registers).
47
Section 4 Connection for Optional RS 485
B A Gnd COM C1 C2 C3 C4
RS 485 Add On 4 Relay output
Gnd A B
P2 K7 K8 K9 K10 K11 K12
RS 485
48