VisionStepModelStateMachineType

The representation of the VisionStepModelStateMachineType ObjectType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | ns=1;i=1026 |
NamespaceUri | http://opcfoundation.org/UA/MachineVision |
BrowseName | VisionStepModelStateMachineType |
NodeClass | ObjectType |
IsAbstract | False |
SubtypeOf | FiniteStateMachineType |
The references from the VisionStepModelStateMachineType ObjectType Node are shown in the following table:
Reference | NodeClass | BrowseName | DataType | TypeDefinition | ModellingRule |
---|---|---|---|---|---|
HasComponent | Object | Entry | InitialStateType | ||
HasComponent | Object | EntryToExitAuto | TransitionType | ||
HasComponent | Object | EntryToWaitAuto | TransitionType | ||
HasComponent | Object | Exit | StateType | ||
HasComponent | Object | Step | StateType | ||
HasComponent | Object | StepToExitAuto | TransitionType | ||
HasComponent | Object | StepToWaitAuto | TransitionType | ||
HasComponent | Method | Sync | Mandatory | ||
HasComponent | Object | Wait | StateType | ||
HasComponent | Object | WaitToStep | TransitionType | ||
HasComponent | Object | WaitToStepAuto | TransitionType |
Sync
Signature
Sync(
[in] Int32 Cause
[in] String CauseDescription
[out] Int32 Error
);
Argument | Description |
---|---|
Cause | |
CauseDescription | |
Error |