The CogJob type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AcqFifo |
Get or set the acquisition fifo.
| |
| AcqFifoState |
Read-only property to get the state of the acq fifo. Internal use only.
| |
| AcqFifoSyncPulse |
Gets an interface to a synchronization pulse. This pulse will be
fired from the thread that acquires images, just before each
acquisition attempt, allowing you to synchronize with that thread.
| |
| AcqFifoSyncRoot |
Read-only property to get the AcqFifoSyncRoot. Internal use only.
| |
| AcquisitionProcessThread |
Internal use only.
| |
| AcquisitionRunStatus |
Read-only property which returns the AcquisitionRunStatus of the CogJob.
| |
| ChangedEventSuspended |
If nonzero, indicates that the raising of the Changed event has been
suspended. This value is incremented when SuspendChangedEvent is called
and decremented when ResumeAndRaiseChangedEvent is called.
(Inherited from CogSerializableChangedEventBase.) | |
| HasChanged | (Inherited from CogSerializableChangedEventBase.) | |
| HasManager |
Read-only property to check if the CogJob has a CogJobManager. Internal use only.
| |
| ImageQueueCapacity |
Get or set the image queue capacity.
| |
| ImageQueueCount |
Read-only property which returns the number of images in the image queue.
| |
| IndependentProcessThread |
Internal use only.
| |
| IOInfoList |
Returns the CogIOInfoList, which is used to map I/O signals to physical
devices in the system. Cognex internal use only
| |
| JobRunStopSyncRoot |
Read-only property to get the JobRunStopSyncRoot. Internal use only.
| |
| JobScript |
Cognex Internal Use Only.
| |
| Manager |
Get or set the CogJob's CogJobManager. Internal use only.
| |
| Name |
Gets or sets the name of the CogJob.
| |
| OwnedIndependent |
Read-only property to retrieve the CogJobIndependent object.
| |
| RemainingRuns |
Get or set the number of remaining job runs.
| |
| RunCount |
Get or set the maximum number of job runs.
| |
| RunCountEnable |
Enable or disable RunCount
| |
| RunMode |
Get or set the CogJob's RunMode.
| |
| RunningSyncBoolean |
Gets an interface to a synchronization boolean. This boolean will be
true if the threads of this job have been told to run and have not
yet stopped. Otherwise it will be false.
| |
| RunStatus |
Gets the last RunStatus of the job.
| |
| ScriptError |
Cognex Internal Use Only.
| |
| ScriptObj |
Cognex Internal Use Only.
| |
| StartCount |
Get or set the number of StartAcquires in the acq fifo's queue.
| |
| StartMode |
Get or set when StartAcquires are put into the acq fifo's queue.
| |
| StartTriggerRate |
Get or set the trigger rate when the CogJob's StartMode is IssuedAtFixedRate.
| |
| State |
Gets the running state of the CogJob.
| |
| StateFlags |
Returns the complete set of state flags supported on this object. The
flags may be indexed by name as shown in the following C# code snippet:
if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from CogSerializableChangedEventBase.) | |
| ThroughputAlgorithm |
Get or set the CogJob throughput algorithm.
| |
| ThroughputSampleSize |
Get or set the CogJob throughput sample size.
| |
| TotalAcquisitionErrors |
Get or set the total number of acquisition errors.
| |
| TotalAcquisitionOverruns |
Get or set the total number of acquisition overruns.
| |
| TotalAcquisitions |
Get or set the total number of acquisition completed.
| |
| TotalEncoderOverruns |
Get or set the total number of encoder overruns.
| |
| TotalJobIterations |
Get or set the total number of job iterations.
| |
| TotalJobThroughput |
Get or set the CogJob throughput at a particular instant.
| |
| TotalJobThroughputMax |
Get or set the maximum CogJob throughput.
| |
| TotalJobThroughputMin |
Get or set the mininum CogJob throughput.
| |
| TotalVisionToolAccepts |
Get or set the total number of vision tool runs that had an accept result.
| |
| TotalVisionToolErrors |
Get or set the total number of vision tool runs that had an error result.
| |
| TotalVisionToolRejects |
Get or set the total number of vision tool runs that had a reject result.
| |
| TotalVisionToolWarnings |
Get or set the total number of vision tool runs that had a warning result.
| |
| UserData |
UserData. Internal use only.
| |
| VisionTool |
Get or set the CogJob's VisionTool.
| |
| VisionToolLinkCount |
Read-only property which returns the number of link objects contained within the CogJob.
| |
| VisionToolRunStatus |
Read-only property which returns the RunStatus of the vision tool.
| |
| VisionToolSyncPulse |
Gets an interface to a synchronization pulse. This pulse will be
fired from the thread that runs the vision tools, just before each
run of the tools, allowing you to synchronize with that thread.
| |
| VisionToolSyncRoot |
Read-only property to get the VisionToolSyncRoot. Internal use only.
|
See Also