CogNdm TriggerAcquisition EventCognex VisionPro 9.21 SR1
The NDM raises the TriggerAcquisition event to inform the vision system that the remote device has requested an image Acquisition.

Handle this event and use the CameraIndex property of the event args to determine which camera should perform the image acquisition.

Set the ResponseCode property of the event args to notify the remote device if an acquisition error has occurred.

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

public virtual event CogNdmTriggerAcquisitionEventHandler TriggerAcquisition

Value

Type: Cognex.VisionPro.Comm CogNdmTriggerAcquisitionEventHandler
See Also