PenX_RangeFullScaleMin custom property
- Last UpdatedAug 06, 2024
- 1 minute read
The value of Penx_RangeFullScaleMin sets the minimum limit of a SA_Trend_MultiPen symbol's pen value 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 pen automatically transitions into full range mode when the current measured value is outside of the trend range. Full scale flags appear above the pen in the selector panel to indicate the trend value is in Full Range mode.
Assign values to the Penx_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 EngUnitsRangeMax attribute or a static number. PenA_RangeFullScaleMin=UDA01.PV.EngUnitsRangeMin PenA_RangeFullScaleMin=200.0 |
|
InTouch Tags |
Real |
Input |
Galaxy:Me.PV.EngUnitsRangeMin |
Reference to an InTouch tag PenA_RangeFullScaleMin=TankVolume.MinEU |
Related Wizard options and custom properties
The following Wizard options must be set to their listed options to show the Penx_RangeFullScaleMin custom property:
-
TimePeriodMode: Moving
-
YAxisRangeType: ClipOutOfRangeValue
-
Meter: True
The Penx_RangeFullScaleMax custom property must be set with Penx_RangeFullScaleMin to set the full scale range of the meter for the SA_Trend_MultiPen symbol.