CogJobManager IOHeartbeat Property Cognex VisionPro 9.8 SR1
The CogJobManager generates the heartbeat signal while it is running using the data provided by IOHeartbeat. The caller must enable the output line before running any of the jobs.

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

public CogIOOutputLineInfo IOHeartbeat { get; set; }

Property Value

Type: CogIOOutputLineInfo
The description of the device name, its board index, and an output line number.
Events

Exceptions

ExceptionCondition
CogNotStoppedExceptionThrown if the CogJobManager is not stopped
Remarks

Examples

See Also