Notify the remote device (PLC) that the Vision System is ready to
receive the first acquisition trigger.
Namespace: Cognex.VisionPro.CommAssembly: Cognex.VisionPro.Comm (in Cognex.VisionPro.Comm.dll) Version: 69.0.0.0
Syntax
Parameters
- cameraIndex
- Type: System Int32
Camera index which is ready to receive triggers.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown if camera index is less than 0 or greater than the number of supported camera acquisition channels. |
| CogFfpInvalidOperationException | Thrown if the requested operation is invalid in the current state. |
Remarks
See Also