IEC_BACNET_ACCUMULATOR_RECORD (STRUCT)ΒΆ

TYPE IEC_BACNET_ACCUMULATOR_RECORD : STRUCT

An Accumulator Record data type structure contains four attributes: a time stamp attribute of the Time data type, the present value and accumulated value attributes of Unsigned data type and an accumulator status attribute. Accumulator status attribute is an enumeration. A Property Contents containing data of this type will have its tag equal to DATA_TYPE_ACCUMULATOR_RECORD.

InOut:

Name

Type

Comment

timestamp

IEC_BACNET_DATE_TIME

The local date and time when the data was acquired.

presentValue

IEC_BACNET_UNSIGNED

The value of the Present_Value property.

accumulatedValue

IEC_BACNET_UNSIGNED

The short term accumulated value of the counter. The algorithm used to calculate accumulated-value is a function of the value of accumulator-status. On the initial read, the value returned will be zero.

accumulatorStatus

IEC_BACNET_ACCUMULATOR_STATUS

An indication of the reliability of the data in this list of values.