CogJobManager IOPostLoadSetup Method Cognex VisionPro 9.5
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.QuickBuild
Assembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 69.0.0.0 (69.0.0.0)
Syntax

public void IOPostLoadSetup(
	bool enabled
)

Parameters

enabled
Type: System Boolean
Monitoring is on when enabled is true.
See Also