SpokeXPVOperatingPercent custom property
- Last UpdatedAug 06, 2024
- 1 minute read
The integer value of SpokexPVOperatingPercent calculates a normalized full scale measured value range for SpokeX. The formulas to set normalized full scale minimum and maximum measured values are:
-
SpokexPVRangeFullScaleMin = SP - (SP*SpokexPVOperatingPercent)
-
SpokexPVRangeFullScaleMax = SP + (SP*SpokexPVOperatingPercent)
Example:
SpokeXPVOperatingPercent=50
SpokeXSP=50
Full scale maximum=SP + (SP*SpokexPVOperatingPercent)=50 + (50*0.5)=75
Full scale minimum=SP - (SP*SpokexPVOperatingPercent)=50 - (50*0.5)=25
Assign values to the SpokexPVOperatingPercent custom property
|
Application Type |
Data Type |
Custom Property Type |
Default Value |
Example Custom Property Values |
|
ArchestrA Automation Object |
Integer |
Input |
50 |
Set to an object attribute or a static value. SpokexPVOperatingPercent=TIT001.Temp.OpRangePercent SpokexPVOperatingPercent=60 |
|
InTouch Tag |
Integer |
Input |
50 |
Set to an InTouch tag or a static value. SpokexPVOperatingPercent=OpRangePercent SpokexPVOperatingPercent=60 |
Related Wizard options and custom properties
The NormalizedShape Wizard option must be set to True to show the SpokexPVOperatingPercent custom property.
The SpokexSP custom property must be set to a reference value to calculate the normalized full scale measured value range for Spokex.