|
<< Click to Display Table of Contents >>
Reading Mass Memory Registers from ABB MGE 144 Meters |
To read mass memory registers from ABB MGE 144 meters, users must configure Tags using the special 65 03 reading function, as described on this topic.
The special 65 03 function is ABB's proprietary and it is practically identical to protocol's standard function 03 (Read Holding Registers), differing only on returned data, referring to the mass memory of an ABB meter.
Data is returned as a Word, as in function 03, with protocol's default byte order, or big endian. Therefore, there is no need to enable any swap function, Swap Bytes, Swap Words, or Swap DWords.
The map of registers of a meter, specifying data to read as well as its correct configuration, must be checked on a meter's manufacturer-provided documentation.
This Driver also contains special writing functions specific for this meter, functions 65 01 and 65 02. For more information about those special writing functions, please check topic Special Functions and also the documentation of this device.
•Device: "<slave id>:"
•Item: "abbmge<address>[.<type>[<type size>]][.<byte order>][/bit]"
In which:
•Address: Address of a Modbus register to read
•Type: Data type. If omitted, assumes a default Word. For more information, please check topic String Configuration
•Type size: Used only for variable-sized data types. For more information, please check topic String Configuration
•Byte order: Byte ordering. If omitted, assumes protocol's default. For more information, please check topic String Configuration
•Bit: Bit masking. Usually omitted, therefore prefer bit masks of an application. For more information, please check topic String Configuration
•N1 or B1: Slave Id
•N2 or B2: Code of the operation configured with the 65 03 function. Please check more information next
•N3 or B3: Not used, leave it in 0 (zero)
•N4 or B4: Address of a register
To configure Tags numerically, users must first add an operation with the 65 03 function on the Operations tab of this Driver's configuration window, as shown on the next figure.

Creating an operation with special 65 03 function