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.
The BACnetElapsedActiveTimeType is formally defined in Table 52.
Table 52 – BACnetElapsedActiveTimeType Definition
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.
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.
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.
This Method is used to trigger a reset.
Signature
BACnetReset (
);
Method Result Codes
ResultCode |
Description |
|
Common StatusCodes defined in OPC 10000-4 |