4.4.5 TransitionVariableType

The TransitionVariableType is the base VariableType for Variables that store a Transition that occurred within a StateMachine as a human readable name.

The SourceTimestamp for the value specifies when the Transition occurred. This value may also be exposed with the TransitionTime Property.

The TransitionVariableType is formally defined in Table 5.

Table 5 – TransitionVariableType definition
Attribute Value
BrowseNameTransitionVariableType
DataTypeLocalizedText
ValueRank−1 (−1 = Scalar)
IsAbstractFalse
References Node
Class
BrowseName DataType TypeDefinition Modelling
Rule
Subtype of the BaseDataVariableType defined in OPC 10000-5
HasSubtypeVariableTypeFiniteTransitionVariableTypeDefined in 4.4.8
HasPropertyVariableIdBaseDataTypePropertyTypeMandatory
HasPropertyVariableNameQualifiedNamePropertyTypeOptional
HasPropertyVariableNumberUInt32PropertyTypeOptional
HasPropertyVariableTransitionTimeUtcTimePropertyTypeOptional
HasPropertyVariableEffectiveTransitionTimeUtcTimePropertyTypeOptional
Conformance Units
Base Info State Machine Instance

Id is a name which uniquely identifies a Transition within the StateMachineType. A subtype may restrict the DataType.

Name is a QualifiedName which uniquely identifies a transition within the StateMachineType.

Number is an integer which uniquely identifies a transition within the StateMachineType.

TransitionTime specifies when the transition occurred.

EffectiveTransitionTime specifies the time when the current state or one of its substates was entered. If, for example, a StateA is active and – while active – switches several times between its substates SubA and SubB, then the TransitionTime stays at the point in time where StateA became active whereas the EffectiveTransitionTime changes with each change of a substate.