OPC UA Methods
The following default methods are always available on any vision system that supports the OPC UA Server. You can add these default methods to your configuration. The job file does not store methods.
|
Method |
Accessibility |
Data Type |
Description |
|---|---|---|---|
| LoadJob(filename) | Read/Write | String |
Loads the specified job name on to the vision system. Note:
|
| TriggerManualAcquisition | Read/Write | N/A |
Triggers a Manual Acquisition on the vision system. Note: Make sure to use Software Trigger when triggering through OPC/UA with TriggerManualAcquisition method.
|
| TriggerExternalEvent (Index) | Int32 | Triggers an external event with id Index. Index must be within the range [0-7]. | |
| TriggerManualAcquisition() | none | Triggers a Manual Acquisition. |