Enumeration of trigger modes for discrete inputs.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 87.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Changes to the input do not cause events to be fired. | |
| LowToHigh | 1 | A LowToHigh event is fired when the input changes from low to high. | |
| HighToLow | 2 | A HighToLow event is fired when the input changes from high to low. | |
| All | 3 | LowToHigh and HighToLow events are fired. | |
| Any | 4 | LowToHigh event is fired for any transition on the input line. |
Remarks
Enumeration of trigger modes for discrete inputs.
See Also