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.

Table 52 – BACnetElapsedActiveTimeType Definition
Attribute Value
BrowseNameBACnetElapsedActiveTimeType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of the BaseObjectType defined in OPC 10000-5
0:HasPropertyVariableElapsed_Active_Time0:UInt320:PropertyTypeM
0:HasPropertyVariableTime_Of_Active_Time_Reset0:DateTime0:PropertyTypeM
0:HasComponentMethodResetM

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