Optionally notify the remote device (PLC) that the exposure is complete or the
strobe has fired and it is now safe to move the part from the
field of view.
Namespace: Cognex.VisionPro.CommAssembly: Cognex.VisionPro.Comm (in Cognex.VisionPro.Comm.dll) Version: 87.0.0.0
Syntax
Parameters
- cameraIndex
- Type: System Int32
Camera index identifier at which the move part signal occurred.
- acquisitionID
- Type: System Int32
Unique identifier for this acquisition sequence.
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. |
| ArgumentOutOfRangeException | Thrown if the acquisition ID is less than 0 or greater than UInt16.MaxValue. |
See Also