Set Scaling Parameters (Polynomial) VI
- Updated2024-06-26
- 3 minute(s) read
Sets scaling parameters for a polynomial scale that uses an nth order polynomial equation. A polynomial scale contains both a polynomial to convert pre-scaled values to scaled values and a polynomial to convert scaled values to pre-scaled values.

Inputs/Outputs
![]() password specifies the password of the NVMEM area. Do not specify this input if the NVMEM area is not protected. ![]() serial number specifies the serial number of the hardware. Do not specify this input if the NVMEM area is not protected. ![]() session in specifies the session to access. ![]() physical channel specifies the physical channel that contains the scaling equation. ![]() forward coefficients specifies an array of coefficients for the polynomial that converts pre-scaled values to scaled values. Each element of the array corresponds to a term of the equation. For example, if forward coefficients is [1, 3, 6, 9], the equation is y = 9x3 + 6x2 + 3x + 1. ![]() reverse coefficients specifies an array of coefficients for the polynomial that converts scaled values to pre-scaled values. Each element of the array corresponds to a term of the equation. For example, if reverse coefficients is [1, 3, 6, 9], the equation is y = 9x3 + 6x2 + 3x + 1. ![]() error in (no error) describes error conditions that occur before this node runs. This input provides standard error in functionality. ![]() session out is a copy of the session in reference. ![]() physical channel out returns the physical channel that contains the scaling equation. ![]() error out contains error information. This output provides standard error out functionality. |