PVRangeOperatingMax custom property
- Last UpdatedAug 06, 2024
- 1 minute read
The value of PVRangeOperatingMax sets the maximum limit of a specified scale range of measured values shown on a meter.
When a measured value is within the expected scale range set by the PVRangeOperatingMax and PVRangeOperatingMin 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, 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 PVRangeFullScaleMin and PVRangeFullScaleMax custom properties.
Assign values to the PVRangeOperatingMax custom property
|
Application Type |
Data Type |
Custom Property Type |
Default Value |
Example Custom Property Values |
|
ArchestrA Automation Objects |
Double |
Input |
Me.PV.EngUnitsRangeMax |
Reference to an ArchestrA attribute or a static value. PVRangeOperatingMax=PUMP_001.Volume.EngUnitsRangeMax PVRangeOperatingMax=1600.0 |
|
InTouch Tags |
Real |
Input |
Galaxy:Me.PV.EngUnitsRangeMax |
Reference to an InTouch tag or a static value. PVRangeOperatingMax=TankVolume.MaxEU PVRangeOperatingMax=1600.0 |
Related Wizard options and custom properties
The following Wizard options must be set to their listed values to expose the PVRangeOpteratingMax 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 meter bar.
-
PVRangeOperatingMin
-
PVRangeAutoScale (Must be set to False to expose the PVRangeOperatingMin and PVRangeOperatingMax custom properties.)