CogStatistics WarnLowLimit Property Cognex VisionPro 9.8
Returns/sets the tolerance limit that triggers a warn-low status, if enabled and the value falls below it but does not fall below the RejectLowLimit. Setting may cause the other limit values to be adjusted so that the limit values remain consistent.

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

public double WarnLowLimit { get; set; }

Property Value

Type: Double
Events

Event TypeReason
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 WarnLowLimitEnabled is true and the value you supply to AddValue(Double) is less than this limit, but is not less than the RejectLowLimit, then AddValue(Double) returns WarnLow.

      Setting may cause the other limit values to be adjusted so that WarnLowLimit remains consistent with the other limit values.

      Default Value: 0.0

      See Also