02-04-2021 08:00 PM
When using a MyRIO with LabVIEW, does it receive current or voltage values?
02-04-2021 08:45 PM
How to measure temperature with thermistor and NI myRIO? Kindly request your suggestions regarding this. Please provide any links if possible.
02-04-2021 08:58 PM
@haroumou9 wrote:
When using a MyRIO with LabVIEW, does it receive current or voltage values?
The answer is "Yes". Do you know "Ohm's Law", which I learned as "E = IR" (or, in words, Voltage = Current * Resistance")?
The myRIO has A/D converters, which generally convert voltages (typically in the range ±5 V) to a 16-bit integer. You need to know a little bit of electrical circuit theory (what you might learn in a decent high school physics class, should certainly learn in a first-year Circuit course in college), and should understand what to do if the voltage you want to measure is in the kV or µV range.
Bob Schor
02-04-2021 09:06 PM
Thank you so much for your response. I was trying to use a thermistor to measure temperature with the use of a myRIO. Do you know how I should be able to do that?
I was thinking about using a voltage divider, but I was confused.
02-04-2021 09:19 PM
Would it be possible to use a thermistor and a NI MyRIO to measure temperature?
I was planning to use a voltage divider to do this as shown below
With the use of "V", I was planning to connect that terminal point where "V" is located to the myRIO to measure temperature. Is this possible? Is it possible to send a voltage value to a myRIO to measure temperature with a thermistor?
Kindly request your valuable suggestions regarding this. Please provide any educational websites or links if possible.
02-04-2021 10:24 PM
Yes it is possible to measure the temperature.
Below link consists of a document which explains how to measure temperature using LabVIEW and USB DAQ, the concept behind is similar to myRIO as well.
https://zeus.phys.uconn.edu/wiki/images/LabViewThermistor.pdf
-Rahul
Hit KUDOS for Thanks
02-05-2021 04:51 AM
With this link, I found a method to use a NI DAQ to measure temperature with the use of a thermistor. However, for the method shown in the link, would it be possible to use a NI MyRIO instead of a NI DAQ device. If it is possible, what changes need to be made.
Link to method: https://zeus.phys.uconn.edu/wiki/images/LabViewThermistor.pdf
I am looking forward to hearing from you.
02-05-2021 04:58 AM
Hi haroumou,
@haroumou9 wrote:
With this link, I found a method to use a NI DAQ to measure temperature with the use of a thermistor.
No, you didn't "found" that method, but you were told to use it…
@haroumou9 wrote:
However, for the method shown in the link, would it be possible to use a NI MyRIO instead of a NI DAQ device. If it is possible, what changes need to be made.
You already were told you can use this method to convert a thermistor measurement into a temperature value.
You just need to implement this formula (I would use a plain subVI instead of that ExpressVI) in you rmyRIO project!
02-05-2021 05:36 AM
Hi,
With your suggestions, I have created a myRIO file and wanted to see if my VI should work.
02-05-2021 05:41 AM - edited 02-05-2021 05:44 AM
Hello Everyone,
With all the valuable suggestions gotten from the NI Community, I have been working on my Temperature VI and wanted to get your suggestions. The method I have been using can be seen in the link below.
Method Using: https://zeus.phys.uconn.edu/wiki/images/LabViewThermistor.pdf
With the method in that link, I have created my VI and it is shown below:
Kindly request your suggestions if my Temperature VI should work.
However, currently with my Temperature VI, there is an issue, The issue is shown below.
Kindly request your suggestions regarding all of this.