Indicates status of each I/O line.
Namespace: Cognex.VisionPro.QuickBuild.Implementation.InternalAssembly: Cognex.VisionPro.QuickBuild.IO (in Cognex.VisionPro.QuickBuild.IO.dll) Version: 85.1.0.0 (85.1.0.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| InputDisabled | 0 | Input line is disabled. | |
| InputEnabled | 1 | Input line is enabled. | |
| OutputDisabled | 2 | Output line is disabled. | |
| OutputEnabled | 3 | Output line is enabled. | |
| BiDirectionUsedAsInput | 4 | Bi-directional line is set as input and enabled. | |
| BiDirectionUsedAsOutput | 5 | Bi-directional line is set as output and enabled. | |
| BiDirectionDisabled | 6 | Bi-directional line is not set as input nor output. |
See Also