QuickBuild is unable to monitor Online input command after it starts up
because the default IOEnable mode is always set to false (offline mode).
However, Online and Emergency Stop input signals should be still monitored
even if in offline mode. The user must call this routine to ask CogJobManager
to monitor those input signals that must be monitored in offline mode.
This function should also be called after the user successfully loads
a QuickBuild application.
Namespace: Cognex.VisionPro.QuickBuildAssembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 83.0.0.0 (83.0.0.0)
Syntax
Parameters
- enabled
- Type: System Boolean
Monitoring is on when enabled is true.
See Also