Academic Hardware Products (myDAQ, myRIO)

cancel
Showing results for 
Search instead for 
Did you mean: 

How to retrieve the temperature by a Pt100 (2 threads ) with NI myDAQ with an external circuit?

hi everybody my supervisor requires me not to use the ohm meter to the NI myDAQ and he ask me to create an external circuit in order that I may accquire data using the map and the circuit I want to know the contents of this circuit and the appropriate VI!! help please Smiley Sad

0 Kudos
Message 1 of 6
(7,786 Views)

Here is an example of how to Measure Temperature using an RTD, myDAQ, and LabVIEW. It looks like the PT100 is an RTD, correct?

 

Additionally, LabVIEW comes with a built-in example for temperature measurements. It can be found in Help > Find Examples. Then select Hardware Input and Output > DAQmx > Analog Input. There is an example called 'RTD or Thermoresistor - Continuous Input.vi'. This can also be a good starting point.

 

The basic steps in LabVIEW are DAQmx Create Channel (select AI Temperature RTD), set up DAQmx Timing (if needed), Start Task, Read (put in while loop for continuous samples), Stop Task, Clear Task.

Taylor B.
National Instruments
0 Kudos
Message 2 of 6
(7,763 Views)

thank you so much it was very good point to start but i need a circuit with some resistance i want just to know if mydaq can give me an external source because i used to get out the voltage U=RI so what should i do exactally ?

0 Kudos
Message 3 of 6
(7,745 Views)

Just for clarification, this is not about an external power source, correct? Are you building a circuit to measure the analog output or input of the myDAQ?

 

Taylor B.
National Instruments
0 Kudos
Message 4 of 6
(7,725 Views)

yes it's a circuit to measure analog output because i have to determine the resistance and convert it on °C using the table of convertion 

0 Kudos
Message 5 of 6
(7,718 Views)

The most basic way to measure a variable resistance using an anlog input is a voltage divider: http://en.wikipedia.org/wiki/Voltage_divider

 

The use the variable resistance (the PT100 in this case) as R1 in the image in the link above.  When the resistance of R1is huge R2 is insignificant and your analog input will read ~0.  When the resistsance of R1 is tiny the analog input will read ~Vcc.

 

Then just use the equations to convert the analog voltage to resistance and then resistance to temperature with the equations from the specific device you're using.

 

Let us know if that makes sense.

 

-Sam K

LabVIEW Hacker

Join / Follow the LabVIEW Hacker Group on google+

0 Kudos
Message 6 of 6
(7,714 Views)