CogJobManager IOEnable Property Cognex VisionPro 9.10
When this property is set to true, Cognex handles all I/O operations. Otherwise, the user is responsible for fetching results from the real-time queue and processing I/O operations. Note: The user must not modify input line commands when IOEnable is true.

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

public bool IOEnable { get; set; }

Property Value

Type: Boolean
True when Cognex handles I/O operations.
Events

Exceptions

ExceptionCondition
CogNotStoppedExceptionThrown if the CogJobManager is not stopped
CogInvalidSetupExceptionThrown if the Emergency Stop signal is asserted and the user tries to go Online
Remarks

Examples

See Also