Tolerance status values for each ICogDataAnalysisChannel.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 87.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Pass | 0 | The value is within the specified limits. | |
| WarnLow | 1 | The value is less than the WarnLowLimit but greater than or equal to the RejectLowLimit. | |
| WarnHigh | 2 | The value is greater than the WarnHighLimit but less than or equal to the RejectHighLimit. | |
| RejectLow | 4 | The value is less than the RejectLowLimit. | |
| RejectHigh | 8 | The value is greater than the RejectHighLimit. | |
| InvalidValue | 16 | The 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