CogIOErrorConstants EnumerationCognex VisionPro 9.22 SR1
The CogIOErrorConstants enumerated type is used by all I/O operations to indicate what caused the error event.

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

public enum CogIOErrorConstants
Members

  Member nameValueDescription
IOQueueOverflowError1 An I/O Queue overflow has occurred.
IOResultProcessingError2 An error has occurred while processing a I/O queue record.
IODiscreteQueueOverflowError10 An internal discrete I/O queue overflow has occurred.
IODiscreteWriteError11 An error has occurred while sending output signals.
IOAcquisitionCompleteError12 An error has occurred while sending output signals.
IOMovePartError13 An error has occurred while sending output signals.
IORunOnceError14 An error has occurred while executing the Run Once input signal.
IORunContinuousError15 An error has occurred while executing the Run Continuously input signal.
IOEmergencyStopError16 The Emergency Stop input signal is asserted while trying to run or go online.
IOStreamQueueOverflowError32 An internal stream I/O queue overflow has occurred.
IOStreamDeviceWriteError33 An error has occurred while sending output.
IOStreamDeviceReadError34 An error has occurred while reading input.
IOStreamDeviceLostConnectionError35 An error has occurred due to lost connection.
See Also