Creating a Polynomial Scale
- Updated2025-10-27
- 2 minute(s) read
Convert values using a polynomial equation with up to ten coefficients.
- Launch your project in the VeriStand Editor.
- In the Project Files pane, left-click a system definition file (.nivssdf) and select Configure in System Explorer.
- Right-click Scales and select .
-
On the new scale's Polynomial Scale Configuration page,
enter the scale Name and Units to
associate with the scaled values.
Note The units you enter will supersede the units associated with the channel.
-
In the Coefficients drop-down menu, choose one of the
following directions for the coefficients table.
Direction Description Forward Coefficients table represents a polynomial from pre-scaled to scaled values. Reverse Coefficients table represents a polynomial from scaled to pre-scaled values. -
Enter Coefficients for an order of the polynomial in the
table control, where the coefficients are a0, a1,
a2,...an for your polynomial scale y = a0 +
a1x + a2x2 + … +
anxn.
Note For forward coefficients, y is the scaled data and x is the raw data. For reverse coefficients, x is the scaled data and y is the raw data.
- Save the system definition file.