CogNdm JobChangeRequested EventCognex VisionPro 9.8
The NDM raises the JobChangeRequested event to inform the vision system that the remote device has requested a job change.

Handle this event and use the JobID and JobSlot properties of the event args to determine which job to load and where.

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

public virtual event CogNdmJobChangeRequestedEventHandler JobChangeRequested

Value

Type: Cognex.VisionPro.Comm CogNdmJobChangeRequestedEventHandler
See Also