8.7 BACnetElapsedActiveTimeType
8.7.1 General
This OPC UA ObjectType represents a set of variables related to the BACnet Elapsed_Active_Time concept. The type represents metadata related to an object’s Present_Value: the accumulated number of seconds that the Present_Value variable has been Active, and the date and time at which the Elapsed_Active_Time was most recently set to a zero value.
8.7.2 ObjectType definition
The BACnetElapsedActiveTimeType is formally defined in Table 52.
| Attribute | Value | ||||
| BrowseName | BACnetElapsedActiveTimeType | ||||
| IsAbstract | False | ||||
| References | NodeClass | BrowseName | DataType | TypeDefinition | Other |
|---|---|---|---|---|---|
| Subtype of the BaseObjectType defined in OPC 10000-5 | |||||
| 0:HasProperty | Variable | Elapsed_Active_Time | 0:UInt32 | 0:PropertyType | M |
| 0:HasProperty | Variable | Time_Of_Active_Time_Reset | 0:DateTime | 0:PropertyType | M |
| 0:HasComponent | Method | Reset | M | ||
The BACnetElapsedActiveTimeType ObjectType is a concrete type and can be used directly.
8.7.3 ObjectType Description
8.7.3.1 Variable Elapsed_Active_Time
This OPC UA Property, of type UInt32, represents the accumulated number of seconds that the Present_Value property has had the value Active since the Elapsed_Active_Time property was most recently set to a zero value.
8.7.3.2 Variable Time_Of_Active_Time_Reset
This OPC UA Property, of type DateTime, represents the date and time at which the Elapsed_Active_Time property was most recently set to a zero value.
8.7.3.3 Method Reset
This Method is used to trigger a reset.
Signature
BACnetReset (
);Method Result Codes
| ResultCode | Description |
| Common StatusCodes defined in OPC 10000-4 |