CogInputLineTriggerModeConstants EnumerationCognex VisionPro
Enumeration of trigger modes for discrete inputs.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax

[FlagsAttribute]
public enum CogInputLineTriggerModeConstants
Members

  Member nameValueDescription
None0Changes to the input do not cause events to be fired.
LowToHigh1A LowToHigh event is fired when the input changes from low to high.
HighToLow2A HighToLow event is fired when the input changes from high to low.
All3LowToHigh and HighToLow events are fired.
Any4LowToHigh event is fired for any transition on the input line.
Remarks

Enumeration of trigger modes for discrete inputs.

See Also