PenX_RangeOperatingMax custom property
- Last UpdatedAug 06, 2024
- 1 minute read
The value of Penx_RangeOperatingMax sets the maximum limit of a specified scale range of measured values shown on the SA_Trend_MultiPen 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 meter 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 set by the Penx_RangeOperatingMax and Penx_RangeOperatingMin custom properties, flags appear above the pen selector panel to indicate the trend is in full range mode.
Assign values to the Pen_RangeOperatingMax custom property
|
Application Type |
Data Type |
Custom Property Type |
Default Value |
Example Custom Property Values |
|
ArchestrA Automation Objects |
Double |
Input |
Me.PV.EngUnitsMax |
Reference to an attribute or a static value PenA_RangeOperatingMax=ODA1.PV.EngUnitsMax PenA_RangeOperatingMax=1600.0 |
|
InTouch Tags |
Real |
Input |
Galaxy:Me.PV.EngUnitsMax |
Reference to an InTouch tag or a static value PenA_RangeOperatingMax=OpMax PenA_RangeOperatingMax=1600.0 |
Related Wizard options and custom properties
The following Wizard options must be set to their listed values to expose the Pen_RangeOperatingMax 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.