The CogIOErrorConstants enumerated type is used by all I/O operations to indicate what caused the error event.
Namespace: Cognex.VisionPro.QuickBuildAssembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 75.0.0.0 (75.0.0.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| IOQueueOverflowError | 1 | An I/O Queue overflow has occurred. | |
| IOResultProcessingError | 2 | An error has occurred while processing a I/O queue record. | |
| IODiscreteQueueOverflowError | 10 | An internal discrete I/O queue overflow has occurred. | |
| IODiscreteWriteError | 11 | An error has occurred while sending output signals. | |
| IOAcquisitionCompleteError | 12 | An error has occurred while sending output signals. | |
| IOMovePartError | 13 | An error has occurred while sending output signals. | |
| IORunOnceError | 14 | An error has occurred while executing the Run Once input signal. | |
| IORunContinuousError | 15 | An error has occurred while executing the Run Continuously input signal. | |
| IOEmergencyStopError | 16 | The Emergency Stop input signal is asserted while trying to run or go online. | |
| IOStreamQueueOverflowError | 32 | An internal stream I/O queue overflow has occurred. | |
| IOStreamDeviceWriteError | 33 | An error has occurred while sending output. | |
| IOStreamDeviceReadError | 34 | An error has occurred while reading input. | |
| IOStreamDeviceLostConnectionError | 35 | An error has occurred due to lost connection. |
See Also