CogNdm NotifyAcquisitionDisabled Method Cognex VisionPro
Optionally notify the remote device (PLC) that the Vision System is unable to receive acquisition triggers.

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

public virtual void NotifyAcquisitionDisabled(
	int cameraIndex
)

Parameters

cameraIndex
Type: System Int32
Camera index on which is ready to receive triggers
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