CogNdm NotifyAcquisitionMovePart Method Cognex VisionPro 9.8 SR1
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.Comm
Assembly: Cognex.VisionPro.Comm (in Cognex.VisionPro.Comm.dll) Version: 75.0.0.0
Syntax

public virtual void NotifyAcquisitionMovePart(
	int cameraIndex,
	int acquisitionID
)

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

ExceptionCondition
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