Pen_RangeFullScaleMin custom property
- Last UpdatedAug 09, 2024
- 1 minute read
The value of Pen_RangeFullScaleMin sets the minimum limit of the SA_Trend_SinglePen symbol's measured values that appear on the trend grid. Measured values that are less than the minimum limit are clipped and appear as a horizontal trend line segment until the measured value returns within the range of the trend.
A meter automatically transitions into full range mode when the current measured value is outside of the trend range. Full scale flags appear at the top and bottom of the meter to indicate that the meter is in Full Range mode.
Assign values to the Pen_RangeFullScaleMin custom property
|
Application Type |
Data Type |
Custom Property Type |
Default Value |
Example Custom Property Value |
|
ArchestrA Automation Objects |
Double |
Input |
Me.PV.EngUnitsRangeMin |
Reference to an ArchestrA object's EngUnitsRangeMin attribute or a static number. Pen_RangeFullScaleMin=PUMP_001.PV.EngUnitsRangeMin Pen_RangeFullScaleMin=200.0 |
|
InTouch Tags |
Real |
Input |
Galaxy:Me.PV.EngUnitsRangeMin |
Reference to an InTouch tag Pen_RangeFullScaleMin=TankVolume.MinEU |
Related Wizard options and custom properties
The YAxisRangeType Wizard option must be set to ClipOutOfRangeValue to show the Pen_RangeFullScaleMin custom property:
The Pen_RangeFullScaleMax custom property must be set with Pen_RangeFullScaleMax to set the full scale range.