PVRangeFullScaleAccumulatedMax custom property
- Last UpdatedAug 06, 2024
- 1 minute read
Represents the sum of the maximum full scale measured values for the meters (2-3) of a StackLevel meter symbol to calculate the percentage fill animation. Typically, the value for PVRangeFullScaleAccumulatedMax is expressed as:
Me.PV1.EngUnitsRangeMax + Me.PV2.EngUnitsRangeMax + Me.PV3.EngUnitsRangeMax
Assign values to the PVRangeFullScaleMax custom property
|
Application Type |
Data Type |
Custom Property Type |
Default Value |
Example Custom Property Value |
|
ArchestrA Automation Objects |
Double |
Input |
Me.PV1.EngUnitsRangeMax |
Reference to a EngUnitsRangeMax attribute or a static value. PVRangeFullScaleAccumulatedMax=UDA01.Volume1.EngUnitsRangeMax + UDA01.Volume2.EngUnitsRangeMax + UDA01.Volume3.EngUnitsRangeMax PVRangeFullScaleMax=90.0 |
|
InTouch Tags |
Real |
Input |
Galaxy:Me.PV1.EngUnitsRangeMax |
Reference to an InTouch tag or a static value. PVRangeFullScaleAccumulatedMax=Tank1Volume + Tank2Volume + Tank3Volume |
Related Wizard options and custom properties
Symbols that show a measured value typically include the following Wizard options to show a measured value with an engineering unit as part of a symbol's visual components.
-
PVNumericDisplay: True
-
EngUnits True
-
EngUnitsType: StaticText/CustomPropertyLabel
The following custom properties are set with PVRangeFullScaleMax to show a measured value with an engineering unit.
-
PV
-
EngUnits, only accessible when the EngUnitsType Wizard option is set to CustomPropertyLabel
-
EngUnitsVisible
-
PVRangeFullScaleMin
-
PVVisible