General Specific MODBUS RTU protocol Rev. 15 REVISIONS

Size: px
Start display at page:

Download "General Specific MODBUS RTU protocol Rev. 15 REVISIONS"

Transcription

1 Page 1 of 68 General Specific MODBUS RTU protocol Rev. 15 Written: U. T. ing. L. Guerrieri Verified: A. Q. ing. F. Adinolfi Approved: D. T. ing. E. Girardi Date: 22/03/2018 Status: Final REVISIONS REV. VER. DATE CHANGES WRITTEN VERIFIED APPROVED /07/98 Adding to pages 7 Goffredo Donati Cantobelli /12/98 Multivariable Read Canini Goffredo Cantobelli /02/00 Errata corrige Zoletto Donati Amato /05/00 New memory map function 06 Zoletto Donati Amato /11/00 Functions Zoletto Donati Amato /12/01 New command for SMART Più Bandini Adinolfi Amato /12/02 New ID for SMART96 Più; Voltage and Current ThdF for SMART Più and SMART96 Più. Different management of the requests with memory overflow (from V3.03) /11/03 New ID and Apparent energy measurement for SMART(96) Più V3.11(KVAh) /09/04 For SMART(96) Più from version V3.12. Update new instruments ID and new range for CT ratio 10 Bis 0 07/07/05 DUCA47(-72-SP) only for model Duca47-72-SP with serial interface and pulse outputs 10 Tris 0 18/01/07 Add note for DUCA47(-72-SP) answer for Function 17h Report slave ID Bandini Sangiorgi Adinolfi Amato Bandini Adinolfi Amato Sangiorgi Adinolfi Amato Bandini Adinolfi Amato Sangiorgi Adinolfi Amato

2 Page 2 of /05/11 Update for models DUCA-LCD96 i Sangiorgi Adinolfi Amato Update for output commands with active alarms Updated ID table for introduction of the DUCA /11/14 LCD models ii Update memory map for introduction of Guerrieri Adinolfi Amato harmonics and THD (DUCA-LCD models) Updated notes about binary formats used in map /09/17 Update for introduction of R5 / R8 iii commands and map Guerrieri Adinolfi Girardi /11/17 Update for introduction of R5/R8 floating point map Guerrieri Adinolfi Girardi /03/18 Errata Corrige Guerrieri Adinolfi Girardi Contents 1. COMMUNICATION FRAME IN RTU MODE (REMOTE TERMINAL UNIT) ACTIVATION OF MODBUS PROTOCOL AND AVAILABLE FUNCTIONS Function 01 : READ OUTPUT STATUS Function 03 : READ HOLDING REGISTERS Function 05 : FORCE SINGLE COIL Function 06 : PRESET SINGLE REGISTER Function 07 : READ EXCEPTION STATUS Function 17 : REPORT SLAVE ID EXCEPTIONS ON THE BUS CRC ALGORITHM i The models where a serial interface RS485 is available are: DUCA-LCD96 485, DUCA-LCD96 BASE-485, DUCA-LCD IO, DUCA-LCD RELE and, if not specified, will all be listed in the document with DUCA-LCD96. ii The models where a serial interface RS485 is available are: DUCA-LCD 485 e DUCA-LCD 485-ETH and, if not specified, will all be listed in the document with DUCA-LCD. iii The models where a serial interface RS485 is available are: R5 485, R5 485-RADIO, R8 485, R8 485-RADIO, R8 485-BT (11 relay outputs), R8 485-BT RADIO (11 relay outpus), R8 485-USB (11 relay outputs), R8 485-USB RADIO (11 relay outputs), and if not specified, will all be listed in the document with R5 or R8.

3 Page 3 of 68

4 Page 4 of Communication frame in RTU mode (Remote Terminal Unit) A MODBUS frame is composed of: T1 T2 T3 Address Function Data CRC T1 T2 T3 (8 bits) (8 bits) (N x 8 bits) (16 bits) in which: a) the Address field contains the address of the Slave to which the message is sent b) the Function field contains the code of the function that must be carried out by the Slave c) the Data field contains the information needed by the Slave to carry out a specific function or contains data collected from the Slave in response to a question d) the CRC field allows both the Master and the Slave to check a message in order to detect any errors in transmission. Sometimes, due to electrical noise or other interference, a message may be changed during the transmission from one unit to another. The error check ensures that neither the Master nor the Slave react to messages that have been haltered e) the T1 T2 T3 sequence represents the time that separates one frame from another, and corresponds to at least 3 and a half characters: during this period no one is allowed to talk on the bus, to let the instruments detect that a frame is over and another one is starting In RTU mode, the synchronisation of the frame can be maintained only by simulating a synchronous message. The receiving device, a Mach SMART for example, measures the time that separates the reception of one character and the reception of the subsequent one (for example, between address and function). If this time is longer than the time needed to transmit three and a half characters, then the message is considered lost and the next character arriving is considered to be an address, in other words the beginning of a new frame.

5 Page 5 of Activation of MODBUS protocol and available functions To activate the MODBUS protocol in the MACH SMART, Smarti Più and in DUCA47-72-SP, 1 must be selected in the last field of the Setup indicated by PROT (0 = DUCBUS, 1 = MODBUS). For R8, DUCA-LCD96 and DUCA-LCD models is necessary enter the setup menu and set Prot MODBUS in the Protocol page of the Communication s menu. For R5 it is necessary enter the setup and set Prt = Mod The available MODBUS functions are reported in the following table: MODBUS Functions Action performed in the analyser 01 = READ OUTPUT STATUS Read data relative to the output status 03 = READ HOLDING REGISTERS Reads data relative to the Measurements and the Setup 05 = FORCE SINGLE COIL Set the output state 06 = PRESET SINGLE REGISTER Sets Setup parameters 07 = READ EXCEPTION STATUS Reads Instrument status 17 = REPORT SLAVE ID Reads the identification of the instrument type IMPORTANT NOTE REGARDING FUNCTIONS 3 AND 6 DESCRIBED BELOW: Whenever the user employs commercial programs for reading the data from the Slaves, and these programs are already designed for handling the MODBUS protocol, it is necessary to use the addresses of the storage locations indicated in the first left-hand column of the tables relative to functions 3 and 6 illustrated below. Instead, whenever the user writes his own program to read the data it is necessary to decrease by one the addresses reported. For example: the Master wishes to read from Mach SMART with address 3 the value of the three-phase equivalent current, available at memory address 18 (= 12Hex). The communication frame of the Master to the Slave, with hexadecimal values, will be the following: EC where: 03 = address of Mach SMART (Slave) no. 03

6 Page 6 of = function requested by the Master, in this case measure reading request = address, reduced by one unit (12H - 1H = 11H), of the storage location to be read and containing the value of the three-phase equivalent current = number of registers to be read beginning with address 11H 95 EC = CRC The Slave response frame to the Master in hexadecimal values will be the following: E0 D9 EB in which: 03 = address of Mach SMART (Slave) no = function requested by the Master, in this case measure reading request 04 = number of data bytes following in the frame E0 = hex value of the three-phase equivalent current (01E0H = 480 hundredths of A = 4.8A) D9 EB = CRC 2.1 Function 01 : READ OUTPUT STATUS This function is used to read the status of the SMART96, SMART Più, DUCA-LCD or DUCA- LCD96 output; the output is treated like a coil, following MODBUS standard. The request and answer frame are described below: Read request (master): Addr Func Coil Addr Coil Addr Number of Number of CRC CRC Start H Start L Coils H Coils L 1Fh 01h 00h 00h 00h 08h 3Eh 72h

7 Page 7 of 68 In the example above the read output function Func = 01 is sent to the slave with address Addr = 1Fh, starting from register Coil Addr Start = 0000h (compulsory) for Number of coils = 08h (compulsory) adjacent coils. The frame is closed with CRC=3E72h. Reply (slave): Addr Func Byte Data Coil CRC CRC Count Byte 0H 1Fh 01h 01h 00h 57h A0h The answer fields, as described above, are the slave address Addr = 1Fh, the function executed Func = 01, the number of data bytes following Byte Count = 01h, the coil value 00h. In the SMART 96 the 5 th bit is its only output, all the others are forced to 0; for the SMART Più the relevant bits are bit 0 and bit 1 (1 st and 2 nd bit respectively for output 1 and output 2); for models DUCA-LCD and DUCA-LCD96 are bit 0 and bit 1 (1 st and 2 nd bit respectively for output 1 and output 2); furthermore, only for model DUCA-LCD RELE, bit 2 and bit 3 are related respectively to output 3 and output 4. The frames ends with the CRC. This function is available in the SMART 96 from version 1.01 onwards and for model 2P of SMART Più. For DUCA47(-72)-SP the command is not operational. This function is also used to read the status of the R5 or R8 output; the output is treated like a coil, following MODBUS standard. The request and answer frame are described below: Read request (master): Addr Func Coil Addr Coil Addr Number of Number of CRC CRC Start H Start L Coils H Coils L 1Fh 01h 00h 00h 00h 10h 3Eh 78h In the example above the read output function Func = 01 is sent to the slave with address Addr = 1Fh, starting from register Coil Addr Start = 0000h (compulsory) for Number of coils = 10h (compulsory) adjacent coils. The frame is closed with CRC=3E78h. Reply (slave): Addr Func Byte Data Coil Data Coil CRC CRC Count Byte 1H Byte 0H 1Fh 01h 02h 00h 00h 11h FEh

8 Page 8 of 68 The answer fields, as described above, are the slave address Addr = 1Fh, the function executed Func = 01, the number of data bytes following Byte Count = 02h, the coil value 0000h. For R5, bit 0, bit 1, bit 2, bit 3 and bit 4 are respectively associated with relay output 1, relay output 2, relay output 3, relay output 4 and relay output 5. For R8, bit 0, bit 1, bit 2, bit 3, bit 4, bit 5, bit 6, bit 7, bit 9 and bit 10 are respectively associated with relay output 1, relay output 2, relay output 3, relay output 4, relay output 5, relay output 6, relay output 7, relay output 8, relay output 9, relay output 10 and relay output Function 03 : READ HOLDING REGISTERS This function reads one or more memory adjacent locations, each one being 1 or 2-word sized. It is possible to read up to 12 or 24 iv consecutive measures *. Moreover SMART Più can read a Mix of measures previously configured (see 2.4). Below are described the read request format (from master to slave) and the reply format (from slave to master). Read request (master): Addr Func Data Start Data Start Data # of Data # CRC CRC Register H Register L Regs H Regs L 1Fh 03h 00h 11h 00h 08h 17h B7h In the example above, the master sends the read function Func = 03 to the slave with address Addr = 1Fh, starting from base register address Data Start Register = 0011h for Data Regs = 08h consecutive registers. So the command reads all registers from address 0011h to 0018h. The CRC = 17B7h closes the data stream. (Note: the physical address is always obtained from measure address reduced of 1 unit, see note above). Reply (slave): Addr Func Byte Data Out Reg Data Out Reg Data Out Data Out CRC CRC count 0012 H 0012 L Reg 0018H Reg 0018L 1Fh 03h 10h 10h EFh.. 3Bh 40h xxh yyh iv SMART Più family, DUCA47(-72)-SP, DUCA-LCD, DUCA-LCD96, R5 and R8 family: 24 measures. * Mach SMART with firmware versions earlier than 1.H07 allow only one value (2 words) per enquiry to be read.

9 Page 9 of 68 The table above shows the fields in the MACH SMART reply, which are : -Addressed Slave Addr = 1Fh -Function code request Func = 03 -Number of data byte following Byte Count = 10h -Data byte fields requested by the master -CRC closes the reply data stream There are three particular cases that can happen using this command; the first is related to the quantity of requested memory, the second is related to the beginning of the requested segment and the last is related to the quantity of the requested words. In particular, if the quantity of the requested bytes is greater than the MACH s memory extension, the instrument will answer an INVALID DATA for the not available values; for example, if are requested 20 bytes from the last fourth valid address, a part of the request overflows in the not available memory. The exceeded bytes will be filled by the SMART with the value FFh v, indicating a not managed value for those memory cells. The second particular case is related to a request starting from a not valid address, when the request starts from an address not present in the following table. In this case the instrument will answer with an exception 02 ILLEGAL DATA ADDRESS (see chapter 3). The last particular case is the request of a number of word greater than the maximum for the instrument: in this case the instrument will answer with an exception 02 ILLEGAL DATA address (see chapter 3). Memory map The following table indicates the correspondence between the address of the location, the number of accessible words beginning with that address, the description of the measurement value, the unit of measurement of the measurement value and the binary format. Formats of the variables passed: - Unsigned Long: means a binary number of 2 words (32 bits) unsigned - Bit Signed Long: means a binary number of 2 words (32 bits) if not, the MSB is set to 1. For example: h = Signed Int: means a binary 2 s-complement number - : is a binary number of 1-word (16-bit) unsigned v SMARTPiù from V on; in the V the slave answer at this request was an exception 02.

10 Page 10 of 68 Add. Word Measurement description Unit Format Frequency Tenths of Hz Unsigned Long Three-phase Equivalent Voltage V Unsigned Long Linked Voltage (line 1 - line 2) vi V Unsigned Long Linked Voltage (line 2 - line 3) vi V Unsigned Long Linked Voltage (line 3 - line 1) vi V Unsigned Long Voltage between Phase and Neutral line 1 vi V Unsigned Long Voltage between Phase and Neutral line 2 vi V Unsigned Long Voltage between Phase and Neutral line 3 vi V Unsigned Long Three-phase Equivalent Current Hundredths of A Unsigned Long Current Line 1 vi Hundredths of A Unsigned Long Current Line 2 vi Hundredths of A Unsigned Long Current Line 3 vi Hundredths of A Unsigned Long Three-phase equivalent power factor * Hundredths bit-signed / Unsigned Long vii Power factor line 1 * vi Hundredths bit-signed Long Power factor line 2 * vi Hundredths bit-signed Long Power factor line 3 * vi Hundredths bit-signed Long Three-phase equivalent active power W bit-signed Long viii Average three-phase equivalent active power W bit-signed Long viii Maximum three-phase equivalent active W bit-signed Long viii power Active power line 1 vi W bit-signed Long viii Active power line 2 vi W bit-signed Long viii Active power line 3 vi W bit-signed Long viii Average active power line 1 vi W bit-signed Long viii Average active power line 2 vi W bit-signed Long viii vi Not available for R5 and R8 Models vii For SMART Più, DUCA47(-72)-SP, DUCA-LCD and DUCA-LCD96 this value is a bit-signed Long. viii For models DUCA-LCD and DUCA-LCD96 the values of Active Power could be negatives in Cogeneration.

11 Page 11 of Average active power line 3 vi W bit-signed Long viii Maximum active power line 1 vi W bit-signed Long viii Maximum active power line 2 vi W bit-signed Long viii Maximum active power line 3 vi W bit-signed Long viii Three-phase equivalent apparent power VA bit-signed Long Average three-phase equivalent apparent VA Unsigned Long power Maximum three-phase equivalent apparent VA Unsigned Long power Apparent power line 1 vi VA Unsigned Long Apparent power line 2 vi VA Unsigned Long Apparent power line 3 vi VA Unsigned Long Average apparent power line 1 vi VA Unsigned Long Average apparent power line 2 vi VA Unsigned Long Average apparent power line 3 vi VA Unsigned Long Maximum apparent power line 1 vi VA Unsigned Long Maximum apparent power line 2 vi VA Unsigned Long Maximum apparent power line 3 vi VA Unsigned Long Three-phase equivalent reactive power VAr bit-signed Long ix Average three-phase equivalent reactive VAr bit-signed Long ix power Maximum three-phase equivalent reactive VAr bit-signed Long ix power Reactive power line 1 vi VAr bit-signed Long ix Reactive power line 2 vi VAr bit-signed Long ix Reactive power line 3 vi VAr bit-signed Long ix Average reactive power line 1 vi VAr bit-signed Long ix Average reactive power line 2 vi VAr bit-signed Long ix Average reactive power line 3 vi VAr bit-signed Long ix Maximum reactive power line 1 vi VAr bit-signed Long ix Maximum reactive power line 2 vi VAr bit-signed Long ix ix For models DUCA-LCD and DUCA-LCD96 the values of Reactive Power could be negative (positive if inductive, negative if capacitive).

12 Page 12 of Maximum reactive power line 3 vi VAr bit-signed Long ix Three-phase equivalent active energy Tens of Wh Unsigned Long Active energy line 1 vi Tens of Wh Unsigned Long Active energy line 2 vi Tens of Wh Unsigned Long Active energy line 3 vi Tens of Wh Unsigned Long Three-phase equivalent reactive/apparent Tens of Unsigned Long energy x VArh/VAh Reactive/Apparent energy line 1 x vi Tens of Unsigned Long VArh/VAh Reactive/Apparent energy line 2 x vi Tens of Unsigned Long VArh/VAh Reactive/Apparent energy line 3 x vi Tens of Unsigned Long VArh/VAh Max. average three-phase active power W bit-signed Long viii Line 1 normal format voltage ThdF (only for DUCA-LCD96 and DUCA-LCD; for SMART Più and SMART96 Più from revision V. 3.10) & vi Line 2 normal format voltage ThdF (only for DUCA-LCD96 and DUCA-LCD & vi Line 3 normal format voltage ThdF (only for DUCA-LCD96 and DUCA-LCD) & vi Line 1 normal format current ThdF (only for DUCA-LCD96 and DUCA-LCD; for SMART Più and SMART96 Più from revision V. 3.10) & vi Line 2 normal format current ThdF (only for DUCA-LCD96 and DUCA-LCD)& vi Line 3 normal format current ThdF (only for DUCA-LCD96 and DUCA-LCD) & vi Maximum Average Active Power line 1 (only for DUCA-LCD96 and DUCA-LCD) vi Hundredths Hundredths Hundredths Hundredths Hundredths Hundredths W Unsigned Long Unsigned Long Unsigned Long Unsigned Long Unsigned Long Unsigned Long bit-signed Long x The DUCA-LCD96, DUCA-LCD and DUCA47(-72)-SP return always the Reactive Energy; the SMART Più and the SMART96 Più, version 3.11 or later, return the Apparent Energy when the CFG parameter is set to 28, 33 or 38, otherwise the Reactive Energy. Not valid for other instruments.

13 Page 13 of Maximum Average Active Power line 2 (only for DUCA-LCD96 and DUCA-LCD) vi Maximum Average Active Power line 3 (only for DUCA-LCD96 and DUCA-LCD) vi Max. average three-phase Apparent Power (only for DUCA-LCD96 and DUCA-LCD) Maximum Average Apparent Power line 1 (only for DUCA-LCD96 and DUCA-LCD) vi Maximum Average Apparent Power line 2 (only for DUCA-LCD96 and DUCA-LCD) vi Maximum Average Apparent Power line 3 (only for DUCA-LCD96 and DUCA-LCD) vi W W VA VA VA VA bit-signed Long bit-signed Long Unsigned Long Unsigned Long Unsigned Long Unsigned Long KV constant $ (VT transformation ratio) Unit Unsigned Long KA constant $ (CT transformation ratio) Unit Unsigned Long Time of Average Minute Unsigned Long Average Active Power from pulses input W Unsigned Long (CH1) only for DUCA-LCD and DUCA- LCD IO Average Reactive Power from pulses input VAr Unsigned Long (CH2) only for DUCA-LCD and DUCA- LCD IO Active Energy from pulses input (CH1) Tens of Wh Unsigned Long only for DUCA-LCD and DUCA-LCD IO Reactive Energy from pulses input (CH2) Tens of VArh Unsigned Long only for DUCA-LCD and DUCA-LCD IO Current threshold for timer 2 activation (only Hundredths of A Unsigned Long for DUCA-LCD and DUCA-LCD96). Note: the read value does not include the value of KA Three-phase equivalent Apparent Energy Tens of VAh Unsigned Long

14 Page 14 of 68 (only for DUCA-LCD and DUCA-LCD96) Apparent Energy line 1 (only for DUCA- Tens of VAh Unsigned Long LCD and DUCA-LCD96) Apparent Energy line 2 (only for DUCA- Tens of VAh Unsigned Long LCD and DUCA-LCD96) Apparent Energy line 3 (only for DUCA- Tens of VAh Unsigned Long LCD96) Generated Three-phase equivalent Active Tens of Wh Unsigned Long Energy (only for DUCA-LCD and DUCA- LCD96) Generated Active Energy line 1 (only for Tens of Wh Unsigned Long DUCA-LCD and DUCA-LCD96) Generated Active Energy line 2 (only for Tens of Wh Unsigned Long DUCA-LCD and DUCA-LCD96) Generated Active Energy line 3 (only for Tens of Wh Unsigned Long DUCA-LCD and DUCA-LCD96) Generated Three-phase equivalent Reactive Tens of VArh Unsigned Long Energy (only for DUCA-LCD and DUCA- LCD96) Generated Reactive Energy line 1 (only for Tens of VArh Unsigned Long DUCA-LCD and DUCA-LCD96) Generated Reactive Energy line 2 (only for Tens of VArh Unsigned Long DUCA-LCD and DUCA-LCD96) Generated Reactive Energy line 3 (only for Tens of VArh Unsigned Long DUCA-LCD and DUCA-LCD96) Generated Three-phase equivalent Apparent Tens of VAh Unsigned Long Energy (only for DUCA-LCD and DUCA- LCD96) Generated Apparent Energy line 1 (only for Tens of VAh Unsigned Long DUCA-LCD and DUCA-LCD96) Generated Apparent Energy line 2 (only for Tens of VAh Unsigned Long DUCA-LCD and DUCA-LCD96) Generated Apparent Energy line 3 (only for Tens of VAh Unsigned Long DUCA-LCD and DUCA-LCD96) Not used st measure configured for the Mix + vi Depend Long nd measure configured for the Mix + vi Depend Long rd measure configured for the Mix + vi Depend Long

15 Page 15 of th measure configured for the Mix + vi Depend Long th measure configured for the Mix + vi Depend Long th measure configured for the Mix + vi Depend Long Total Harmonic Distortion (THDI1) current line 1 (only for Duca-LCD and R5/R8) Total Harmonic Distortion (THDI2) current line 2 (only for Duca-LCD) Total Harmonic Distortion (THDI3) current line 3 (only for Duca-LCD) Total Harmonic Distortion (THDV1) voltage line 1 (only for Duca-LCD and R5/R8) Total Harmonic Distortion (THDV2) voltage line 2 (only for Duca-LCD) Total Harmonic Distortion (THDV3) voltage line 3 (only for Duca-LCD) (thousandths of (thousandths of (thousandths of (thousandths of (thousandths of (thousandths of Unsigned Long Unsigned Long Unsigned Long Unsigned Long Unsigned Long Unsigned Long Max frequency xi Tens of Hz Unsigned Long Min frequency xi Tens of Hz Unsigned Long Maximum Three-phase Equivalent Current xi Hundredths of A Unsigned Long Minimum Three-phase Equivalent Current xi Hundredths of A Unsigned Long Average Three-phase Equivalent Current xi Hundredths of A Unsigned Long Maximum Average Three-phase Equivalent Hundredths of A Unsigned Long Current xi Not used Maximum Three-phase Equivalent Voltage xi Volt Unsigned Long Minimum Three-phase Equivalent Voltage xi Volt Unsigned Long Not used Minimum Three-phase Equivalent Voltage VA Unsigned Long Apparent Power xi 0294 Not used - - xi Only for R5 and R8 Models

16 Page 16 of Minimum Three-phase Equivalent Voltage Watt bit-signed Long Active Power xi 0302 Not used Minimum Three-phase Equivalent Voltage VAr bit-signed Long Reactive Power xi Maximum Three-phase Equivalent Voltage VAr bit-signed Long Reactive Power xi Not used Maximum Three-phase Equivalent Power Hundredths bit-signed Long Factor xi Minimum Three-phase Equivalent Power Factor xi Hundredths bit-signed Long Average Three-phase Equivalent Power Hundredths bit-signed Long Factor xi Daily Average Three-phase Equivalent Hundredths bit-signed Long Power Factor xi Weekly Average Three-phase Equivalent Hundredths bit-signed Long Power Factor xi Monthly Average Three-phase Equivalent Hundredths bit-signed Long Power Factor xi Not used Three-phase Equivalent Cosfi xi Hundredths bit-signed Long Maximum Three-phase Equivalent Cosfi xi Hundredths bit-signed Long Minimum Three-phase Equivalent Cosfi xi Hundredths bit-signed Long Average Three-phase Equivalent Cosfi xi Hundredths bit-signed Long Daily Average Three-phase Equivalent Cosfi xi Weekly Average Three-phase Equivalent Cosfi xi Monthly Average Three-phase Equivalent Cosfi xi Hundredths Hundredths Hundredths bit-signed Long bit-signed Long bit-signed Long

17 Page 17 of Not used Delta-KVAr VAr bit-signed Long Total Harmonic Distortion (THDI1) current Unsigned Long line 1 xi Total Harmonic Distortion (THDV1) voltage Unsigned Long line 1 xi Temperature xi Tens of C bit-signed Long Maximum temperature xi Tens of C bit-signed Long Minimum temperature xi Tens of C bit-signed Long Maximum Total Harmonic Distortion Unsigned Long (THDI1) current Maximum Total Harmonic Distortion Unsigned Long (THDV1) voltage 0408 Not used Number of insertion C1 xi Unit Unsigned Long Number of insertion C2 xi Unit Unsigned Long Number of insertion C3 xi Unit Unsigned Long Number of insertion C4 xi Unit Unsigned Long Number of insertion C5 xi Unit Unsigned Long Number of insertion C6 xii Unit Unsigned Long Number of insertion C7 xii Unit Unsigned Long Number of insertion C8 xii Unit Unsigned Long Number of insertion C9 xii Unit Unsigned Long Number of insertion C10 xii Unit Unsigned Long Number of insertion C11 xii Unit Unsigned Long 0432 Not used Contact operation C1 xi Unit Unsigned Long Contact operation C2 xi Unit Unsigned Long Contact operation C3 xi Unit Unsigned Long Contact operation C4 xi Unit Unsigned Long Contact operation C5 xi Unit Unsigned Long Contact operation C6 xii Unit Unsigned Long xii Only for R8 Models

18 Page 18 of Contact operation C7 xii Unit Unsigned Long Contact operation C8 xii Unit Unsigned Long Contact operation C9 xii Unit Unsigned Long Contact operation C10 xii Unit Unsigned Long Contact operation C11 xii Unit Unsigned Long 0492 Not used Real power step C1 xi VAr Unsigned Long Real power step C2 xi VAr Unsigned Long Real power step C3 xi VAr Unsigned Long Real power step C4 xi VAr Unsigned Long Real power step C5 xi VAr Unsigned Long Real power step C6 xii VAr Unsigned Long Real power step C7 xii VAr Unsigned Long Real power step C8 xii VAr Unsigned Long Real power step C9 xii VAr Unsigned Long Real power step C10 xii VAr Unsigned Long Real power step C11 xii VAr Unsigned Long 0552 Not used Working time C1 xi hours Unsigned Long Working time C2 xi hours Unsigned Long Working time C3 xi hours Unsigned Long Working time C4 xi hours Unsigned Long Working time C5 xi hours Unsigned Long Working time C6 xii hours Unsigned Long Working time C7 xii hours Unsigned Long Working time C8 xii hours Unsigned Long Working time C9 xii hours Unsigned Long Working time C10 xii hours Unsigned Long Working time C11 xii hours Unsigned Long 0612 Not used High voltage alarm number xi Unit Unsigned Long

19 Page 19 of High current alarm number xi Unit Unsigned Long Low voltage alarm number xi Unit Unsigned Long Low current alarm number xi Unit Unsigned Long THDI% alarm number xi Unit Unsigned Long THDV% alarm number xi Unit Unsigned Long Temperature alarm number xi Unit Unsigned Long High cosfi alarm number xi Unit Unsigned Long Low cosfi alarm number xi Unit Unsigned Long Voltage dip alarm number xi Unit Unsigned Long mix list value xi Depend Depend mix list value xi Depend Depend mix list value xi Depend Depend mix list value xi Depend Depend mix list value xi Depend Depend mix list value xi Depend Depend mix list value xi Depend Depend mix list value xi Depend Depend mix list value xi Depend Depend mix list value xi Depend Depend mix list value xi Depend Depend mix list value xi Depend Depend mix list value xi Depend Depend mix list value xi Depend Depend mix list value xi Depend Depend mix list value xi Depend Depend mix list value xi Depend Depend mix list value xi Depend Depend mix list value xi Depend Depend mix list value xi Depend Depend mix list value xi Depend Depend mix list value xi Depend Depend mix list value xi Depend Depend mix list value xi Depend Depend Number of fan alarm xii Unit Unsigned Long Minimum Total Harmonic Distortion Unsigned Long (THDI1) current line Minimum Total Harmonic Distortion Unsigned Long

20 Page 20 of (THDV1) voltage line Not used Maximum Delta-KVAr VAr bit-signed Long Minimum Delta-KVAr VAr bit-signed Long Average Delta-KVAr VAr bit-signed Long Maximum Average Delta-KVAr VAr bit-signed Long Daily Average Delta-KVAr VAr bit-signed Long Weekly Average Delta-KVAr VAr bit-signed Long Monthly Delta-KVAr VAr bit-signed Long Alarms Status xi(a) Unit Unsigned Long Battery Breakage Status xi (b) Unit Unsigned Long Maximum Battery Insertion Status xi ( c ) Unit Unsigned Long Not used Harmonic module H0 current line 1 (only for Duca-LCD) β (thousandths of Harmonic Module H1 current line 1 (only for Duca-LCD) β (thousandths of Harmonic Module Hn current line 1 (only for Duca-LCD and R8) β (thousandths of Harmonic module H31 current line 1 (only for Duca-LCD and R8) β (thousandths of Harmonic module Hn current line 1 (only for R8) β (thousandths of Harmonic module H60 current line 1 (only for R8) β (thousandths of Not used Harmonic module H0 voltage line 1 (only for Duca-LCD) β (thousandths of

21 Page 21 of Harmonic Module H1 voltage line 1 (only for Duca-LCD) β (thousandths of Harmonic Module Hn voltage line 1 (only for Duca-LCD and R8) β (thousandths of Harmonic module H31 voltage line 1 (only for Duca-LCD and R8) β (thousandths of H Harmonic Module Hn voltage line 1 (only for R8) β (thousandths of Harmonic module H60 voltage line 1 (only for R8) β (thousandths of 1 Not used Harmonic module H0 current line 2 (only for Duca-LCD) β (thousandths of Harmonic Module H1 current line 2 (only for Duca-LCD) β (thousandths of Harmonic Module Hn current line 2 (only for Duca-LCD) β (thousandths of Harmonic module H31 current line 2 (only for Duca-LCD) β (thousandths of Not used Harmonic module H0 voltage line 2 (only for Duca-LCD) β (thousandths of Harmonic Module H1 voltage line 2 (only for Duca-LCD) β (thousandths of Harmonic Module Hn voltage line 2 (only for Duca-LCD) β (thousandths of Harmonic module H31 voltage line 2 (only for Duca-LCD) β (thousandths of

22 Page 22 of Not used Harmonic module H0 current line 3 (only for Duca-LCD) β (thousandths of Harmonic Module H1 current line 3 (only for Duca-LCD) β (thousandths of Harmonic Module Hn current line 3 (only for Duca-LCD) β (thousandths of Harmonic module H31 current line 3 (only for Duca-LCD) β (thousandths of Not used (thousandths of Harmonic module H0 voltage line 3 (only for Duca-LCD) β (thousandths of Harmonic Module H1 voltage line 3 (only for Duca-LCD) β (thousandths of Harmonic Module Hn voltage line 3 (only for Duca-LCD) β (thousandths of Harmonic module H31 voltage line 3 (only for Duca-LCD) β (thousandths of Not used CT primary xi A Unsigned Long CT secondary xi A Unsigned Long CT phase insertion xi Unit Unsigned Long Enable CT inversion xi Unit Unsigned Long Enable cogeneration xi Unit Unsigned Long Frequency mode xi Unit Unsigned Long VT primary xi Volt Unsigned Long VT secondary xi Volt Unsigned Long

23 Page 23 of Voltage phase xi Unit Unsigned Long Step voltage xi Volt Unsigned Long Enable manual mode xi Unit Unsigned Long Target cosfi xi thousandths bit-signed Long Cosfi tolerance xi thousandths Unsigned Long Capacitor discharge time xi Sec Unsigned Long Connection time: connection/disconnection Sec Unsigned Long time between consecutive switching xi Relay Output 1 function xi Unit Unsigned Long Step C1 power xi VAr Unsigned Long Alarm type for output 1 xi Unit Unsigned Long Relay Output 2 function xi Unit Unsigned Long Step C2 power xi VAr Unsigned Long Alarm type for output 2 xi Unit Unsigned Long Relay Output 3 function xi Unit Unsigned Long Step C3 power xi VAr Unsigned Long Alarm type for output 3 xi Unit Unsigned Long Relay Output 3 function xi Unit Unsigned Long Step C4 power xi VAr Unsigned Long Alarm type for output 4 xi Unit Unsigned Long Relay Output 5 function xi Unit Unsigned Long Step C5 power xi VAr Unsigned Long Alarm type for output 5 xi Unit Unsigned Long Relay Output 6 function xii Unit Unsigned Long Step C6 power xii VAr Unsigned Long Alarm type for output 6 xii Unit Unsigned Long Relay Output 7 function xii Unit Unsigned Long Step C7 power xii VAr Unsigned Long Alarm type for output 7 xii Unit Unsigned Long Relay Output 8 function xii Unit Unsigned Long Step C8 power xii VAr Unsigned Long Alarm type for output 8 xii Unit Unsigned Long Relay Output 9 function xii Unit Unsigned Long Step C9 power xii VAr Unsigned Long Alarm type for output 9 xii Unit Unsigned Long Relay Output 10 function xii Unit Unsigned Long Step C10 power xii VAr Unsigned Long

24 Page 24 of Alarm type for output 10 xii Unit Unsigned Long Relay Output 11 function xii Unit Unsigned Long Step C11 power xii VAr Unsigned Long Alarm type for output 11 xii Unit Unsigned Long Integration time for average values xi Min Unsigned Long Communication protocol xi Unit Unsigned Long Serial communication address xi Unit Unsigned Long Serial communication baudrate xi Unit Unsigned Long High voltage alarm threshold xi % of VT Unsigned Long primary High voltage alarm delay xi sec Unsigned Long High current alarm threshold xi % of CT primary Unsigned Long High current alarm delay xi sec Unsigned Long Low voltage alarm threshold xi % of VT Unsigned Long primary Low voltage alarm delay xi sec Unsigned Long Low current alarm threshold xi (% of CT Unsigned Long primary) x Low current alarm delay xi sec Unsigned Long THDV% alarm threshold xi % Unsigned Long THDV% alarm delay xi sec Unsigned Long THDI% alarm threshold xi % Unsigned Long THDI% alarm delay xi sec Unsigned Long Temperature alarm threshold xi C Unsigned Long Temperature alarm delay xi sec Unsigned Long Enable disconnection time xi Unit Unsigned Long Disconnection time xi Unit Unsigned Long PFC algorithm evaluation time xi Unit Unsigned Long Transient exhaustion time for disinsertion xi Unit Unsigned Long Transient exhaustion time for insertion xi Unit Unsigned Long Enable stability control for sliding win. avg. Unit Unsigned Long xi Percentage deviation for sliding win. avg. xi Unit Unsigned Long Inductors presence xi Unit Unsigned Long Degradation threshold 1 (without inductors) Unit Unsigned Long xi Breakage threshold 1(without inductors) xi Unit Unsigned Long Degradation threshold 2 (with inductors) xi Unit Unsigned Long

25 Page 25 of Breakage threshold 2 (with inductors) xi Unit Unsigned Long Enable alarm reset xi Unit Unsigned Long Enable harmonic analisys xi Unit Unsigned Long Autodiagnostic threshold xi Unit Unsigned Long MHz address xi Unit Unsigned Long MHz channel xi Unit Unsigned Long MHz power xi Unit Unsigned Long Network type xi Unit Unsigned Long Instrument ID xi Unit Unsigned Long Serial number: week xi Unit Unsigned Long Serial number: year xi Unit Unsigned Long Serial number: sequential number xi Unit Unsigned Long FW version: major xi Unit Unsigned Long FW version: sub xi Unit Unsigned Long Bootloader version: major xi Unit Unsigned Long Bootloader version: sub xi Unit Unsigned Long Log period xii sec Unsigned Long Fisrt measure log xii Unit Unsigned Long Second measure log xii Unit Unsigned Long Voltage dip duration xi msec Unsigned Long Manual status C1 xi Unit Unsigned Long Manual status C2 xi Unit Unsigned Long Manual status C3 xi Unit Unsigned Long Manual status C4 xi Unit Unsigned Long Manual status C5 xi Unit Unsigned Long Manual status C6 xii Unit Unsigned Long Manual status C7 xii Unit Unsigned Long Manual status C8 xii Unit Unsigned Long Manual status C9 xii Unit Unsigned Long Manual status C10 xii Unit Unsigned Long Manual status C11 xii Unit Unsigned Long 2330 Not used Phase offset xii Unsigned Long Setpoint cosfi 2 xii thousandths Unsigned Long Setpoint cosfi 3 xii thousandths Unsigned Long

26 Page 26 of Setpoint cosfi 4 xii thousandths Unsigned Long Band B1 xii Unit Unsigned Long Band B2 xii Unit Unsigned Long Band B3 xii Unit Unsigned Long Band B4 xii Unit Unsigned Long Step disconnection xii Unit Unsigned Long 2408 Not used Not used Not used Not used Not used Not used Fan control threshold xii C Unsigned Long Fan control delay xii sec Unsigned Long High cosfi alarm delay xi min Unsigned Long Low cosfi alarm delay xi min Unsigned Long Language xii Unit Unsigned Long Temperature measurement unit xii Unit Unsigned Long 2432 Not used Not used Backlight level xii Unit Unsigned Long Automatic backlight turn-off xii Unit Unsigned Long LCD display contrast xii Unit Unsigned Long Summertime xii Unit Unsigned Long Imax harmonic xi ma Unsigned Long Alarm mask xi Unit Unsigned Long Language version: major xi Unit Unsigned Long Language version: sub xi Unit Unsigned Long Max connection time xi hours Unsigned Long (*) Regarding the power factor, please note that: power factor of the three lines may be negative; the instruments report negative numbers with the most significant bit (the 32 nd ) high (1) in case of negative Power Factor (capacitive), while positive numbers have the same bit low (0) in case of positive Power Factor (inductive).

27 Page 27 of 68 when the power factor for a line is undefined (current is zero), the instruments return the value 2 (200 cents) to report about this situation (+) For the Mix of measure pay attention to the follows: it is available only for SMART Più / SMART96 Più release V or later. This feature is not present in the other instruments (for R5 / R8 refer to addresses ) if not set or after a global reset, the measures are set to the first 6 measures of the list (frequency, three-phase equivalent voltage...) (&) For the voltage and current ThdF pay attention to the followings: the ThdF represents the normalised voltage and current crest factor it is available only for SMART Più and SMART 96 Più from revision V and for DUCA-LCD96 if the instruments SMART Più or SMART96 Più are configured with PAR function, they respond to the measure s request in the same way as the measure didn t exist the memories 126, 128 and 132, 134 are reserved for line 2 and line 3 ThdF and are significant only for the model DUCA-LCD96, since the SMART Più and SMART 96 Più measure the ThdF only from the line 1 even if the instrument is set to display the ThdF % (percentage format), when the memory values corresponding to the addresses from 124 to 134 are requested, it answers always with the corresponding ThdF in normal format in case the ThdF isn t computable (e.g. when current = 0), the instrument provides two words equal to FFFFh, corresponding to an INVALID DATA ($) For R5, R8, DUCA-LCD and DUCA-LCD96 the reading of KA or KV returns the ratio, set in the instrument, between the current (voltage) of primary and the current (voltage) of secondary. For example, if in the setup menu was set for the CT ratio the value 100/5, then the MODBUS command returns 20. (a) Reading the Alarms status, please note that: the value is to convert in bit-field (1 = ON and 0 = OFF) and the meaning of the bit are shown in the table below. For R8: Bit0 Bit1 Bit2 High voltage alarm status High current alarm status Low voltage alarm status

28 Page 28 of 68 Bit3 Bit4 Bit5 Bit6 Bit7 Bit8 Bit9 Bit10 Low current alarm status THDI% alarm status THDV% alarm status Temperature alarm status Fan alarm status High cosfi alarm status Low cosfi alarm status Voltage dip alarm status For R5: Bit0 Bit1 Bit2 Bit3 Bit4 Bit5 Bit6 Bit7 Bit8 Bit9 High voltage alarm status High current alarm status Low voltage alarm status Low current alarm status THDI% alarm status THDV% alarm status Temperature alarm status High cosfi alarm status Low cosfi alarm status Voltage dip alarm status (b) Reading the battery breakage status, please note that: the value is to convert in bit-field (1 = BROKEN and 0 = OK) and the meaning of the bit are shown in the table below. For R5: Bit0 Bit1 Bit2 Bit3 Bit4 C1 step breakage status C2 step breakage status C3 step breakage status C4 step breakage status C5 step breakage status For R8: Bit0 C1 step breakage status

29 Page 29 of 68 Bit1 Bit2 Bit3 Bit4 Bit5 Bit6 Bit7 Bit8 Bit9 Bit10 C2 step breakage status C3 step breakage status C4 step breakage status C5 step breakage status C6 step breakage status C7 step breakage status C8 step breakage status C9 step breakage status C10 step breakage status C11 step breakage status (c) Reading the maximum battery insertion status, please note that: the value is to convert in bit-field (1 = EXCEEDED and 0 = OK) and the meaning of the bit are shown in the table below. For R5: Bit0 Bit1 Bit2 Bit3 Bit4 C1 maximum battery insertion status C2 maximum battery insertion status C3 maximum battery insertion status C4 maximum battery insertion status C5 maximum battery insertion status For R8: Bit0 Bit1 Bit2 Bit3 Bit4 Bit5 Bit6 Bit7 Bit8 Bit9 Bit10 C1 maximum battery insertion status C2 maximum battery insertion status C3 maximum battery insertion status C4 maximum battery insertion status C5 maximum battery insertion status C6 maximum battery insertion status C7 maximum battery insertion status C8 maximum battery insertion status C9 maximum battery insertion status C10 maximum battery insertion status C11 maximum battery insertion status

30 Page 30 of 68 (β) Calculation of the harmonic registers addresses Formula for calculation of register address of Harmonic Module n-th of current line k ADDR( Hikn ) *( k 1) n n = 2,, 31 e k = 1, 2, 3 (DUCA-LCD) n = 2,, 60 e k = 1 (R8) Formula for calculation of address register of Harmonic Module n-th of voltage line k ADDR( Hvkn ) *( k 1) n n = 2,, 31 e k = 1, 2, 3 (DUCA-LCD) n = 2,, 60 e k = 1 (R8) Example of reading a block of 6 Mixed measure: Addr Func Start Start Num. Data Num. Data CRC CRC Register H Register L H L 1Fh 03h 00h C7h 00h 0Ch F7h 8Ch In the example it set a reading of 12 bytes from index 200 ( minus 1 therefore 199). Note: INVALID DATA is shown = FFFFh. Example of reading an Harmonic value: Addr Func Start Start Num. Data Num. Data CRC CRC Register H Register L H L 1Fh 03h 04h BCh 00h 02h 07h 61h In the example it set a reading of 7 th Harmonic module of current line 2: reading of 2 bytes starting from address1213 (minus 1 therefore 1212) Notes: INVALID DATA for Harmonic modules and THD values is shown = FFFFh. INVALID DATA for Real and Imaginary parts is shown = 7FFFh. If the fundamental frequency measured by the instrument is different from 50Hz or 60Hz or if the Line-neutral voltages and line currents are less than 20VRMS and 0,3ARMS the values of THD, Harmonic modules and Real / Imaginary parts will be INVALID Real and Imaginary parts of Current and Voltage harmonics for DUCA-LCD DIN

31 Page 31 of 68 Only for DUCA-LCD DIN model it is available the following table: αi 1 factor for harmonic module conversion current line 1 ( ) (only for Duca-LCD) αv 1 factor for harmonic module conversion voltage line 1 ( ) (only for Duca-LCD) Real part Harmonic H1 current line 1 (only for Duca-LCD) Imaginary part Harmonic H1 current line 1 (only for Duca-LCD) Real part Harmonic H1 voltage line 1 (only for Duca-LCD) Imaginary part Harmonic H1 voltage line 1 (only for Duca-LCD) 1608 Real and Imaginary parts Harmonic Hn current and voltage line1 (only for Duca LCD) ( ) Real part Harmonic H31 current line 1 (only for Duca-LCD) Imaginary part Harmonic H31 current line 1 (only for Duca-LCD) Real part Harmonic H31 voltage line 1 (only for Duca-LCD) Imaginary part Harmonic H31 voltage line (only for Duca-LCD) Not used αi 2 factor for harmonic module conversion current line 2 ( ) (only for Duca-LCD) αv 2 factor for harmonic module conversion voltage line 2 ( ) (only for Duca-LCD) Real part Harmonic H1 current line 2 (only for Duca-LCD) Imaginary part Harmonic H1 current line 2 (only for Duca-LCD) Real part Harmonic H1 voltage line 2 (only for Duca-LCD) - Unsigned Long - Unsigned Long - Signed Int - Signed Int - Signed Int - Signed Int - Signed Int - Signed Int - Signed Int - Signed Int - Signed Int - Unsigned Long - Unsigned Long - Signed Int - Signed Int - Signed Int

32 Page 32 of Imaginary part Harmonic H1 voltage line 2 (only for Duca-LCD) 1808 Real and Imaginary parts Harmonic Hn current and voltage line2 (only for Duca LCD) ( ) Real part Harmonic H31 current line 2 (only for Duca-LCD) Imaginary part Harmonic H31 current line 2 (only for Duca-LCD) Real part Harmonic H31 voltage line 2 (only for Duca-LCD) Imaginary part Harmonic H31 voltage line (only for Duca-LCD) Not used - Signed Int - Signed Int - Signed Int - Signed Int - Signed Int - Signed Int αi 3 factor for harmonic module conversion - Unsigned Long current line 3 ( ) (only for Duca-LCD) αv 3 factor for harmonic module conversion - Unsigned Long voltage line 3 ( ) (only for Duca-LCD) Real part Harmonic H1 current line 3 (only - Signed Int for Duca-LCD) Imaginary part Harmonic H1 current line 3 - Signed Int (only for Duca-LCD) Real part Harmonic H1 voltage line 3 (only - Signed Int for Duca-LCD) Imaginary part Harmonic H1 voltage line 3 - Signed Int (only for Duca-LCD) Real and Imaginary parts Harmonic Hn current and voltage line 3 (only for Duca- LCD) ( ) - Signed Int Real part Harmonic H31 current line 3 - Signed Int (only for Duca-LCD) Imaginary part Harmonic H31 current line - Signed Int 3 (only for Duca-LCD) Real part Harmonic H31 voltage line 3 - Signed Int (only for Duca-LCD) Imaginary part Harmonic H31 voltage line 3 - Signed Int

33 Page 33 of 68 (only for Duca-LCD) ( ) Calculation of the Real and Imaginary parts harmonic registers addresses Formula for calculation of register address of Real and Imaginary parts of n-th Harmonic of current line k ADDR[Re( Hikn )] *( k 1) 4* n n = 0,, 31 e k = 1, 2, 3 ADDR[Im( Hikn )] *( k 1) 4* n n = 0,, 31 e k = 1, 2, 3 ( ) Factor for harmonic module conversion In order to calculate the absolute values of harmonic modules of current and voltage (expressed in A and V) use the following formula including the conversion factor αi e αv (one for each phase): Hi kn 2 kn 2 kn Rei Imi * ik [A] n = 2,, 31 and k = 1, 2, *2 *10 Hi kn = module of n-th harmonic of current line k Re i kn = Real part of n-th harmonic of current line k Im i kn = Imaginary part of n-th harmonic of current line k αi k = conversion factor of current line k Hv kn 2 kn 2 kn Re v Imv * vk [V] n = 2,, 31 and k = 1, 2, * 2 *10 Hv kn = module of n-th harmonic of voltage line k Re v kn = Real part of n-th harmonic of voltage line k Im v kn = Imaginary part of n-th harmonic of voltage line k αv k = convertion factor of voltage line k Harmonic modules expressed in thousandths of the fundamental harmonic:

34 Page 34 of 68 Hikn Hikn ( ) *1000 n = 2,, 31 and k = 1, 2, 3 Hi k1 Hvkn Hvkn ( ) *1000 n = 2,, 31 and k = 1, 2, 3 Hv k1 Total Harmonic Distortion values expressed in thousandths of the fundamental harmonic: N k1 2 Hikn n 2 THDIk ( ) Hi *1000 k = 1, 2, 3 and N= 21 o 31 DUCA-LCD (see Note1) N k = 1 and N= 60 (R8) Hvkn n 2 THDVk ( ) Hv *1000 k = 1, 2, 3 and N= 21 o 31 DUCA-LCD (see Note1) k1 2 k = 1 and N= 60 (R8) Note1: in the Setup menu of the instrument is possible to set the total number of harmonics through which are calculated THD values Floating point memory map for R5 and R8 The following table indicates the correspondence between the address of the location, the number of accessible words beginning with that address, the description of the measurement value, the unit of measurement of the measurement value and the binary format. Formats of the variables passed: - Float: means a Single-precision floating-point format (32 bits), with exponent first (example: 47F1 2007h = ). Note: INVALID DATA is FFFF FFFFh, that is a Quiet NaN. Only for R5 and R8 models it is available the following table: Add. Word Measurement description Unit Float Frequency Hz Float Three-phase Equivalent Voltage V Float

Specifiche generali protocollo MODBUS-RTU Rev. 10 (inglese) REVISIONS

Specifiche generali protocollo MODBUS-RTU Rev. 10 (inglese) REVISIONS Modbus-RTU Protocol (Mach Smart / Smart Più) Page 1 of 18 Specifiche generali protocollo MODBUS-RTU Rev. 10 (inglese) Written: U. T. ing. M. Bandini / A. Sangiorgi Verified: A. Q. sig. F. Adinolfi Approved:

More information

M2M/DMTME Instruments Communication protocol. Technical specification V.2.1 2CSG445011D0201

M2M/DMTME Instruments Communication protocol. Technical specification V.2.1 2CSG445011D0201 M2M/DMTME Instruments Communication protocol 2CSG445011D0201 1 Setting up M2M/DMTME serial communication... 3 1.1 Serial network ID programming... 3 1.2 RS-485 communication interface... 3 1.3 Serial line

More information

DMTME Multimeters. Communication protocol. Technical specification V1.2 ABB

DMTME Multimeters. Communication protocol. Technical specification V1.2 ABB DMTME Multimeters Communication protocol ABB 1 Setting up DMTME serial communication.3 1.1 Serial network ID programming...3 1.2 RS-485 communication interface...3 1.3 Serial line connection...3 2 Communication

More information

EM210 COMMUNICATION PROTOCOL. Version 3 Revision 3

EM210 COMMUNICATION PROTOCOL. Version 3 Revision 3 EM210 COMMUNICATION PROTOCOL Version 3 Revision 3 November 13 th, 2015 Index 1.1 Introduction... 3 1.2 MODBUS functions... 3 Function 03h (Read Holding Registers)... 3 Function 04h (Read Input Registers)...

More information

EM21 COMMUNICATION PROTOCOL. Version 1 Revision 0

EM21 COMMUNICATION PROTOCOL. Version 1 Revision 0 EM21 COMMUNICATION PROTOCOL Version 1 Revision 0 April 7 th, 2008 Index 1.1 Introduction...3 1.2 MODBUS functions...3 1.2.1 Function 03h (Read Holding Registers)...3 1.2.2 Function 04h (Read Input Registers)...4

More information

EM300 Series. ET300 Series

EM300 Series. ET300 Series EM300 Series and ET300 Series COMMUNICATION PROTOCOL Version 2 Revision 11 Index 1.1 Introduction... 3 1.2 MODBUS functions... 3 1.2.1 Function 03h (Read Holding Registers)... 3 1.2.2 Function 04h (Read

More information

EM210 COMMUNICATION PROTOCOL. Version 3 Revision 1

EM210 COMMUNICATION PROTOCOL. Version 3 Revision 1 EM210 COMMUNICATION PROTOCOL Version 3 Revision 1 June 4 th, 2014 Index 1.1 Introduction...3 1.2 MODBUS functions...3 Function 03h (Read Holding Registers)...3 Function 04h (Read Input Registers)...4 Function

More information

Interface Definition RISH EM 2340/1320/30/ _Rev. D - 8/2016

Interface Definition RISH EM 2340/1320/30/ _Rev. D - 8/2016 Interface Definition RISH EM 2340/1320/30/40 1 2-60-006-00-00494_Rev. D - 8/2016 2 Section DIGITAL MULTIFUNCTION INSTRUMENT Contents 1. Introduction Programmable Multi-function Energy Meter Installation

More information

GNM3D Series COMMUNICATION PROTOCOL. Version 1 Revision 0

GNM3D Series COMMUNICATION PROTOCOL. Version 1 Revision 0 GNM3D Series COMMUNICATION PROTOCOL Version 1 Revision 0 Index 1.1 1.2 Introduction... 3 MODBUS functions... 3 1.2.1 Function 03h (Read Holding Registers)... 3 1.2.2 Function 04h (Read Input Registers)...

More information

EM24-DIN COMMUNICATION PROTOCOL. Version 3 Revision 1

EM24-DIN COMMUNICATION PROTOCOL. Version 3 Revision 1 EM24-DIN COMMUNICATION PROTOCOL Version 3 Revision 1 July 15 th, 2008 Index 1.1 Introduction... 3 1.2 MODBUS functions... 3 1.2.1 Function 03h (Read Holding Registers)...3 1.2.2 Function 04h (Read Input

More information

EM24-DIN PFA, PFB & X models

EM24-DIN PFA, PFB & X models EM24-DIN PFA, PFB & X models COMMUNICATION PROTOCOL Version 4 Revision 0 December 03 th, 2012 Index 1.1 Introduction...3 1.2 MODBUS functions...3 1.2.1 Function 03h (Read Holding Registers)...3 1.2.2 Function

More information

EM26-96 COMMUNICATION PROTOCOL. Version 1 Revision 0

EM26-96 COMMUNICATION PROTOCOL. Version 1 Revision 0 EM26-96 COMMUNICATION PROTOCOL Version 1 Revision 0 February 5 th, 2007 Index 1.1 Introduction...3 1.2 MODBUS functions...3 1.2.1 Function 03h (Read Holding Registers)... 3 1.2.2 Function 04h (Read Input

More information

EM24-DIN COMMUNICATION PROTOCOL. Version 3 Revision 0

EM24-DIN COMMUNICATION PROTOCOL. Version 3 Revision 0 EM24-DIN COMMUNICATION PROTOCOL Version 3 Revision 0 March 25 th, 2008 Index 1.1 Introduction...3 1.2 MODBUS functions...3 1.2.1 Function 03h (Read Holding Registers)...3 1.2.2 Function 04h (Read Input

More information

COMMUNICATION MODBUS PROTOCOL MF96001 / 021 NEMO 96HD

COMMUNICATION MODBUS PROTOCOL MF96001 / 021 NEMO 96HD COMMUNICATION MODBUS PROTOCOL MF96001 / 021 NEMO 96HD PR106 20/10/2016 Pag. 1/31 Contents 1.0 ABSTRACT... 2 2.0 DATA MESSAGE DESCRIPTION... 3 2.1 Parameters description... 3 2.2 Data format... 4 2.3 Description

More information

PFC96Evo / PFC144Evo CONTROLLER MODBUS PROTOCOL

PFC96Evo / PFC144Evo CONTROLLER MODBUS PROTOCOL PFC96Evo / PFC144Evo CONTROLLER MODBUS PROTOCOL WARNING Installation, setting, inspection and maintenance operations must be performed only by qualified personnel in charge of it. Any operation must be

More information

EM270 COMMUNICATION PROTOCOL. Version 1 Revision 0

EM270 COMMUNICATION PROTOCOL. Version 1 Revision 0 EM270 COMMUNICATION PROTOCOL Version 1 Revision 0 October 4 th, 2013 Index 1.1 Introduction... 3 1.2 MODBUS functions... 3 1.2.1 Function 03h (Read Holding Registers)... 3 1.2.2 Function 04h (Read Input

More information

EM271 COMMUNICATION PROTOCOL. Version 0 Revision 0

EM271 COMMUNICATION PROTOCOL. Version 0 Revision 0 EM271 COMMUNICATION PROTOCOL Version 0 Revision 0 May 12 th, 2014 Index 1.1 Introduction... 3 1.2 MODBUS functions... 3 1.2.1 Function 03h (Read Holding Registers)... 3 1.2.2 Function 04h (Read Input Registers)...

More information

Sommario. COMMUNICATION PROTOCOL PR 150 Rev. A 31/01/2018 Pag 1 Multifunction Firmware NEMO 96 EA ModBus

Sommario. COMMUNICATION PROTOCOL PR 150 Rev. A 31/01/2018 Pag 1 Multifunction Firmware NEMO 96 EA ModBus 31/01/2018 Pag 1 Sommario 1. ABSTRACT... 2 1.1. 1.2. Physical level... 2 Data link level... 2 1.3. Application level... 2 2. DATA MESSAGE DESCRIPTION... 3 2.1. Parameters description... 3 2.2. Data format...

More information

A2000 Multifunctional Power Meter Profibus Interface

A2000 Multifunctional Power Meter Profibus Interface Interface Description A2000 Multifunctional Power Meter Profibus Interface 3-349-092-03 12/1.10 Contents 1 General Information... 3 1.1 Interface Hardware...3 1.2 Communications Protocol...4 2 Telegram

More information

MODBUS APPLICATION MANUAL DFC-0124

MODBUS APPLICATION MANUAL DFC-0124 MODBUS APPLICATION MANUAL DFC-0124-1 - COPYRIGHT NOTICE Any unauthorized use or copying of the contents or any part of this document is prohibited. This applies in particular to trademarks, model denominations,

More information

EM23-DIN COMMUNICATION PROTOCOL. Version 0 Revision 0

EM23-DIN COMMUNICATION PROTOCOL. Version 0 Revision 0 EM23-DIN COMMUNICATION PROTOCOL Version 0 Revision 0 January 14 th, 2013 Index 1.1 Introduction...3 1.2 MODBUS functions...3 1.2.1 Function 03h (Read Holding Registers)...3 1.2.2 Function 04h (Read Input

More information

EMDX3 Multifunction meter Cat No ModbusTable LGR EN v1.01.xls

EMDX3 Multifunction meter Cat No ModbusTable LGR EN v1.01.xls GENERAL MODBUS TABLE ORGANIZATION Starting of the Starting of the Group s Group s System Version (Release) System Version (Build) Group Name (Text) Group Code Group Complexity Group Version 36096 8D00

More information

C192PF8-RPR. Power Factor Manager & Reactive Power Regulator Reference Guide. Modbus. Communications Protocol. BG0348 Rev. A1

C192PF8-RPR. Power Factor Manager & Reactive Power Regulator Reference Guide. Modbus. Communications Protocol. BG0348 Rev. A1 C192PF8-RPR Power Factor Manager & Reactive Power Regulator Reference Guide Modbus Communications Protocol BG0348 Rev. A1 C192PF8-RPR POWER FACTOR MANAGER AND REACTIVE POWER REGULATOR COMMUNICATIONS Modbus

More information

MultiCube. Modbus Data Tables. August Northern Design (Electronics) Ltd Bradford UK

MultiCube. Modbus Data Tables. August Northern Design (Electronics) Ltd Bradford UK MultiCube Modbus Data Tables August 2005 Modbus Data Tables Northern Design (Electronics) Ltd Bradford UK 1. Introduction This document is intended as a supplement to the MultiCube Modbus Options Installation

More information

RISH Master 3440i/3440iDL 0.2S

RISH Master 3440i/3440iDL 0.2S Interface Definition RISH Master 344i/344iDL.2S as per IEC6253-22 DIGITAL MULTIFUNCTION INSTRUMENT Installation & Operating Instructions Section 1. 2. 3. 4. 5. Contents Introduction Communication selection

More information

EM100 Series and ET100 Series

EM100 Series and ET100 Series EM100 Series and ET100 Series COMMUNICATION PROTOCOL Version 2 Revision 6 Index 1.1 1.2 Introduction... 3 MODBUS functions... 3 1.2.1 Function 03h (Read Holding Registers)...3 1.2.2 Function 04h (Read

More information

SERIES PM172 POWERMETERS COMMUNICATIONS REFERENCE GUIDE

SERIES PM172 POWERMETERS COMMUNICATIONS REFERENCE GUIDE SERIES PM172 POWERMETERS COMMUNICATIONS Modbus Communications Protocol REFERENCE GUIDE Every effort has been made to ensure that the material herein is complete and accurate. However, the manufacturer

More information

PM Multifunction meter Cat No. F3N200 - ModbusTable BT EN v1.01.xls

PM Multifunction meter Cat No. F3N200 - ModbusTable BT EN v1.01.xls PM Multifunction meter Cat No. FN200 - ModbusTable BT EN v.0.xls GENERAL MODBUS TABLE ORGANIZATION Starting of the Group s Starting of the Group s System Version (Release) System Version (Build) Group

More information

DKM-407 DIN RAIL TYPE NETWORK ANALYZER

DKM-407 DIN RAIL TYPE NETWORK ANALYZER DKM-407 User Manual DKM-407 DIN RAIL TYPE NETWORK ANALYZER DESCRIPTION The DKM-407 is a DIN rail mounted precision and low cost unit allowing measurement and remote monitoring of AC parameters of a distribution

More information

PM130 Powermeters Reference Guide ASCII Communications Protocol

PM130 Powermeters Reference Guide ASCII Communications Protocol PM130 Powermeters Reference Guide ASCII Communications Protocol BG0309 Rev. A1 SERIES PM130 POWERMETERS COMMUNICATIONS ASCII Communications Protocol REFERENCE GUIDE Every effort has been made to ensure

More information

CURRENT PROTECTION RELAY SMPR-1

CURRENT PROTECTION RELAY SMPR-1 CURRENT PROTECTION RELAY SMPR-1 1.- ORION ITALIA SERIES MODBUS PROTOCOL. The ORION ITALIA SERIES implement a subset of the AEG Modicon Modbus serial communication standard. Many devices support this protocol

More information

PowerLogic ION6200 Serial Communications Protocol and ION / Modbus Register Map

PowerLogic ION6200 Serial Communications Protocol and ION / Modbus Register Map 70022-05-XX PROTOCOL DOCUMENT 04/2007 PowerLogic ION6200 Serial Communications Protocol and ION / Modbus Register Map This document explains the Modbus protocol on the ION6200 meter. The ION6200 meter

More information

PM130 Powermeters Reference Guide Modbus Communications Protocol

PM130 Powermeters Reference Guide Modbus Communications Protocol PM130 Powermeters Reference Guide Modbus Communications Protocol BG0310 Rev. A1 SERIES PM130 POWERMETERS COMMUNICATIONS Modbus Communications Protocol REFERENCE GUIDE Every effort has been made to ensure

More information

1.Eastron SDM530-Modbus Smart Meter Modbus Protocol Implementation V1.1

1.Eastron SDM530-Modbus Smart Meter Modbus Protocol Implementation V1.1 1.Eastron SDM530-Modbus Smart Meter Modbus Protocol Implementation V1.1 1.1 Modbus Protocol Overview This section provides basic information for interfacing the Eastron Smart meter to a Modbus Protocol

More information

1.Eastron SDM230Modbus Smart Meter Modbus Protocol Implementation V1.2

1.Eastron SDM230Modbus Smart Meter Modbus Protocol Implementation V1.2 1.Eastron SDM230Modbus Smart Meter Modbus Protocol Implementation V1.2 1.1 Modbus Protocol Overview This section provides basic information for interfacing the Eastron Smart meter to a Modbus Protocol

More information

PM290 POWERMETER. Communication Protocols ASCII & Modbus Reference Guide

PM290 POWERMETER. Communication Protocols ASCII & Modbus Reference Guide PM290 POWERMETER Communication Protocols ASCII & Modbus Reference Guide PM290 Communication Protocols Communication protocol is a method of transferring information between different devices (i.e., the

More information

DNP3 Communications Protocol

DNP3 Communications Protocol Powermeter and Power Quality Analyzer PM174 DNP3 Communications Protocol Reference Guide BG0413 Rev. A3 Every effort has been made to ensure that the material herein is complete and accurate. However,

More information

SERIES PM130EH POWERMETERS COMMUNICATIONS REFERENCE GUIDE

SERIES PM130EH POWERMETERS COMMUNICATIONS REFERENCE GUIDE SERIES PM130EH POWERMETERS COMMUNICATIONS ASCII Communications Protocol REFERENCE GUIDE Every effort has been made to ensure that the material herein is complete and accurate. However, the manufacturer

More information

EM24_E1. (Ethernet) COMMUNICATION PROTOCOL. Version 0 Revision 1.2

EM24_E1. (Ethernet) COMMUNICATION PROTOCOL. Version 0 Revision 1.2 EM24_E1 (Ethernet) COMMUNICATION PROTOCOL Version 0 Revision 1.2 Index 1 INTRODUCTION... 3 1.1 1.2 Introduction... 3 Modbus functions... 3 1.2.1 Function 03h (Read Holding Registers) and 04h (Read Input

More information

Technical Documentation

Technical Documentation BLR-CM - MODBUS Technical Documentation BLR-CM MODBUS Beluk GmbH Tel.: +49/(0)8861/2332-0 Fax: +49/(0)8861/2332-22 e-mail: blr@beluk.de http://www.beluk.de BLR-CM - MODBUS Page 2 of 20 Document history

More information

GNM3D M-BUS COMMUNICATION PROTOCOL. Revision 1

GNM3D M-BUS COMMUNICATION PROTOCOL. Revision 1 GNM3D M-BUS COMMUNICATION PROTOCOL Revision 1 Index 1.1 1.2 Introduction... 3 M-BUS functions... 3 1.2.1 Single control character procedure SND_NKE... 3 1.2.2 Request/Respond Procedure (REQ/RSP)... 4 1.2.3

More information

DNP Points List and Implementation

DNP Points List and Implementation S&C IntelliCap Plus Automatic Capacitor Control DNP Points List and Implementation Table of Contents Section Page Section Page DNP Points List for IntelliCap Plus Controls...1 Status Points....2 Analog

More information

8 data bits, least significant bit sent first 1 bit for even/odd parity (or no parity) 1 stop bit if parity is used; 1 or 2 bits if no parity

8 data bits, least significant bit sent first 1 bit for even/odd parity (or no parity) 1 stop bit if parity is used; 1 or 2 bits if no parity 1 Eastron SDM630 Smart Meter Modbus Protocol Implementation V1.2 1.1 Modbus Protocol Overview This section provides basic information for interfacing the Eastron Smart meter to a Modbus Protocol network.

More information

SERIES PM172EH POWERMETERS COMMUNICATIONS REFERENCE GUIDE

SERIES PM172EH POWERMETERS COMMUNICATIONS REFERENCE GUIDE SERIES PM172EH POWERMETERS COMMUNICATIONS Modbus Communications Protocol REFERENCE GUIDE Every effort has been made to ensure that the material herein is complete and accurate. However, the manufacturer

More information

EM300 Series. ET300 Series

EM300 Series. ET300 Series EM300 Series and ET300 Series COMMUNICATION PROTOCOL Version 2 Revision 9 Index 1.1 Introduction... 3 1.2 MODBUS functions... 3 1.2.1 Function 03h (Read Holding Registers)... 3 1.2.2 Function 04h (Read

More information

COMMUNICATION MODBUS PROTOCOL

COMMUNICATION MODBUS PROTOCOL COMMUNICATION MODBUS PROTOCOL MFD4E06 - NEMO-D4e PR146 08/03/2018 Pag. 1/16 CONTENTS 1.0 ABSTRACT... 2 2.0 DATA MESSAGE DESCRIPTION... 3 2.1 Parameter description... 3 2.2 Data format... 4 2.3 Description

More information

Modbus Protocol For FTS/FTM 3x&8x

Modbus Protocol For FTS/FTM 3x&8x [ 公司地址 ] Modbus Protocol For FTS/FTM 3x&8x V3.0 Introduction This document describes the protocol detail of Modbus for FTSXX Hardware interface - The interface on the sensor is RS-485. - Hardware named

More information

INTELLIS. Modbus Direct Network Monitor

INTELLIS. Modbus Direct Network Monitor INTELLIS Modbus Direct Network Monitor System Installation and Operation Manual Phone: (201) 794-7650 Fax: (201)794-0913 Chapter 1 Modbus Protocol Revision History Revision 1.0 30 April, 2002 Initial Version

More information

Conto D1 MODBUS COMMUNICATION PROTOCOL

Conto D1 MODBUS COMMUNICATION PROTOCOL ENERGY METER Conto D1 MODBUS COMMUNICATION PROTOCOL 4/03/15 Pagina 1 di 7 FIRMWARE CONTENTS 1.0 ABSTRACT 2.0 DATA MESSAGE DESCRIPTION 2.1 Parameters description 2.2 Data format 2.3 Description of CRC calculation

More information

SERIES PM296/RPM096 POWERMETERS COMMUNICATIONS REFERENCE GUIDE

SERIES PM296/RPM096 POWERMETERS COMMUNICATIONS REFERENCE GUIDE SERIES PM296/RPM096 POWERMETERS COMMUNICATIONS ASCII Communications Protocol REFERENCE GUIDE Every effort has been made to ensure that the material herein is complete and accurate. However, the manufacturer

More information

GNM1D M-BUS COMMUNICATION PROTOCOL. Revision 0

GNM1D M-BUS COMMUNICATION PROTOCOL. Revision 0 GNM1D M-BUS COMMUNICATION PROTOCOL Revision 0 Index 1.1 1.2 Introduction... 3 M-BUS functions... 3 1.2.1 Single control character procedure SND_NKE... 3 1.2.2 Request/Respond Procedure (REQ/RSP)... 4 1.2.3

More information

SPM33. MODBUS Protocol and register List V1.5

SPM33. MODBUS Protocol and register List V1.5 SPM33 MODBUS Protocol and register List V1.5 ZHUHAI PILOT TECHNOLOGY CO.,LTD 目 录 1. Introduction... 1 1.1 Purpose of the Communication Protocol... 1 1.2 Version of Communication Protocol... 1 2. Detailed

More information

EM111-EM112 M-BUS COMMUNICATION PROTOCOL. Revision 4.0

EM111-EM112 M-BUS COMMUNICATION PROTOCOL. Revision 4.0 EM111-EM112 M-BUS COMMUNICATION PROTOCOL Revision 4.0 Index 1.1 Introduction...3 1.2 M-BUS functions...3 1.2.1 Single control character procedure SND_NKE...3 1.2.2 Request/Respond Procedure (REQ/RSP)...4

More information

Rapidus Power Factor Controller

Rapidus Power Factor Controller Rapidus Power Factor Controller Moduler design No connector cables No fixing screws State of the art technology Easy mounting on panels connection to system Dynamic Capacitor Monitoring DCM is a supreme

More information

MODBUS APPLICATION MANUAL DKM-411

MODBUS APPLICATION MANUAL DKM-411 MODBUS APPLICATION MANUAL DKM-411-1 - COPYRIGHT NOTICE Any unauthorized use or copying of the contents or any part of this document is prohibited. This applies in particular to trademarks, model denominations,

More information

SKD-005-M Protocol. 2 RS485 General Information 2.1 Half Duplex 2.2 Connecting the Instruments 2.3 A and B terminals 2.

SKD-005-M Protocol. 2 RS485 General Information 2.1 Half Duplex 2.2 Connecting the Instruments 2.3 A and B terminals 2. Controlin BV Glasblazerstraat 1 2984 BL Ridderkerk Customer Service: +31 (0)180 330 522 www.controlin.nl SKD-005-M Protocol 1. SKD-005-M Protocol Implementation 1.1 Modbus Protocol Overview 1.2 Input register

More information

MODBUS- Adress-table BR7000-I Version 4.1 (issue 10/16)

MODBUS- Adress-table BR7000-I Version 4.1 (issue 10/16) MODBUS- -table BR7000-I Version 4.1 (issue 10/16) Functioncode 3: max. number of read-register 125 (250 Byte) / per request FUNCTION 0 0 * * Reactive power - WORD 0 1 * * Reactive power - WORD 0 2 * *

More information

TECHNICAL NOTES By6150-S-485 MODBUS J BUS Communication

TECHNICAL NOTES By6150-S-485 MODBUS J BUS Communication By6150-S-485 MODBUS J BUS Communication By6150-S-485_MODBUS COMMUNICATIONS_Rev 1.doc 09.04.2014 1/9 General descriptions 1RAEM4CS485 speaks using the MODBUS protocol managed in RTU (and JBUS) mode. 3 Function

More information

VERIS H8035 and H8036

VERIS H8035 and H8036 VERIS H8035 and H8036 MODBUS IMPLEMENTATION SPECIFICATION OVERVIEW This document describes the implementation of Modbus protocol used in the Veris H8035 and H8036 power meters. It is intended to assist

More information

INTEGRA DL1 DUAL LOAD DIGITAL METER COMMUNICATIONS GUIDE DIGITAL ENERGY METER FOR MULTIPLE LOADS IN AN ELECTRICAL SYSTEM

INTEGRA DL1 DUAL LOAD DIGITAL METER COMMUNICATIONS GUIDE DIGITAL ENERGY METER FOR MULTIPLE LOADS IN AN ELECTRICAL SYSTEM DL1 INTEGRA DL1 DUAL LOAD DIGITAL METER COMMUNICATIONS GUIDE DIGITAL ENERGY METER FOR MULTIPLE LOADS IN AN ELECTRICAL SYSTEM Contents 1 Dual Load Digital meters Modbus Protocol implementation 3 1.1 Modbus

More information

Integra Ri3 Digital Meters. Communications Guide

Integra Ri3 Digital Meters. Communications Guide Integra Ri3 Digital Meters Communications Guide Contents Crompton Instruments 1 Integra Ri3 Digital Meter Modbus Protocol implementation 3 1.1 Modbus Protocol Overview 3 1.2 Input Registers 3 Ri3 Input

More information

SMARTRAIL X100 Protocol

SMARTRAIL X100 Protocol Smart Process & Control Ltd 11 Totman Close Brook Road Industrial Estate Rayleigh, Essex SS6 7UZ Customer Service: 01268 773422 www.smartprocess.co.uk SMARTRAIL X100 Protocol 1. SMARTRAIL X100 Protocol

More information

AP25-3DO PROTOCOL. Modbus Guide - Issue 1.0 SUBJECT TO CHANGE WITHOUT NOTICE

AP25-3DO PROTOCOL. Modbus Guide - Issue 1.0 SUBJECT TO CHANGE WITHOUT NOTICE MODBUS PROTOCOL IMPLEMENTATION AP25-3DO www.sifamtinsley.co.uk NEW PRODUCT Multifunction Meters Transducers & Isolators Temperature Controllers Converters & Recorders Digital Panel Meters Current Transformers

More information

DRS-100-3P MID Energy Meter Direct Connect, 100A, Three phase Communications Guide

DRS-100-3P MID Energy Meter Direct Connect, 100A, Three phase Communications Guide DRS-100-3P MID Energy Meter Direct Connect, 100A, Three phase Communications Guide Contents 1 DRS-100-3P - Modbus Protocol Implementation 3 1.1 Modbus Protocol Overview 3 1.2 Modbus Protocol Input Registers

More information

USER MANUAL 2012 V1.1

USER MANUAL 2012 V1.1 SMART MINI POWER SDM630 USER MANUAL 2012 V1.1-1 - Installation and Operation Instructions Important Safety Information is contained in the Maintenance section. Familiarise yourself with this information

More information

eed quality electronic design Type R/W Irms Current measurement rms (ma) Float (MSW)

eed quality electronic design Type R/W Irms Current measurement rms (ma) Float (MSW) Register Name Comment Register Machine ID Machine ID (1) Unsigned short R 3 40001 FW version Firmware version (0) Unsigned short R 40002 STATUS Status : bit 0 = fail global, bit 1 = alarm, bit 2 = overrange,

More information

WM4-96 (Rev. C04 and following) SERIAL COMMUNICATION PROTOCOL

WM4-96 (Rev. C04 and following) SERIAL COMMUNICATION PROTOCOL Page 1 (Rev. C04 and following) Vers. 1 Rev. 3 February 15 th, 2005 Page 2 Index INDEX...2 1...3 1.1 INTRODUCTION...3 1.2 FUNCTIONS...3 1.3 MEMORY AREA...5 1.4 IDENTIFICATION CODE AND SERIAL NUMBER...6

More information

BLR-CM Modbus. Technical Documentation. Technical Documentation. Rev BLR-CM Modbus. Beluk GmbH Taubenstrasse Schongau Germany

BLR-CM Modbus. Technical Documentation. Technical Documentation. Rev BLR-CM Modbus. Beluk GmbH Taubenstrasse Schongau Germany Beluk GmbH Taubenstrasse 1 86956 Schongau Germany Tel.: +49/(0)8861/2332-0 Fax: +49/(0)8861/2332-22 E-Mail: blr@beluk.de Web: http://www.beluk.de Document history Date Name Revision Comment 08.11.06 ATh

More information

Integra, INT-0220 and INT-0230 (MID) Power Measurement Digital Metering System Communications Guide

Integra, INT-0220 and INT-0230 (MID) Power Measurement Digital Metering System Communications Guide Integra, INT-0220 and INT-0230 (MID) Power Measurement Digital Metering System Communications Guide Contents 1 INTEGRA INT-0230 - Modbus Protocol Implementation 3 1.1 Modbus Protocol Overview 3 1.2 Modbus

More information

Pen Drive USB Datalogger!

Pen Drive USB Datalogger! SINGLE PHASE POWER METER Isolated V/I converter -RS485 Modbus - Datalogger Single-phase power meter RMS, and Voltage/Current Isolated. Signal Converter 1000 VDC / 600 VAC, 10 A AC/DC, Variable frequency

More information

GCR 06, GCR 12. Power factor correction controller. User and service manual

GCR 06, GCR 12. Power factor correction controller. User and service manual GCR 06, GCR 12 Power factor correction controller User and service manual version 1.6 Czech Republic Czech Republic 1 Content 1. Front control panel and back terminal panel...3 2. Device description...

More information

SUMMARIZE MEASUREMENT AND PROTECTION RELAY SMPR-1

SUMMARIZE MEASUREMENT AND PROTECTION RELAY SMPR-1 E.1 ORION ITALIA SERIES MODBUS PROTOCOL. The ORION ITALIA SERIES implement a subset of the AEG Modicon Modbus serial communication standard. Many devices support this protocol directly with suitable interface

More information

INSTRUCTION MANUAL RVT communication How to use RS485 USB Ethernet RVT connections

INSTRUCTION MANUAL RVT communication How to use RS485 USB Ethernet RVT connections INSTRUCTION MANUAL RVT communication How to use RS85 USB Ethernet RVT connections Table of contents 1 Introduction to the controller... 1.1 Intended audience... 1.2 Before you start... 1.3 How to use this

More information

CE4DMID01 COMMUNICATION PROTOCOL CONTENTS 1.0 INTRODUCTION

CE4DMID01 COMMUNICATION PROTOCOL CONTENTS 1.0 INTRODUCTION 11/11/2011 Pagina 1 di 11 ELECTRICITY ENERGY METER FIRMWARE 1.3 CE4DMID01 COMMUNICATION PROTOCOL CONTENTS 1.0 INTRODUCTION 2.0 DATA MESSAGE DESCRIPTION 2.1 Data field description 2.2 Data format 2.3 Description

More information

Power Energy Analyser & Logic Controller Maximum Demand Load Shed Controller 2nd - 40th Voltage & Current Harmonic Analyser

Power Energy Analyser & Logic Controller Maximum Demand Load Shed Controller 2nd - 40th Voltage & Current Harmonic Analyser Power Energy Analyser & Logic Controller Maximum Demand Load Shed Controller 2nd - 40th Voltage & Current Harmonic Analyser 4 Target Max. Demand (MD) Load Shed Controller Up to 64 loads may be shed to

More information

User manual PROFIBUS C/Q 15/96 MCU

User manual PROFIBUS C/Q 15/96 MCU Page 1 of 12 SUMMARY 1. DESCRIPTION.... 2 2. AVAILABLE VARIABLES... 3 3. MODULES DESCRIPTION... 5 4. PROFIBUS WIRING... 10 5. ADDRESS SETTING.... 10 6. STATUS LED INDICATIONS... 11 7. TROUBLE SHOOTING...

More information

IntelliCAP PLUS Supplement for Landis & Gyr Telegyr 8979 Protocol

IntelliCAP PLUS Supplement for Landis & Gyr Telegyr 8979 Protocol IntelliCAP PLUS Supplement for Landis & Gyr Telegyr 8979 Protocol March 31, 2003 1135 Atlantic Avenue Alameda, California USA 1023-563 / 3-31-03 IntelliCAP PLUS Capacitor Control Proprietary Notice This

More information

RSGD 75mm Modbus Protocol

RSGD 75mm Modbus Protocol RSGD 75mm Modbus Protocol Rev 2.0 Contents Chapter 1 Introduction 1.1 Foreword... 3 1.2 Product inspection... 3 1.3 Precautions... 3 Chapter 2 Software Installation 2.1 System requirements... 4 2.2 Software

More information

Using the MODBUS Protocol with Athena Series C (1ZC, 16C, 18C, and 25C) Controllers

Using the MODBUS Protocol with Athena Series C (1ZC, 16C, 18C, and 25C) Controllers Using the MODBUS Protocol with Athena Series C (1ZC, 16C, 18C, and 25C) Controllers Athena and Multi-Comm are trademarks of Athena Controls, Inc. MODBUS is a trademark of AEG Schneider Automation, Inc.

More information

Generator Management Relay COMMUNICATIONS GUIDE

Generator Management Relay COMMUNICATIONS GUIDE Title Page g GE Industrial Systems 489 Generator Management Relay COMMUNICATIONS GUIDE Software Revision: 3.00 GE Publication Code: GEK-106495A Part Number: 1601-0149-A2 Copyright 2004 215 Anderson Avenue,

More information

MIC-2 MKII & MIC-2 MKII DIN, Multi-instrument DATA SHEET

MIC-2 MKII & MIC-2 MKII DIN, Multi-instrument DATA SHEET & DIN, Multi-instrument DATA SHEET Measurements All 3-phase AC measurements True RMS 4-Quadrant energy Power Quality Analysis Replaces analogue meters RS-485 Modbus RTU protocol TCP/IP Modbus (optional)

More information

MIC-2 MKII, Multi-instrument DATA SHEET

MIC-2 MKII, Multi-instrument DATA SHEET MIC-2 MKII, Multi-instrument DATA SHEET Measurements All 3-phase AC measurements True RMS 4-Quadrant energy Power Quality Analysis Replaces analogue meters RS-485 Modbus RTU protocol TCP/IP Modbus (optional)

More information

MID PRELIMINARY DATA SHEET. RI-D Series. Single Phase Multifunction Energy Meter (MID Certified) MID

MID PRELIMINARY DATA SHEET. RI-D Series. Single Phase Multifunction Energy Meter (MID Certified) MID PRELIMINARY DATA SHEET RI-D35-100 Series Single Phase Multifunction Energy Meter (MID Certified) MID direct connected Two pulse outputs LED pulse indication High definition LCD display with white backlight

More information

DIN Rail Smart Meter for Single and Three Phase Electrical Systems

DIN Rail Smart Meter for Single and Three Phase Electrical Systems SDM630-Modbus V2 DIN Rail Smart Meter for Single and Three Phase Electrical Systems Measures kwh Kvarh, KW, Kvar, KVA, P, F, PF, Hz, dmd, V, A, etc. Bi-directional measurement IMP & EXP Two pulse outputs

More information

B+G E-Tech User Manual for SDM630 SDM630. Din Rail Smart Energy Meter for Single and Three Phase Electrical Systems USER MANUAL 2013 V1.

B+G E-Tech User Manual for SDM630 SDM630. Din Rail Smart Energy Meter for Single and Three Phase Electrical Systems USER MANUAL 2013 V1. SDM630 Din Rail Smart Energy Meter for Single and Three Phase Electrical Systems USER MANUAL 203 V. Important Safety Information is contained in the Maintenance section. Familiarize yourself with this

More information

COMMUNICATION MODBUS PROTOCOL

COMMUNICATION MODBUS PROTOCOL COMMUNICATION MODBUS PROTOCOL CE4DMID31 / CE4DMID21 CONTO D4 Pd MID PR123 20/10/2016 Pag. 1/9 Contents 1.0 ABSTRACT... 2 2.0 DATA MESSAGE DESCRIPTION... 3 2.1 Parameters description... 3 2.2 Data format...

More information

COMMUNICATION MODBUS PROTOCOL

COMMUNICATION MODBUS PROTOCOL COMMUNICATION MODBUS PROTOCOL BOZZA_V04 Conto D6-Pd 05/12/2017 Pag. 1/15 CONTENTS 1.0 ABSTRACT... 2 2.0 DATA MESSAGE DESCRIPTION... 3 2.1 Parameters description... 3 2.2 Data format... 4 2.3 Description

More information

SDM630M CT USER MANUAL 2016 V4.7. DIN Rail Energy Meter for Single and Three Phase Electrical Systems

SDM630M CT USER MANUAL 2016 V4.7. DIN Rail Energy Meter for Single and Three Phase Electrical Systems SDM630M CT DIN Rail Energy Meter for Single and Three Phase Electrical Systems Measures kwh Kvarh, KW, Kvar, KVA, P, F, PF, Hz, dmd, V, A, THD,etc. Bi-directional measurement IMP & EXP Two pulse outputs

More information

MIC-2 Multi-instrument DATA SHEET

MIC-2 Multi-instrument DATA SHEET Measurements All 3-phase AC measurements True RMS 4-Quadrant energy Power Quality Analysis Replaces analogue meters RS-485 Modbus RTU protocol TCP/IP Modbus (optional) Profibus DP (optional) I/O modules

More information

U niversal Measuring Device NEW! UMG 96 S. Little Fieldbus Giant. Modbus / Profibus. Harmonics. Memory. Analogue outputs.

U niversal Measuring Device NEW! UMG 96 S. Little Fieldbus Giant. Modbus / Profibus. Harmonics. Memory. Analogue outputs. U niversal Measuring Device NEW! Little Fieldbus Giant Modbus / Profibus Harmonics Memory Analogue outputs Digital I/O Modem Recorder Profibus Modbus PC I/O Universal Measuring Device Application Application

More information

* A8* GE Grid Solutions. Generator Management Relay COMMUNICATIONS GUIDE

* A8* GE Grid Solutions. Generator Management Relay COMMUNICATIONS GUIDE GE Grid Solutions 489 Generator Management Relay COMMUNICATIONS GUIDE Software Revision: 4.0x GE Publication Code: GEK-106495H GE Multilin Part Number: 1601-0149-A8 Copyright 2017 GE Multilin Inc. GE Grid

More information

List of Contents 1. INTRODUCTION DEFINITIONS AND ABBREVIATIONS REFERENCES TECHNICAL DATA GENERAL MODBUS RTU...

List of Contents 1. INTRODUCTION DEFINITIONS AND ABBREVIATIONS REFERENCES TECHNICAL DATA GENERAL MODBUS RTU... MAGX2 RTU User Guide -0- V1.5 23-01-2018 List of Contents 1. INTRODUCTION... 2 1.1 DEFINITIONS AND ABBREVIATIONS... 2 1.2 REFERENCES... 2 2. TECHNICAL DATA... 3 2.1 GENERAL MODBUS RTU... 4 3. COMMISSIONING...

More information

Description of options. user s manual. DEIF A/S Frisenborgvej 33 DK-7800 Skive Tel.: Fax:

Description of options. user s manual. DEIF A/S Frisenborgvej 33 DK-7800 Skive Tel.: Fax: Description of options TCP/IP Ethernet module user s manual DEIF A/S Frisenborgvej 33 DK-7800 Skive Tel.: +45 9614 9614 Fax: +45 9614 9615 info@deif.com www.deif.com Document no.: 4189320029B Legal information

More information

Optidrive Applications Support Library

Optidrive Applications Support Library Optidrive Applications Support Library Application Note Title AN-ODE-3-038 Related Products Optidrive E3 Overview Level 3 Modbus RTU Control and Register Mapping 1 Fundamental - No previous experience

More information

PSL Power Standards Lab 2020 Challenger Drive Alameda, CA USA TEL FAX

PSL Power Standards Lab 2020 Challenger Drive Alameda, CA USA TEL FAX Reading PQube Meters remotely using Modbus-over-TCP PSL Power Standards Lab 2020 Challenger Drive Alameda, CA 94501 USA TEL ++1-510-522-4400 FAX ++1-510-522-4455 www.powerstandards.com 1 October 2010 A

More information

S1MMmA500VM S1MMmA500VLM S1MMmA500VHM. Technical data. 3-phase energy meter with universal current input

S1MMmA500VM S1MMmA500VLM S1MMmA500VHM. Technical data. 3-phase energy meter with universal current input 3-phase energy meter with universal current input Equivalent to class 0,5S (KWh) of E6053- Equivalent to class 0,5S (KVARh) of E6053-4 Accuracy ±0,5% RDG Universal input for current measurement Energy

More information

Smart Energy & Power Quality Solutions. UMG 96S Universal flush-mounting measuring instrument

Smart Energy & Power Quality Solutions. UMG 96S Universal flush-mounting measuring instrument Smart Energy & Power Quality Solutions UMG 96S Universal flush-mounting measuring instrument UMG 96S UMG 96S Universal flushmounting measuring instrument Universal flush-mounting measuring instruments

More information

Integra Ci5 Quick to Connect (Q2C) Digital Meters. Communications Guide

Integra Ci5 Quick to Connect (Q2C) Digital Meters. Communications Guide Integra Ci5 Quick to Connect (Q2C) Digital Meters Communications Guide Contents 1 Integra Ci5 Digital Meter Modbus Protocol implementation 3 1.1 Modbus Protocol Overview 3 1.2 Input Registers 3 1.2.1 Ci5

More information

Series PM130 PLUS Powermeters PM130P/PM130E/PM130EH

Series PM130 PLUS Powermeters PM130P/PM130E/PM130EH Series PM130 PLUS Powermeters PM130P/PM130E/PM130EH IEC60870-5-101/104 Communications Protocol Reference Guide BG0503 Rev. A3 Every effort has been made to ensure that the material herein is complete and

More information

MITSUBISHI Energy Measuring Unit EcoMonitorLight/EcoMonitorPlus Series. MODBUS I/F Specification LSPY-9025-E

MITSUBISHI Energy Measuring Unit EcoMonitorLight/EcoMonitorPlus Series. MODBUS I/F Specification LSPY-9025-E MITSUBISHI Energy Measuring Unit EcoMonitorLight/EcoMonitorPlus Series MODBUS I/F Specification Model SPEC.NO. EMU4-BD1-MB EMU4-HD1-MB EMU4-BM1-MB EMU4-HM1-MB EMU4-LG1-MB EMU4-A2,EMU4-VA2 EMU4-PX4,EMU4-AX4

More information