CogNdm TriggerAcquisitionNotReadyError EventCognex VisionPro 9.22
The NDM raises the TriggerAcquisitionNotReadyError event when the remote device asserts a "Trigger Camera" signal high without waiting for the vision system to signal that it's ready to receive triggers by setting the "Trigger Ready" signal high.

Handle this event and use the CameraIndex to identify which camera channel was triggered before it was ready.

Your user code should call NotifyAcquisitionComplete(Int32, Int32) to signal that the vision system that it has completed the current acquisition and is ready to receive another "Trigger Camera" signal from the remote device.

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

public virtual event CogNdmTriggerAcquisitionNotReadyErrorEventHandler TriggerAcquisitionNotReadyError

Value

Type: Cognex.VisionPro.Comm CogNdmTriggerAcquisitionNotReadyErrorEventHandler
See Also