Hi everyone,
I have a voltage reading U from a pressure gauge that depends on the pressure p as (using formula node syntax)
p=10**(1.25*U-12.875);
Since this is neither linear nor polynomial, and since also Map Ranges is not applicable, the only way to implement that as a scale to MAX that I found is to create a table. I find that a bit cumbersome. Would it be possible (maybe for a future version of MAX) to allow for custom formulae?
Thanks!
P.S.: I know I could approximate that formula using an n-th order polynomial. no thanks 😉