CogDataAnalysisToleranceStatusConstants EnumerationCognex VisionPro 9.22
Tolerance status values for each ICogDataAnalysisChannel.

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

public enum CogDataAnalysisToleranceStatusConstants
Members

  Member nameValueDescription
Pass0The value is within the specified limits.
WarnLow1The value is less than the WarnLowLimit but greater than or equal to the RejectLowLimit.
WarnHigh2The value is greater than the WarnHighLimit but less than or equal to the RejectHighLimit.
RejectLow4The value is less than the RejectLowLimit.
RejectHigh8The value is greater than the RejectHighLimit.
InvalidValue16The value has not been set to a new value before testing the tolerance limits, that is, the value was invalid (i.e. stale or not set).
Remarks

Tolerance status values for each CogStatistics.

See Also