Pen_RangeFullScaleMax custom property
- Last UpdatedAug 06, 2024
- 1 minute read
The value of Pen_RangeFullScaleMax sets the maximum limit of the SA_Trend_SinglePen symbol's measured values that can appear on the trend grid. Measured values that exceed the maximum 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_RangeFullScaleMax custom property
|
Application Type |
Data Type |
Custom Property Type |
Default Value |
Example Custom Property Value |
|
ArchestrA Automation Objects |
Double |
Input |
Me.PV.EngUnitsRangeMax |
Reference to an ArchestrA object's EngUnitsRangeMax attribute or a static number. Pen_RangeFullScaleMax=PUMP_001.PV.EngUnitsRangeMax Pen_RangeFullScaleMax=200.0 |
|
InTouch Tags |
Real |
Input |
Galaxy:Me.PV.EngUnitsRangeMax |
Reference to an InTouch tag Pen_RangeFullScaleMax=TankVolume.MaxEU |
Related Wizard options and custom properties
The YAxisRangeType Wizard option must be set to ClipOutOfRangeValue to show the Pen_RangeFullScaleMax custom property:
The Pen_RangeFullScaleMin custom property must be set with Pen_RangeFullScaleMax to set the full scale range.