.NET Based OPC UA Client/Server SDK  2.6.0.418
UnifiedAutomation.UaServer.FiniteTransitionVariableModel Class Reference

Used to store a Transition that occurred within a FiniteStateMachine as a human readable name More...

Inherits UnifiedAutomation.UaServer.TransitionVariableModel.

Public Member Functions

 FiniteTransitionVariableModel ()
 Initializes a new instance of the FiniteTransitionVariableModel class. More...
 
 FiniteTransitionVariableModel (FiniteTransitionVariableModel template)
 Initializes a new instance of the FiniteTransitionVariableModel class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.TransitionVariableModel
 TransitionVariableModel ()
 Initializes a new instance of the TransitionVariableModel class. More...
 
 TransitionVariableModel (TransitionVariableModel template)
 Initializes a new instance of the TransitionVariableModel class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.BaseDataVariableModel
 BaseDataVariableModel ()
 Initializes a new instance of the BaseDataVariableModel class. More...
 
 BaseDataVariableModel (BaseDataVariableModel template)
 Initializes a new instance of the BaseDataVariableModel class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.BaseVariableModel
 BaseVariableModel ()
 Initializes a new instance of the BaseVariableModel class. More...
 
 BaseVariableModel (BaseVariableModel template)
 Initializes a new instance of the BaseVariableModel class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.ModelControllerBase
virtual ModelHandle GetModelHandle (StringTable namespaceUris, object instance)
 Gets the metadata handle. More...
 
virtual DataValue GetValue (IMapperContext context, ModelMapping mapping)
 Gets the value associated with the mapping. More...
 
virtual bool SetValue (IMapperContext context, ModelMapping mapping, DataValue value)
 Sets the value associated with the mapping. More...
 

Properties

new NodeId Id [get, set]
 The NodeId of one of the Transition objects of the FiniteStateMachineType. More...
 
- Properties inherited from UnifiedAutomation.UaServer.TransitionVariableModel
new LocalizedText Value [get, set]
 Gets or sets the value. More...
 
DateTime EffectiveTransitionTime [get, set]
 Specifies the time when the current state or one of its substates was entered. More...
 
object Id [get, set]
 A name which uniquely identifies a Transition within the StateMachineType. More...
 
QualifiedName Name [get, set]
 A QualifiedName which uniquely identifies a transition within the StateMachineType. More...
 
uint Number [get, set]
 An integer which uniquely identifies a transition within the StateMachineType. More...
 
DateTime TransitionTime [get, set]
 Specifies when the transition occurred. More...
 
- Properties inherited from UnifiedAutomation.UaServer.BaseVariableModel
object Value [get, set]
 Gets or sets the value. More...
 
- Properties inherited from UnifiedAutomation.UaServer.ModelControllerBase
ModelHandle ModelHandle [get, set]
 Gets or sets the metadata handle. More...
 
object UserData [get, set]
 Gets or sets the user data. More...
 

Detailed Description

Used to store a Transition that occurred within a FiniteStateMachine as a human readable name

The FiniteTransitionVariableType is a subtype of TransitionVariableType. It inherits the Properties Id, Name, and Number from the StateVariableType.

The optional Name Property is inherited from the TransitionVariableType. Its Value shall be the BrowseName of one of the Transition objects of the FiniteStateMachineType.

The optional Number Property is inherited from the TransitionVariableType. Its Value shall be the TransitionNumber for one of the Transition objects of the FiniteStateMachineType.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.FiniteTransitionVariableModel.FiniteTransitionVariableModel ( )
inline

Initializes a new instance of the FiniteTransitionVariableModel class.

UnifiedAutomation.UaServer.FiniteTransitionVariableModel.FiniteTransitionVariableModel ( FiniteTransitionVariableModel  template)
inline

Initializes a new instance of the FiniteTransitionVariableModel class.

Parameters
templateThe template.

Property Documentation

new NodeId UnifiedAutomation.UaServer.FiniteTransitionVariableModel.Id
getset

The NodeId of one of the Transition objects of the FiniteStateMachineType.

The property Id is inherited from the TransitionVariableType and overridden to reflect the required DataType.


The documentation for this class was generated from the following file: