VisionAutomaticModeStateMachineType

The representation of the VisionAutomaticModeStateMachineType ObjectType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | ns=1;i=1021 |
NamespaceUri | http://opcfoundation.org/UA/MachineVision |
BrowseName | VisionAutomaticModeStateMachineType |
NodeClass | ObjectType |
IsAbstract | False |
SubtypeOf | FiniteStateMachineType |
The references from the VisionAutomaticModeStateMachineType ObjectType Node are shown in the following table:
Abort
Signature
Abort(
[in] Int32 Cause
[in] String CauseDescription
[out] Int32 Error
);
Argument | Description |
---|---|
Cause | |
CauseDescription | |
Error |
SimulationMode
Signature
SimulationMode(
[in] Boolean Activate
[in] Int32 Cause
[in] String CauseDescription
[out] Int32 Error
);
Argument | Description |
---|---|
Activate | |
Cause | |
CauseDescription | |
Error |
StartContinuous
Signature
StartContinuous(
[in] MeasIdDataType MeasId
[in] PartIdDataType PartId
[in] RecipeIdExternalDataType RecipeId
[in] ProductIdDataType ProductId
[in] BaseDataType Parameters
[out] JobIdDataType JobId
[out] Int32 Error
);
Argument | Description |
---|---|
MeasId | |
PartId | |
RecipeId | |
ProductId | |
Parameters | |
JobId | |
Error |
StartSingleJob
Signature
StartSingleJob(
[in] MeasIdDataType MeasId
[in] PartIdDataType PartId
[in] RecipeIdExternalDataType RecipeId
[in] ProductIdDataType ProductId
[in] BaseDataType Parameters
[out] JobIdDataType JobId
[out] Int32 Error
);
Argument | Description |
---|---|
MeasId | |
PartId | |
RecipeId | |
ProductId | |
Parameters | |
JobId | |
Error |
Stop
Signature
Stop(
[in] Int32 Cause
[in] String CauseDescription
[out] Int32 Error
);
Argument | Description |
---|---|
Cause | |
CauseDescription | |
Error |