12-03-2024 08:09 AM
Hi everyone,
i would like to scale an analog input channel with the following function: y = 10^x
Custom scale using polynomial does not work, because my base is 10, and not the measured value.
Any idea how this can be implemented?
Best regards
rusty21
Solved! Go to Solution.
12-03-2024 08:34 AM
Hi rusty,
@rusty21 wrote:
i would like to scale an analog input channel with the following function: y = 10^x
Custom scale using polynomial does not work, because my base is 10, and not the measured value.
Any idea how this can be implemented?
Apply the scaling using the 10^x function after the DAQmxRead...
(Out of interest: which kind of sensor do you measure?)
12-04-2024 04:44 AM
Hi GerdW,
thank you for your helpful advice.
Sensor is used to determine the surface resistance.
Best regards
rusty21