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

A state machine for a program. More...

Inherits UnifiedAutomation.UaServer.FiniteStateMachineModel.

Public Member Functions

 ProgramStateMachineModel ()
 Initializes a new instance of the ProgramStateMachineModel class. More...
 
 ProgramStateMachineModel (ProgramStateMachineModel template)
 Initializes a new instance of the ProgramStateMachineModel class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.FiniteStateMachineModel
 FiniteStateMachineModel ()
 Initializes a new instance of the FiniteStateMachineModel class. More...
 
 FiniteStateMachineModel (FiniteStateMachineModel template)
 Initializes a new instance of the FiniteStateMachineModel class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.StateMachineModel
 StateMachineModel ()
 Initializes a new instance of the StateMachineModel class. More...
 
 StateMachineModel (StateMachineModel template)
 Initializes a new instance of the StateMachineModel class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.BaseObjectModel
 BaseObjectModel ()
 Initializes a new instance of the BaseObjectModel class. More...
 
 BaseObjectModel (BaseObjectModel template)
 Initializes a new instance of the BaseObjectModel 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

bool AutoDelete [get, set]
 Gets or sets the AutoDelete More...
 
new FiniteStateVariableModel CurrentState [get, set]
 Gets or sets the CurrentState More...
 
bool Deletable [get, set]
 Gets or sets the Deletable More...
 
BaseObjectModel FinalResultData [get, set]
 Gets or sets the FinalResultData More...
 
new FiniteTransitionVariableModel LastTransition [get, set]
 Gets or sets the LastTransition More...
 
ProgramDiagnostic2Model ProgramDiagnostics [get, set]
 Gets or sets the ProgramDiagnostics More...
 
int RecycleCount [get, set]
 Gets or sets the RecycleCount More...
 
- Properties inherited from UnifiedAutomation.UaServer.FiniteStateMachineModel
NodeId[] AvailableStates [get, set]
 Gets or sets the AvailableStates More...
 
NodeId[] AvailableTransitions [get, set]
 Gets or sets the AvailableTransitions More...
 
new FiniteStateVariableModel CurrentState [get, set]
 Stores the current state of an instance of the FiniteStateMachineType. More...
 
new FiniteTransitionVariableModel LastTransition [get, set]
 Stores the last transition which occurred in an instance of the FiniteStateMachineType. More...
 
- Properties inherited from UnifiedAutomation.UaServer.StateMachineModel
StateVariableModel CurrentState [get, set]
 Stores the current state of an instance of the StateMachineType. More...
 
TransitionVariableModel LastTransition [get, set]
 Stores the last transition which occurred in an instance of the StateMachineType. 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

A state machine for a program.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.ProgramStateMachineModel.ProgramStateMachineModel ( )
inline

Initializes a new instance of the ProgramStateMachineModel class.

UnifiedAutomation.UaServer.ProgramStateMachineModel.ProgramStateMachineModel ( ProgramStateMachineModel  template)
inline

Initializes a new instance of the ProgramStateMachineModel class.

Parameters
templateThe template.

Property Documentation

bool UnifiedAutomation.UaServer.ProgramStateMachineModel.AutoDelete
getset

Gets or sets the AutoDelete

new FiniteStateVariableModel UnifiedAutomation.UaServer.ProgramStateMachineModel.CurrentState
getset

Gets or sets the CurrentState

bool UnifiedAutomation.UaServer.ProgramStateMachineModel.Deletable
getset

Gets or sets the Deletable

BaseObjectModel UnifiedAutomation.UaServer.ProgramStateMachineModel.FinalResultData
getset

Gets or sets the FinalResultData

new FiniteTransitionVariableModel UnifiedAutomation.UaServer.ProgramStateMachineModel.LastTransition
getset

Gets or sets the LastTransition

ProgramDiagnostic2Model UnifiedAutomation.UaServer.ProgramStateMachineModel.ProgramDiagnostics
getset

Gets or sets the ProgramDiagnostics

int UnifiedAutomation.UaServer.ProgramStateMachineModel.RecycleCount
getset

Gets or sets the RecycleCount


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