LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

acq RTD sample.vi with simulated device

Solved!
Go to solution

hi all,

I am studying on DAQ samples in labview 2009, I have no DAQ device but I simulated NI 9188 and NI 9214 (thermocouple). I want to run "acq RTD sample.vi" with these simulated devices but when I run the program it shows error "Possible reasons: Device to which the sensor is attached does not have an available internal excitation source. Select another device with an available internal excitation source or supply external excitation.". However, in the web it is said that NI 9188 and NI 9214 are available for real-time measurements. What is wrong with this?

Egemen
0 Kudos
Message 1 of 5
(2,721 Views)

Hello,

The reason you are seeing that error is that you are using an resistance temperature detector which require excitation voltage and not a standard thermocouple.

 

The 9214 is only used for thermocouples.

If you want to use that RTD example, try simulating the 9219.

https://www.ni.com/en-us/shop/model/ni-9219.html

Good luck,

 

Jacob R. | Applications Engineer | National Instruments

0 Kudos
Message 2 of 5
(2,701 Views)

Thank you Jacob. I will check the links that you noted but I confused a little... Is it not possible to work with 9214 for real-time measurements?

Egemen
0 Kudos
Message 3 of 5
(2,696 Views)
Solution
Accepted by topic author newbieeng

What Jacob was saying is that the 9214 is not designed to work with RTD sensors.  An RTD is a resistor which changes value with temperature.  A thermocouple generates a voltage proportional to the temperature difference  between the junctions.  A measurement system for thermocouples needs to measure voltage and often compensates for the cold junction temperature.  A measurement system for RTDs needs to measure resistance which usually involves supplying a current and then measuring the voltage drop.  The 9214 does not have a current supply circuit for the RTD.

 

From the specificatioons for the 9214 it appears that it will work with the Real-Time operating system.

 

Lynn

0 Kudos
Message 4 of 5
(2,688 Views)

Thank you Lynn. Now, I understood it clearly.

Egemen
0 Kudos
Message 5 of 5
(2,684 Views)