Pen_RangeOperatingMin custom property
- Last UpdatedAug 06, 2024
- 1 minute read
The value of Pen_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 Pen_RangeOperatingMax and Pen_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 Pen_RangeFullScaleMin and Pen_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.EngUnitsMin |
Reference to an ArchestrA object attribute or a static numeric value Pen_RangeOperatingMin=ODA1.PV.EngUnitsMin Pen_RangeOperatingMin=1000.0 |
|
InTouch Tags |
Double |
Input |
Galaxy:Me.PV.EngUnitMin |
Reference to an InTouch tag or a static numeric value Pen_RangeOperatingMin=OpRange.MinEU Pen_RangeOperatingMin=1000.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 (Shows full range flags on a meter when the measured value is outside of the expected range)
The following custom properties must be set to define an expected scale value range of measured values on a meter bar.
-
Pen_RangeOperatingMax
-
Pen_RangeAutoScale (Must be set to False to expose the Pen_RangeOperatingMin and PVRangeOperatingMax custom properties.)