CogPrioEventCauseNdm Constructor (CogPrioNdmSignalConstants, Int32, Boolean)Cognex VisionPro 9.7
Construct a new Network Data Model (NDM) i/o event cause.

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

public CogPrioEventCauseNdm(
	CogPrioNdmSignalConstants signal,
	int signalIndex,
	bool risingEdge
)

Parameters

signal
Type: Cognex.VisionPro.Comm CogPrioNdmSignalConstants
Ndm signal that will cause the precision i/o event.
signalIndex
Type: System Int32
Index of the signal that causes the precision i/o event (eg. specifies which camera trigger (0-3) causes the event).
risingEdge
Type: System Boolean
Whether the event occurs at the rising or falling transition of the NDM value.
Remarks

Configure a CogPrioEventCauseNdm to to cause precision i/o events to occur directly without host operating system intervention.
See Also