Hello,
I basically need to run the "scalling and mapping" vi that is only available in version 7, I have two lines of data - one is a raw voltage and the other equates to a flow of gas, dependant on the raw voltage.
i.e. 5 volts might be 5000 SCCM's of gas, 1 volt might be 1000 SCCM's. I have a calibration program which runs to determine the raw voltage and flows but I need to automatically interpolate between these voltages i.e. if I were to read 3 volts, flow would calculate to 3000 SCCM's.
Raw data looks like this: -
volts flow
1.03 149
1.52 203
2.14 259
2.54 314
etc etc .... (so no nice round numbers)
so if I read 1.93 volts, I need to know what the flow would be by interpolating between the k
nown results ?
Hope this helps,
Steve.