PrepareForUpdateStateMachineType

The representation of the PrepareForUpdateStateMachineType ObjectType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | ns=1;i=213 |
NamespaceUri | http://opcfoundation.org/UA/DI/ |
BrowseName | PrepareForUpdateStateMachineType |
NodeClass | ObjectType |
IsAbstract | False |
SubtypeOf | FiniteStateMachineType |
Categories | DI SU PrepareForUpdate |
The references from the PrepareForUpdateStateMachineType ObjectType Node are shown in the following table:
Reference | NodeClass | BrowseName | DataType | TypeDefinition | ModellingRule |
---|---|---|---|---|---|
HasComponent | Variable | PercentComplete | Byte | BaseDataVariableType | Optional |
HasComponent | Method | Prepare | Mandatory | ||
HasComponent | Method | Abort | Mandatory | ||
HasComponent | Method | Resume | Optional | ||
HasComponent | Object | Idle | InitialStateType | ||
HasComponent | Object | Preparing | StateType | ||
HasComponent | Object | PreparedForUpdate | StateType | ||
HasComponent | Object | Resuming | StateType | ||
HasComponent | Object | IdleToPreparing | TransitionType | ||
HasComponent | Object | PreparingToIdle | TransitionType | ||
HasComponent | Object | PreparingToPreparedForUpdate | TransitionType | ||
HasComponent | Object | PreparedForUpdateToResuming | TransitionType | ||
HasComponent | Object | ResumingToIdle | TransitionType |
Prepare
Signature
Prepare( );
Abort
Signature
Abort( );
Resume
Signature
Resume( );