CogIOLinePolarity EnumerationCognex VisionPro 9.8 SR1
Indicates polarity of the line.

Namespace: Cognex.VisionPro.QuickBuild.IO
Assembly: Cognex.VisionPro.QuickBuild.IO (in Cognex.VisionPro.QuickBuild.IO.dll) Version: 75.0.0.0 (75.0.0.0)
Syntax

public enum CogIOLinePolarity
Members

  Member nameValueDescription
LowToHigh0 If the line is input, a input event is generated when the value changes from low to high. If the line is output, one signal is output as active high.
HighToLow1 If the line is input, a input event is generated when the value changes from hight to low. If the line is output, one signal is output as active low.
See Also