Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Temperatue Readout

I am trying to get a readout for my temperature sensor. I put on a stunt resistor to convert the current coming from the sensor to voltage for DAQ card within the range of 0~10V.
To convert the voltage to temperature in my computer, I need to do some math, T=V/500*60.1+600. I need a plot to display the temperature continuosly and a digital readout of the temperature and being able to save the plot as well. I have only one channel coming into DAQ.
It must be easy for experts. but not for me. And I need to do this as a start as soon as I can. If possible, could you please correct the VI I attached or a new VI if mine is too bad to correct?
Any help will be appreciated. Thank you.
0 Kudos
Message 1 of 3
(2,767 Views)
According to your description, it seems like you have a great start so far! Is there anything in particular right now that your VI isn't doing that you would like it to do? Are you getting any errors that need fixing? This will help me and other readers know exactly what kind of help you're looking for. Thanks!
0 Kudos
Message 2 of 3
(2,767 Views)
If you want this to run continuously, then wrap a while loop and add a delay and a stop button control to what you already have. If you need any more help, you need to be specific when asking for it. Also, identify the version of LV you are using otherwise we have no choice but to assume. I am assuming you are using LV 6.1 I've modified you code just a bit to show what I suggested here.
Message 3 of 3
(2,767 Views)