LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Scale

Solved!
Go to solution

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

0 Kudos
Message 1 of 3
(83 Views)
Solution
Accepted by topic author rusty21

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?)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 3
(71 Views)

Hi GerdW,

 

thank you for your helpful advice.

Sensor is used to determine the surface resistance.

 

Best regards

rusty21

0 Kudos
Message 3 of 3
(21 Views)