The RMC75, RMC150 and RMC200 support custom user functions. The attached functions are for linear, quadratic, cubic and quartic interpolation. The accuracy of these functions is limited due to 32-bit floating point math i.e. 0.2125001 instead of 0.2125000.
To add the functions to your project:
- Save the attached file to your computer.
- In the RMCTools Project tree, expand Programming.
- Right-click User Functions and choose Import User Functions.
- Browse to the file you saved and then click Open.
Functions - Interpolation.rmcflib (6.76 KB)