Scale Type
- Updated2025-07-28
- 1 minute(s) read
Indicates the method or equation form that the custom scale uses.
Remarks
The following table lists the characteristics of this property.
| Short Name | ScaleType |
| Data type | ![]() |
| Permissions | Read Only |
| Resettable | False |
| Settable While Task Is Running | device-specific |
| Available in Run-Time Engine | True |
| Linear | 10447 | Scale values by using the equation y=mx+b, where x is a prescaled value and y is a scaled value. |
| Map Ranges | 10448 | Scale values proportionally from a range of pre-scaled values to a range of scaled values. |
| Polynomial | 10449 | Scale values by using an Nth order polynomial equation. |
| Table | 10450 | Map an array of pre-scaled values to an array of corresponding scaled values, with all other values scaled proportionally. |
