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.QuickBuildAssembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 87.0.0.0 (87.0.0.0)
Syntax
Property Value
Type: BooleanTrue when Cognex handles I/O operations.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when the IOEnable changes. |
Exceptions
| Exception | Condition |
|---|---|
| CogNotStoppedException | Thrown if the CogJobManager is not stopped |
| CogInvalidSetupException | Thrown if the Emergency Stop signal is asserted and the user tries to go Online |
Remarks
Examples
See Also