CogJob RunContinuous Method Cognex VisionPro
Run the CogJob in a continuous loop. The CogJob will not stop running until Stop() is called. This Run method uses the the RunMode of the CogJob determines which parts (acquisition and/or image processing) actually run.

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

public void RunContinuous()
Events

Exceptions

ExceptionCondition
CogNotRunnableExceptionThrown if the CogJob cannot be run, usually because it has been already shutdown.
CogNotStoppedExceptionThrown if the CogJob is not stopped.
CogJobNoManagerExceptionThrown if the CogJob does not have a CogJobManager.
CogMissingAcqFifoExceptionThrown if the CogJob does not have an acq fifo and its RunMode is AcquisitionOnly or AcquisitionAndImageProcessing.
CogInvalidSetupExceptionThrown if the CogJob is in AcquisitionOnly RunMode and the StartMode is IssuedAfterVisionToolRuns.
See Also