PenX_RangeOperatingMin custom property
- Last UpdatedAug 06, 2024
- 1 minute read
The value of Penx_RangeOperatingMin sets the minimum limit of a specified scale range of measured values shown on the SA_Trend_SinglePen symbol.
When a measured value is within the expected scale range set by the PenX_RangeOperatingMax and PenX_RangeOperatingMin custom properties, the scale values of a symbol are adjusted to make it easier to see the measured value when the actual range is large.
When a measured value is outside of the specified scale range, full range flags appear at either end of a meter bar to indicate the meter is in full range mode according to the range set by the PenX_RangeFullScaleMin and PenX_RangeFullScaleMax custom properties.
Assign values to the Pen_RangeOperatingMin custom property
|
Application Type |
Data Type |
Custom Property Type |
Default Value |
Example Custom Property Values |
|
Archestra Automation Objects |
Double |
Input |
Me.PV.EngUnitsRangeMin |
Reference to an attribute or a static value PenA_RangeOperatingMin=ODA1.PV.EngUnitsMin PenA_RangeOperatingMin=1600.0 |
|
InTouch Tags |
Real |
Input |
Galaxy:Me.PV.EngUnitsRangeMin |
Reference to an InTouch tag or a static value PenA_RangeOperatingMin=TankVolume.MinEU PenA_RangeOperatingMin=1600.0 |
Related Wizard options and custom properties
The following Wizard options must be set to their listed values to expose the Pen_RangeOperatingMin custom property.
-
SymbolMode: Advanced
-
FullRangeIndicator: True
The following custom properties must be set to define an expected scale value range of measured values on a SA_Trend_MultiPen symbol.
-
Penx_RangeOperatingMin
-
Penx_RangeAutoScale (Must be set to False to expose the Penx_RangeOperatingMin and Penx_RangeOperatingMax custom properties.