SEC - Modbus Protocol v006 E
SEC - Modbus Protocol v006 E
SEC - Modbus Protocol v006 E
Multilingual
User manualmanual
1MNUPRMDB006
1MxUPRMDB006
Limitation of Liability
The Manufacturer reserves the right to modify the specifications in this manual without previous warning. Any copy of this manual, in
part or in full, whether by photocopy or by other means, even of electronic nature, without the manufacture giving written authorisation,
breaches the terms of copyright and is liable to prosecution.
It is absolutely forbidden to use the device for different uses other than those for which it has been devised for, as inferred to in this
manual. When using the features in this device, obey all laws and respect privacy and legitimate rights of others.
EXCEPT TO THE EXTENT PROHIBITED BY APPLICABLE LAW, UNDER NO CIRCUMSTANCES SHALL THE MANUFACTURER BE
LIABLE FOR CONSEQUENTIAL DAMAGES SUSTAINED IN CONNECTION WITH SAID PRODUCT AND THE MANUFACTURER NEITHER
ASSUMES NOR AUTHORIZES ANY REPRESENTATIVE OR OTHER PERSON TO ASSUME FOR IT ANY OBBLIGATION OR LIABILTY
OTHER THAN SUCH AS IS EXPRESSLY SET FORTH HEREIN.
The information contained in this manual is for information purposes only, is subject to changes without previous warning and cannot
be considered binding for the Manufacturer. The Manufacturer assumes no responsabilty for any errors or incoherence possibly
contained in this manual.
Limitazione di responsabilità
Il Produttore si riserva il diritto di modificare, senza preavviso, le specifiche illustrate in questo manuale. Qualunque duplicazione del
manuale, parziale o totale, non autorizzata per iscritto dal Produttore, ottenuta per fotocopiatura o con altri sistemi, anche di natura
elettronica, viola le condizioni di copyright ed è giuridicamente perseguibile.
E’ assolutamente proibito utilizzare il dispositivo per usi differenti da quelli per cui è stato costruito, desumibili dal contenuto del
presente manuale. Durante l’uso delle funzioni del presente dispositivo, assicurarsi di rispettare tutte le leggi, nonchè la privacy ed
i diritti altrui.
ECCETTO PER I LIMITI IMPOSTI DALLA LEGGE, IN NESSUN CASO IL PRODUTTORE SARA’ RESPONSABILE PER DANNI DERIVANTI
DAL PRODOTTO, NE’ SI ASSUME O AUTORIZZA ALCUN RAPPRESENTANTE O ALTRA PERSONA AD ASSUMERSI QUALUNQUE
OBBLIGO O RESPONSABILITA’ DIVERSE DA QUELLE DICHIARATE ESPRESSAMENTE SOPRA.
Tutti i marchi, citati in questo manuale, sono proprietà dei rispettivi possessori.
Le informazioni contenute in questo manuale hanno unicamente scopo informativo, sono soggette a variazioni senza preavviso e non
potranno venire considerate impegnative per il Produttore. Il Produttore non assume alcuna responsabilità per eventuali errori o
incoerenze che possano essere contenuti nel manuale.
MODBUS communication protocol
for RS485 MODBUS and LAN GATEWAY modules
for counters with integrated RS485 MODBUS interface
for counters with integrated ETHERNET interface
1. Description............................................................................... 3
1.1 LRC generation..................................................................................................4
1.2 CRC generation.................................................................................................5
4. Exception codes...................................................................... 13
4.1 MODBUS ASCII/RTU........................................................................................13
4.2 MODBUS TCP...................................................................................................13
MODBUS TCP is a variant of the MODBUS family. Specifically, it covers the use of MODBUS messaging in an
“Intranet” or “Internet” environment using the TCP/IP protocol on a fixed port 502.
In a multi-point type connection (MODBUS ASCII/RTU), slave address (called also logical number) allows to
identify each counter during the communication. Each counter is preset with a default slave address (01) and
the user can change it.
In case of MODBUS TCP, slave address is replaced by a single byte, the Unit identifier.
ASCII mode
Bit per byte: 1 Start, 7 Bit, Even, 1 Stop (7E1)
RTU mode
Bit per byte: 1 Start, 8 Bit, None, 1 Stop (8N1)
while( usLen-- )
{
ucLRC += *pucFrame++; /* Add buffer byte without carry */
}
/*CRC table for calculate with polynom 0xA001 with init value 0xFFFF, High half word*/
rom unsigned char CRC_Table_Hi[] = {
0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81,
0x40, 0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40, 0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0,
0x80, 0x41, 0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40, 0x00, 0xC1, 0x81, 0x40, 0x01,
0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x01, 0xC0, 0x80, 0x41,
0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40, 0x00, 0xC1, 0x81,
0x40, 0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x01, 0xC0,
0x80, 0x41, 0x00, 0xC1, 0x81, 0x40, 0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x01,
0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40,
0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81,
0x40, 0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0,
0x80, 0x41, 0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40, 0x00, 0xC1, 0x81, 0x40, 0x01,
0xC0, 0x80, 0x41, 0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41,
0x00, 0xC1, 0x81, 0x40, 0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81,
0x40, 0x01, 0xC0, 0x80, 0x41, 0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0,
0x80, 0x41, 0x00, 0xC1, 0x81, 0x40, 0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x01,
0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40, 0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41,
0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81,
0x40
};
/*CRC table for calculate with polynom 0xA001 with init value 0xFFFF, Low half word*/
rom unsigned char CRC_Table_Lo[] = {
0x00, 0xC0, 0xC1, 0x01, 0xC3, 0x03, 0x02, 0xC2, 0xC6, 0x06, 0x07, 0xC7, 0x05, 0xC5, 0xC4,
0x04, 0xCC, 0x0C, 0x0D, 0xCD, 0x0F, 0xCF, 0xCE, 0x0E, 0x0A, 0xCA, 0xCB, 0x0B, 0xC9, 0x09,
0x08, 0xC8, 0xD8, 0x18, 0x19, 0xD9, 0x1B, 0xDB, 0xDA, 0x1A, 0x1E, 0xDE, 0xDF, 0x1F, 0xDD,
0x1D, 0x1C, 0xDC, 0x14, 0xD4, 0xD5, 0x15, 0xD7, 0x17, 0x16, 0xD6, 0xD2, 0x12, 0x13, 0xD3,
0x11, 0xD1, 0xD0, 0x10, 0xF0, 0x30, 0x31, 0xF1, 0x33, 0xF3, 0xF2, 0x32, 0x36, 0xF6, 0xF7,
0x37, 0xF5, 0x35, 0x34, 0xF4, 0x3C, 0xFC, 0xFD, 0x3D, 0xFF, 0x3F, 0x3E, 0xFE, 0xFA, 0x3A,
0x3B, 0xFB, 0x39, 0xF9, 0xF8, 0x38, 0x28, 0xE8, 0xE9, 0x29, 0xEB, 0x2B, 0x2A, 0xEA, 0xEE,
0x2E, 0x2F, 0xEF, 0x2D, 0xED, 0xEC, 0x2C, 0xE4, 0x24, 0x25, 0xE5, 0x27, 0xE7, 0xE6, 0x26,
0x22, 0xE2, 0xE3, 0x23, 0xE1, 0x21, 0x20, 0xE0, 0xA0, 0x60, 0x61, 0xA1, 0x63, 0xA3, 0xA2,
0x62, 0x66, 0xA6, 0xA7, 0x67, 0xA5, 0x65, 0x64, 0xA4, 0x6C, 0xAC, 0xAD, 0x6D, 0xAF, 0x6F,
0x6E, 0xAE, 0xAA, 0x6A, 0x6B, 0xAB, 0x69, 0xA9, 0xA8, 0x68, 0x78, 0xB8, 0xB9, 0x79, 0xBB,
0x7B, 0x7A, 0xBA, 0xBE, 0x7E, 0x7F, 0xBF, 0x7D, 0xBD, 0xBC, 0x7C, 0xB4, 0x74, 0x75, 0xB5,
0x77, 0xB7, 0xB6, 0x76, 0x72, 0xB2, 0xB3, 0x73, 0xB1, 0x71, 0x70, 0xB0, 0x50, 0x90, 0x91,
0x51, 0x93, 0x53, 0x52, 0x92, 0x96, 0x56, 0x57, 0x97, 0x55, 0x95, 0x94, 0x54, 0x9C, 0x5C,
0x5D, 0x9D, 0x5F, 0x9F, 0x9E, 0x5E, 0x5A, 0x9A, 0x9B, 0x5B, 0x99, 0x59, 0x58, 0x98, 0x88,
0x48, 0x49, 0x89, 0x4B, 0x8B, 0x8A, 0x4A, 0x4E, 0x8E, 0x8F, 0x4F, 0x8D, 0x4D, 0x4C, 0x8C,
0x44, 0x84, 0x85, 0x45, 0x87, 0x47, 0x46, 0x86, 0x82, 0x42, 0x43, 0x83, 0x41, 0x81, 0x80,
0x40
};
while( Length-- )
{
Index = CRCLo ^ *Buffer++ ;
CRCLo = CRCHi ^ CRC_Table_Hi[Index];
CRCHi = CRC_Table_Lo[Index];
}
ret=((unsigned short)CRCHi << 8);
ret|= (unsigned short)CRCLo;
return ret;
}
cur_crc=0xFFFF;
do
{
unsigned int i = 8;
cur_crc = cur_crc ^ *Buffer++;
do
{
if (0x0001 & cur_crc)
{
cur_crc >>= 1;
cur_crc ^= 0xA001;
}
else
{
cur_crc >>= 1;
}
}
while (--i);
}
while (--Length);
return cur_crc;
}
More registers can be read, at the same time, sending a single command, only if the registers are consecutive
(see chapter 5).
According to the used MODBUS protocol mode, the read command is structured as follows.
======================
| S | e + 127 | f |
======================
31 30 23 22 0 <—
bit number
where:
bit length
Sign 1
Exponent 8
Fraction 23 + (1)
Total m = 32 + (1)
Exponent
Min e’ 0
Max e’ 255
Bias 127
NOTE
Fractions (decimals) are always shown while the leading 1 (hidden bit) is not stored.
sign = 0
exponent = 10001011(2) = 139(10)
fraction = 01010101100110000000000(2) / 8388608 (10) =
= 2804736 (10) / 8388608 (10) = 0.334350585 (10)
More settings can be carried out, at the same time, sending a single command, only if the relevant registers
are consecutive (see chapter 5).
According to the used MODBUS protocol type, the write command is structured as follows.
According to the used MODBUS protocol mode, possible exception codes are as follows.
NOTE
Highest number of registers which can be programmed with a single command:
• in ASCII mode: 13 registers
• in RTU mode: 29 registers
• in TCP mode: 1 register
NOTE
The register values are in hex format ($).
2’S COMPLEMENT MODE: If this column is checked, the read register value can have
positive or negative sign. The negative values are represented with 2’s complement.
INTEGER Details for INTEGER type registers
IEEE Details for IEEE standard type registers
Register (Hex) Register address in hex format
Words Number of word to be read / written for the register (length)
M.U. Measuring unit of parameter
Data meaning Description of data received by a response of a reading command
Programmable data Description of data which can be sent for a writing command
6. Register set 0
6.1 Reading registers (Function code $01/$03/$04)
INTE G E R IE E E
F. code
Pa ra meter Sign Register Register
(Hex) Words M.U. Words M.U.
(Hex) (Hex)
INTE G E R IE E E
F. code
Pa ra meter Sign Register Register
(Hex) Words M.U. Words M.U.
(Hex) (Hex)
TARIFF 1 COUNTER VALUES (not available for counter with integrated ETHERNET)
+kWh1 • Phase 1 imported active energy 03 / 04 0200 3 0.1 Wh 1200 2 Wh
+kWh2 • Phase 2 imported active energy 03 / 04 0203 3 0.1 Wh 1202 2 Wh
+kWh3 • Phase 3 imported active energy 03 / 04 0206 3 0.1 Wh 1204 2 Wh
+kWh∑ • System imported active energy 03 / 04 0209 3 0.1 Wh 1206 2 Wh
-kWh1 • Phase 1 exported active energy 03 / 04 020C 3 0.1 Wh 1208 2 Wh
TARIFF 1 COUNTER VALUES (not available for counter with integrated ETHERNET)
-kWh2 • Phase 2 exported active energy 03 / 04 020F 3 0.1 Wh 120A 2 Wh
-kWh3 • Phase 3 exported active energy 03 / 04 0212 3 0.1 Wh 120C 2 Wh
-kWh∑ • System exported active energy 03 / 04 0215 3 0.1 Wh 120E 2 Wh
+kVAh1-L • Phase 1 imported lagging apparent energy 03 / 04 0218 3 0.1 VAh 1210 2 VAh
+kVAh2-L • Phase 2 imported lagging apparent energy 03 / 04 021B 3 0.1 VAh 1212 2 VAh
+kVAh3-L • Phase 3 imported lagging apparent energy 03 / 04 021E 3 0.1 VAh 1214 2 VAh
+kVAh∑-L • System imported lagging apparent energy 03 / 04 0221 3 0.1 VAh 1216 2 VAh
-kVAh1-L • Phase 1 exported lagging apparent energy 03 / 04 0224 3 0.1 VAh 1218 2 VAh
-kVAh2-L • Phase 2 exported lagging apparent energy 03 / 04 0227 3 0.1 VAh 121A 2 VAh
-kVAh3-L • Phase 3 exported lagging apparent energy 03 / 04 022A 3 0.1 VAh 121C 2 VAh
-kVAh∑-L • System exported lagging apparent energy 03 / 04 022D 3 0.1 VAh 121E 2 VAh
+kVAh1-C • Phase 1 imported leading apparent energy 03 / 04 0230 3 0.1 VAh 1220 2 VAh
+kVAh2-C • Phase 2 imported leading apparent energy 03 / 04 0233 3 0.1 VAh 1222 2 VAh
+kVAh3-C • Phase 3 imported leading apparent energy 03 / 04 0236 3 0.1 VAh 1224 2 VAh
+kVAh∑-C • System imported leading apparent energy 03 / 04 0239 3 0.1 VAh 1226 2 VAh
-kVAh1-C • Phase 1 exported leading apparent energy 03 / 04 023C 3 0.1 VAh 1228 2 VAh
-kVAh2-C • Phase 2 exported leading apparent energy 03 / 04 023F 3 0.1 VAh 122A 2 VAh
-kVAh3-C • Phase 3 exported leading apparent energy 03 / 04 0242 3 0.1 VAh 122C 2 VAh
-kVAh∑-C • System exported leading apparent energy 03 / 04 0245 3 0.1 VAh 122E 2 VAh
+kvarh1-L • Phase 1 imported lagging reactive energy 03 / 04 0248 3 0.1 varh 1230 2 varh
+kvarh2-L • Phase 2 imported lagging reactive energy 03 / 04 024B 3 0.1 varh 1232 2 varh
+kvarh3-L • Phase 3 imported lagging reactive energy 03 / 04 024E 3 0.1 varh 1234 2 varh
+kvarh∑-L • System imported lagging reactive energy 03 / 04 0251 3 0.1 varh 1236 2 varh
-kvarh1-L • Phase 1 exported lagging reactive energy 03 / 04 0254 3 0.1 varh 1238 2 varh
-kvarh2-L • Phase 2 exported lagging reactive energy 03 / 04 0257 3 0.1 varh 123A 2 varh
-kvarh3-L • Phase 3 exported lagging reactive energy 03 / 04 025A 3 0.1 varh 123C 2 varh
-kvarh∑-L • System exported lagging reactive energy 03 / 04 025D 3 0.1 varh 123E 2 varh
+kvarh1-C • Phase 1 imported leading reactive energy 03 / 04 0260 3 0.1 varh 1240 2 varh
+kvarh2-C • Phase 2 imported leading reactive energy 03 / 04 0263 3 0.1 varh 1242 2 varh
+kvarh3-C • Phase 3 imported leading reactive energy 03 / 04 0266 3 0.1 varh 1244 2 varh
+kvarh∑-C • System imported leading reactive energy 03 / 04 0269 3 0.1 varh 1246 2 varh
-kvarh1-C • Phase 1 exported leading reactive energy 03 / 04 026C 3 0.1 varh 1248 2 varh
-kvarh2-C • Phase 2 exported leading reactive energy 03 / 04 026F 3 0.1 varh 124A 2 varh
-kvarh3-C • Phase 3 exported leading reactive energy 03 / 04 0272 3 0.1 varh 124C 2 varh
-kvarh∑-C • System exported leading reactive energy 03 / 04 0275 3 0.1 varh 124E 2 varh
TARIFF 2 COUNTER VALUES (not available for counter with integrated ETHERNET)
+kWh1 • Phase 1 imported active energy 03 / 04 0300 3 0.1 Wh 1300 2 Wh
+kWh2 • Phase 2 imported active energy 03 / 04 0303 3 0.1 Wh 1302 2 Wh
+kWh3 • Phase 3 imported active energy 03 / 04 0306 3 0.1 Wh 1304 2 Wh
+kWh∑ • System imported active energy 03 / 04 0309 3 0.1 Wh 1306 2 Wh
-kWh1 • Phase 1 exported active energy 03 / 04 030C 3 0.1 Wh 1308 2 Wh
-kWh2 • Phase 2 exported active energy 03 / 04 030F 3 0.1 Wh 130A 2 Wh
-kWh3 • Phase 3 exported active energy 03 / 04 0312 3 0.1 Wh 130C 2 Wh
-kWh∑ • System exported active energy 03 / 04 0315 3 0.1 Wh 130E 2 Wh
+kVAh1-L • Phase 1 imported lagging apparent energy 03 / 04 0318 3 0.1 VAh 1310 2 VAh
+kVAh2-L • Phase 2 imported lagging apparent energy 03 / 04 031B 3 0.1 VAh 1312 2 VAh
INTE G E R IE E E
F. code
Pa ra meter Sign Register Register
(Hex) Words M.U. Words M.U.
(Hex) (Hex)
TARIFF 2 COUNTER VALUES (not available for counter with integrated ETHERNET)
+kVAh3-L • Phase 3 imported lagging apparent energy 03 / 04 031E 3 0.1 VAh 1314 2 VAh
+kVAh∑-L • System imported lagging apparent energy 03 / 04 0321 3 0.1 VAh 1316 2 VAh
-kVAh1-L • Phase 1 exported lagging apparent energy 03 / 04 0324 3 0.1 VAh 1318 2 VAh
-kVAh2-L • Phase 2 exported lagging apparent energy 03 / 04 0327 3 0.1 VAh 131A 2 VAh
-kVAh3-L • Phase 3 exported lagging apparent energy 03 / 04 032A 3 0.1 VAh 131C 2 VAh
-kVAh∑-L • System exported lagging apparent energy 03 / 04 032D 3 0.1 VAh 131E 2 VAh
+kVAh1-C • Phase 1 imported leading apparent energy 03 / 04 0330 3 0.1 VAh 1320 2 VAh
+kVAh2-C • Phase 2 imported leading apparent energy 03 / 04 0333 3 0.1 VAh 1322 2 VAh
+kVAh3-C • Phase 3 imported leading apparent energy 03 / 04 0336 3 0.1 VAh 1324 2 VAh
+kVAh∑-C • System imported leading apparent energy 03 / 04 0339 3 0.1 VAh 1326 2 VAh
-kVAh1-C • Phase 1 exported leading apparent energy 03 / 04 033C 3 0.1 VAh 1328 2 VAh
-kVAh2-C • Phase 2 exported leading apparent energy 03 / 04 033F 3 0.1 VAh 132A 2 VAh
-kVAh3-C • Phase 3 exported leading apparent energy 03 / 04 0342 3 0.1 VAh 132C 2 VAh
-kVAh∑-C • System exported leading apparent energy 03 / 04 0345 3 0.1 VAh 132E 2 VAh
+kvarh1-L • Phase 1 imported lagging reactive energy 03 / 04 0348 3 0.1 varh 1330 2 varh
+kvarh2-L • Phase 2 imported lagging reactive energy 03 / 04 034B 3 0.1 varh 1332 2 varh
+kvarh3-L • Phase 3 imported lagging reactive energy 03 / 04 034E 3 0.1 varh 1334 2 varh
+kvarh∑-L • System imported lagging reactive energy 03 / 04 0351 3 0.1 varh 1336 2 varh
-kvarh1-L • Phase 1 exported lagging reactive energy 03 / 04 0354 3 0.1 varh 1338 2 varh
-kvarh2-L • Phase 2 exported lagging reactive energy 03 / 04 0357 3 0.1 varh 133A 2 varh
-kvarh3-L • Phase 3 exported lagging reactive energy 03 / 04 035A 3 0.1 varh 133C 2 varh
-kvarh∑-L • System exported lagging reactive energy 03 / 04 035D 3 0.1 varh 133E 2 varh
+kvarh1-C • Phase 1 imported leading reactive energy 03 / 04 0360 3 0.1 varh 1340 2 varh
+kvarh2-C • Phase 2 imported leading reactive energy 03 / 04 0363 3 0.1 varh 1342 2 varh
+kvarh3-C • Phase 3 imported leading reactive energy 03 / 04 0366 3 0.1 varh 1344 2 varh
+kvarh∑-C • System imported leading reactive energy 03 / 04 0369 3 0.1 varh 1346 2 varh
-kvarh1-C • Phase 1 exported leading reactive energy 03 / 04 036C 3 0.1 varh 1348 2 varh
-kvarh2-C • Phase 2 exported leading reactive energy 03 / 04 036F 3 0.1 varh 134A 2 varh
-kvarh3-C • Phase 3 exported leading reactive energy 03 / 04 0372 3 0.1 varh 134C 2 varh
-kvarh∑-C • System exported leading reactive energy 03 / 04 0375 3 0.1 varh 134E 2 varh
BALANCE values
kWh∑ • System active energy 03 / 04 X 041E 3 0.1 Wh 1414 2 Wh
kVAh∑-L • System lagging apparent energy 03 / 04 X 0421 3 0.1 VAh 1416 2 VAh
kVAh∑-C • System leading apparent energy 03 / 04 X 0424 3 0.1 VAh 1418 2 VAh
kvarh∑-L • System lagging reactive energy 03 / 04 X 0427 3 0.1 varh 141A 2 varh
kvarh∑-C • System leading reactive energy 03 / 04 X 042A 3 0.1 varh 141C 2 varh
INTE G E R
F. code
R eg is ter des c r i pti o n Register D a ta mea n ing
(Hex) Words
(Hex)
INTE G E R
F. code
R eg is ter des c r i pti o n Register D a ta mea n ing
(Hex) Words
(Hex)
0000000000000011
<
COILS
Alarm events 01 0000 40 coils
Byte 1 - voltage out of range
| UV3 | UV2 | UV1 | UV∑ | OV3 | OV2 | OV1 | OV∑ |
LEGEND
UV=undervoltage
OV=overvoltage
UI=undercurrent
OI=overcurrent
F=frequency out of range
COM=IR communication error
RES=reserved bit to 0
NOTE
$0513, $0514, $0515 writing registers allow to program the communication parameters.
INTE G E R IE E E
F. code
Pa ra meter Sign Register Register
(Hex) Words M.U. Words M.U.
(Hex) (Hex)
TARIFF 1 COUNTER VALUES (not available for counter with integrated ETHERNET)
+kWh1 • Phase 1 imported active energy 03 / 04 0200 4 0.1 Wh 1200 2 Wh
+kWh2 • Phase 2 imported active energy 03 / 04 0204 4 0.1 Wh 1202 2 Wh
+kWh3 • Phase 3 imported active energy 03 / 04 0208 4 0.1 Wh 1204 2 Wh
+kWh∑ • System imported active energy 03 / 04 020C 4 0.1 Wh 1206 2 Wh
-kWh1 • Phase 1 exported active energy 03 / 04 0210 4 0.1 Wh 1208 2 Wh
-kWh2 • Phase 2 exported active energy 03 / 04 0214 4 0.1 Wh 120A 2 Wh
-kWh3 • Phase 3 exported active energy 03 / 04 0218 4 0.1 Wh 120C 2 Wh
-kWh∑ • System exported active energy 03 / 04 021C 4 0.1 Wh 120E 2 Wh
TARIFF 1 COUNTER VALUES (not available for counter with integrated ETHERNET)
+kVAh1-L • Phase 1 imported lagging apparent energy 03 / 04 0220 4 0.1 VAh 1210 2 VAh
+kVAh2-L • Phase 2 imported lagging apparent energy 03 / 04 0224 4 0.1 VAh 1212 2 VAh
+kVAh3-L • Phase 3 imported lagging apparent energy 03 / 04 0228 4 0.1 VAh 1214 2 VAh
+kVAh∑-L • System imported lagging apparent energy 03 / 04 022C 4 0.1 VAh 1216 2 VAh
-kVAh1-L • Phase 1 exported lagging apparent energy 03 / 04 0230 4 0.1 VAh 1218 2 VAh
-kVAh2-L • Phase 2 exported lagging apparent energy 03 / 04 0234 4 0.1 VAh 121A 2 VAh
-kVAh3-L • Phase 3 exported lagging apparent energy 03 / 04 0238 4 0.1 VAh 121C 2 VAh
-kVAh∑-L • System exported lagging apparent energy 03 / 04 023C 4 0.1 VAh 121E 2 VAh
+kVAh1-C • Phase 1 imported leading apparent energy 03 / 04 0240 4 0.1 VAh 1220 2 VAh
+kVAh2-C • Phase 2 imported leading apparent energy 03 / 04 0244 4 0.1 VAh 1222 2 VAh
+kVAh3-C • Phase 3 imported leading apparent energy 03 / 04 0248 4 0.1 VAh 1224 2 VAh
+kVAh∑-C • System imported leading apparent energy 03 / 04 024C 4 0.1 VAh 1226 2 VAh
-kVAh1-C • Phase 1 exported leading apparent energy 03 / 04 0250 4 0.1 VAh 1228 2 VAh
-kVAh2-C • Phase 2 exported leading apparent energy 03 / 04 0254 4 0.1 VAh 122A 2 VAh
-kVAh3-C • Phase 3 exported leading apparent energy 03 / 04 0258 4 0.1 VAh 122C 2 VAh
-kVAh∑-C • System exported leading apparent energy 03 / 04 025C 4 0.1 VAh 122E 2 VAh
+kvarh1-L • Phase 1 imported lagging reactive energy 03 / 04 0260 4 0.1 varh 1230 2 varh
+kvarh2-L • Phase 2 imported lagging reactive energy 03 / 04 0264 4 0.1 varh 1232 2 varh
+kvarh3-L • Phase 3 imported lagging reactive energy 03 / 04 0268 4 0.1 varh 1234 2 varh
+kvarh∑-L • System imported lagging reactive energy 03 / 04 026C 4 0.1 varh 1236 2 varh
-kvarh1-L • Phase 1 exported lagging reactive energy 03 / 04 0270 4 0.1 varh 1238 2 varh
-kvarh2-L • Phase 2 exported lagging reactive energy 03 / 04 0274 4 0.1 varh 123A 2 varh
-kvarh3-L • Phase 3 exported lagging reactive energy 03 / 04 0278 4 0.1 varh 123C 2 varh
-kvarh∑-L • System exported lagging reactive energy 03 / 04 027C 4 0.1 varh 123E 2 varh
+kvarh1-C • Phase 1 imported leading reactive energy 03 / 04 0280 4 0.1 varh 1240 2 varh
+kvarh2-C • Phase 2 imported leading reactive energy 03 / 04 0284 4 0.1 varh 1242 2 varh
+kvarh3-C • Phase 3 imported leading reactive energy 03 / 04 0288 4 0.1 varh 1244 2 varh
+kvarh∑-C • System imported leading reactive energy 03 / 04 028C 4 0.1 varh 1246 2 varh
-kvarh1-C • Phase 1 exported leading reactive energy 03 / 04 0290 4 0.1 varh 1248 2 varh
-kvarh2-C • Phase 2 exported leading reactive energy 03 / 04 0294 4 0.1 varh 124A 2 varh
-kvarh3-C • Phase 3 exported leading reactive energy 03 / 04 0298 4 0.1 varh 124C 2 varh
-kvarh∑-C • System exported leading reactive energy 03 / 04 029C 4 0.1 varh 124E 2 varh
TARIFF 2 COUNTER VALUES (not available for counter with integrated ETHERNET)
+kWh1 • Phase 1 imported active energy 03 / 04 0300 4 0.1 Wh 1300 2 Wh
+kWh2 • Phase 2 imported active energy 03 / 04 0304 4 0.1 Wh 1302 2 Wh
+kWh3 • Phase 3 imported active energy 03 / 04 0308 4 0.1 Wh 1304 2 Wh
+kWh∑ • System imported active energy 03 / 04 030C 4 0.1 Wh 1306 2 Wh
-kWh1 • Phase 1 exported active energy 03 / 04 0310 4 0.1 Wh 1308 2 Wh
-kWh2 • Phase 2 exported active energy 03 / 04 0314 4 0.1 Wh 130A 2 Wh
-kWh3 • Phase 3 exported active energy 03 / 04 0318 4 0.1 Wh 130C 2 Wh
-kWh∑ • System exported active energy 03 / 04 031C 4 0.1 Wh 130E 2 Wh
+kVAh1-L • Phase 1 imported lagging apparent energy 03 / 04 0320 4 0.1 VAh 1310 2 VAh
+kVAh2-L • Phase 2 imported lagging apparent energy 03 / 04 0324 4 0.1 VAh 1312 2 VAh
+kVAh3-L • Phase 3 imported lagging apparent energy 03 / 04 0328 4 0.1 VAh 1314 2 VAh
+kVAh∑-L • System imported lagging apparent energy 03 / 04 032C 4 0.1 VAh 1316 2 VAh
INTE G E R IE E E
F. code
Pa ra meter Sign Register Register
(Hex) Words M.U. Words M.U.
(Hex) (Hex)
TARIFF 2 COUNTER VALUES (not available for counter with integrated ETHERNET)
-kVAh1-L • Phase 1 exported lagging apparent energy 03 / 04 0330 4 0.1 VAh 1318 2 VAh
-kVAh2-L • Phase 2 exported lagging apparent energy 03 / 04 0334 4 0.1 VAh 131A 2 VAh
-kVAh3-L • Phase 3 exported lagging apparent energy 03 / 04 0338 4 0.1 VAh 131C 2 VAh
-kVAh∑-L • System exported lagging apparent energy 03 / 04 033C 4 0.1 VAh 131E 2 VAh
+kVAh1-C • Phase 1 imported leading apparent energy 03 / 04 0340 4 0.1 VAh 1320 2 VAh
+kVAh2-C • Phase 2 imported leading apparent energy 03 / 04 0344 4 0.1 VAh 1322 2 VAh
+kVAh3-C • Phase 3 imported leading apparent energy 03 / 04 0348 4 0.1 VAh 1324 2 VAh
+kVAh∑-C • System imported leading apparent energy 03 / 04 034C 4 0.1 VAh 1326 2 VAh
-kVAh1-C • Phase 1 exported leading apparent energy 03 / 04 0350 4 0.1 VAh 1328 2 VAh
-kVAh2-C • Phase 2 exported leading apparent energy 03 / 04 0354 4 0.1 VAh 132A 2 VAh
-kVAh3-C • Phase 3 exported leading apparent energy 03 / 04 0358 4 0.1 VAh 132C 2 VAh
-kVAh∑-C • System exported leading apparent energy 03 / 04 035C 4 0.1 VAh 132E 2 VAh
+kvarh1-L • Phase 1 imported lagging reactive energy 03 / 04 0360 4 0.1 varh 1330 2 varh
+kvarh2-L • Phase 2 imported lagging reactive energy 03 / 04 0364 4 0.1 varh 1332 2 varh
+kvarh3-L • Phase 3 imported lagging reactive energy 03 / 04 0368 4 0.1 varh 1334 2 varh
+kvarh∑-L • System imported lagging reactive energy 03 / 04 036C 4 0.1 varh 1336 2 varh
-kvarh1-L • Phase 1 exported lagging reactive energy 03 / 04 0370 4 0.1 varh 1338 2 varh
-kvarh2-L • Phase 2 exported lagging reactive energy 03 / 04 0374 4 0.1 varh 133A 2 varh
-kvarh3-L • Phase 3 exported lagging reactive energy 03 / 04 0378 4 0.1 varh 133C 2 varh
-kvarh∑-L • System exported lagging reactive energy 03 / 04 037C 4 0.1 varh 133E 2 varh
+kvarh1-C • Phase 1 imported leading reactive energy 03 / 04 0380 4 0.1 varh 1340 2 varh
+kvarh2-C • Phase 2 imported leading reactive energy 03 / 04 0384 4 0.1 varh 1342 2 varh
+kvarh3-C • Phase 3 imported leading reactive energy 03 / 04 0388 4 0.1 varh 1344 2 varh
+kvarh∑-C • System imported leading reactive energy 03 / 04 038C 4 0.1 varh 1346 2 varh
-kvarh1-C • Phase 1 exported leading reactive energy 03 / 04 0390 4 0.1 varh 1348 2 varh
-kvarh2-C • Phase 2 exported leading reactive energy 03 / 04 0394 4 0.1 varh 134A 2 varh
-kvarh3-C • Phase 3 exported leading reactive energy 03 / 04 0398 4 0.1 varh 134C 2 varh
-kvarh∑-C • System exported leading reactive energy 03 / 04 039C 4 0.1 varh 134E 2 varh
BALANCE values
kWh∑ • System active energy 03 / 04 X 0428 4 0.1 Wh 1414 2 Wh
kVAh∑-L • System lagging apparent energy 03 / 04 X 042C 4 0.1 VAh 1416 2 VAh
kVAh∑-C • System leading apparent energy 03 / 04 X 0430 4 0.1 VAh 1418 2 VAh
kvarh∑-L • System lagging reactive energy 03 / 04 X 0434 4 0.1 varh 141A 2 varh
kvarh∑-C • System leading reactive energy 03 / 04 X 0438 4 0.1 varh 141C 2 varh
INTE G E R
F. code
R eg is ter des c r i pti o n Register D a ta mea n ing
(Hex) Words
(Hex)
0000000000000011
<
COILS
Alarm events 01 0000 40 coils
Byte 1 - voltage out of range
| UV3 | UV2 | UV1 | UV∑ | OV3 | OV2 | OV1 | OV∑ |
LEGEND
UV=undervoltage
OV=overvoltage
UI=undercurrent
OI=overcurrent
F=frequency out of range
COM=IR communication error
RES=reserved bit to 0
NOTE
$051E, $0520, $0522 writing registers allow to program the communication parameters.