PackMLBaseStateMachineType

The representation of the PackMLBaseStateMachineType ObjectType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | ns=1;i=3 |
NamespaceUri | http://opcfoundation.org/UA/PackML/ |
BrowseName | PackMLBaseStateMachineType |
NodeClass | ObjectType |
IsAbstract | False |
SubtypeOf | FiniteStateMachineType |
The references from the PackMLBaseStateMachineType ObjectType Node are shown in the following table:
Reference | NodeClass | BrowseName | DataType | TypeDefinition | ModellingRule |
---|---|---|---|---|---|
HasComponent | Method | Abort | Optional | ||
HasComponent | Object | Aborted | StateType | ||
HasComponent | Object | AbortedToCleared | TransitionType | ||
HasComponent | Object | Aborting | StateType | ||
HasComponent | Object | AbortingToAborted | TransitionType | ||
HasComponent | Variable | AvailableStates | NodeId[] | BaseDataVariableType | Mandatory |
HasComponent | Variable | AvailableTransitions | NodeId[] | BaseDataVariableType | Mandatory |
HasComponent | Method | Clear | Optional | ||
HasComponent | Object | Cleared | StateType | ||
HasComponent | Object | ClearedToAborting | TransitionType | ||
HasComponent | Object | MachineState | PackMLMachineStateMachineType | Mandatory |
Abort
Signature
Abort( );
Clear
Signature
Clear( );