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.CommAssembly: Cognex.VisionPro.Comm (in Cognex.VisionPro.Comm.dll) Version: 85.1.0.0
public virtual event CogNdmTriggerAcquisitionNotReadyErrorEventHandler TriggerAcquisitionNotReadyError
public virtual event CogNdmTriggerAcquisitionNotReadyErrorEventHandler TriggerAcquisitionNotReadyError
Public Overridable Event TriggerAcquisitionNotReadyError As CogNdmTriggerAcquisitionNotReadyErrorEventHandler
Public Overridable Event TriggerAcquisitionNotReadyError As CogNdmTriggerAcquisitionNotReadyErrorEventHandler
public:
virtual event CogNdmTriggerAcquisitionNotReadyErrorEventHandler^ TriggerAcquisitionNotReadyError {
void add (CogNdmTriggerAcquisitionNotReadyErrorEventHandler^ value);
void remove (CogNdmTriggerAcquisitionNotReadyErrorEventHandler^ value);
}public:
virtual event CogNdmTriggerAcquisitionNotReadyErrorEventHandler^ TriggerAcquisitionNotReadyError {
void add (CogNdmTriggerAcquisitionNotReadyErrorEventHandler^ value);
void remove (CogNdmTriggerAcquisitionNotReadyErrorEventHandler^ value);
}Value
Type:
Cognex.VisionPro.Comm CogNdmTriggerAcquisitionNotReadyErrorEventHandler