Returns/sets the tolerance limit that triggers a warn-high status, if enabled and the value exceeds it but does not exceed the RejectHighLimit. Setting may cause the other limit values to be adjusted so that the limit values remain consistent.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax
Property Value
Type: DoubleEvents
| Event Type | Reason |
|---|---|
| CogStatistics Changed | Fires when this limit changes. The following state flag may be affected: |
| CogStatistics Changed | Fires when this limit changes along with at least one other limit. The following state flags may be affected: |
Remarks
If WarnHighLimitEnabled is true and the value you supply to AddValue(Double) exceeds this limit, but does not exceed the RejectHighLimit, then AddValue(Double) returns WarnHigh.
Setting may cause the other limit values to be adjusted so that WarnHighLimit remains consistent with the other limit values.
Default Value: 0.0
See Also