Modbus Integration (AccMtr - subsystem-specific extension)
The Accumulator meter (AccMtr) object supports following properties of the subsystem-specific extension Integration.
✳ Indicates a Siemens proprietary property.
Data type ✳ |
|
| ||
|---|---|---|---|---|
Data type defines the data type for encoding the subsystem-specific data type. | ||||
32 bit integer data formats with Registers: | ||||
Encoding format | Description | Byte order | ||
U32-B | unsigned 32-bit; big-endian | dd cc bb aa | ||
S32-B | signed 32-bit; big-endian | dd cc bb aa | ||
U48-B | unsigned 48, big-endian | ff ee dd cc bb aa | ||
S48-B | signed 48, big-endian | ff ee dd cc bb aa | ||
U64-B | unsigned 64, big-endian | hh gg ff ee dd cc bb aa | ||
S64-B | signed 64, big-endian | hh gg ff ee dd cc bb aa | ||
Example: | ||||
32 / 64 bit float data formats with Registers: | ||||
Encoding format | Description | Byte order | ||
F32-B | float 32, big-endian | dd cc bb aa | ||
F64-B | float 32, big-endian | hh gg ff ee dd cc bb aa | ||
Example:
| ||||
Polling times ✳ |
|
| |
|---|---|---|---|
"Polling times" defines the polling timer to be used to poll the subsystem-specific data point. The interval values for T1, T2, T3 can be configured in the Fieldbus-Management-Object. | |||
T1 | Highest priority. Typical interval value: 0.5s...5s. | ||
T2 | Medium priority (default). Typical interval value: 5s…60s. | ||
T3 | Low priority. Typical interval value: minutes ... hours. | ||
