CogNdm NotifyAcquisitionError Method Cognex VisionPro 9.21
Notify the remote device (PLC) that an acquisition error has occurred.

Namespace: Cognex.VisionPro.Comm
Assembly: Cognex.VisionPro.Comm (in Cognex.VisionPro.Comm.dll) Version: 83.0.0.0
Syntax

public virtual void NotifyAcquisitionError(
	int cameraIndex
)

Parameters

cameraIndex
Type: System Int32
Camera index identifier at which the error occurred.
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.
See Also