TimerControlFunctionType

http://opcfoundation.org/UA/LADS/

1.0.0

2023-11-30


NodeId ns=1;i=1013
NodeClass ObjectType
BrowseName 1:TimerControlFunctionType
DisplayName TimerControlFunctionType
Description The TimerControlFunctionType defines a simple “one shot” Timer which stops once it has elapsed. It follows the design of other LADS ControlFunctions, utilizing the same state machine and similar variable definitions. As soon as the CurrentValue reaches the TargetValue, the CurrentState of the TimerFunction automatically transitions to Off. This is typically accompanied by some (internal) action/effect, such as stopping the execution of a Function or similar. In the SuspendedState the CurrentValue holds its current value and does not count further until the state switches back to On, either due to a Client command or an internal state change.
BaseType 1:BaseControlFunctionType
IsAbstract False
Reference NodeClass BrowseName TypeDefinition DataType Other
0:HasComponent Variable 1:DifferenceValue 0:AnalogUnitRangeType 0:Duration O
0:HasComponent Variable 1:TargetValue 0:AnalogUnitRangeType 0:Duration O
0:HasComponent Variable 1:CurrentValue 0:AnalogUnitRangeType 0:Duration O
0:HasComponent Object 1:Operational 2:FunctionalGroupType M