10-08-2021 01:16 AM
hi,
I am beginner in Lab view environment ,currently i am working on real time temperature monitoring project, in which i am accessing the data through Arduino board . the output of the Arduino is 0-5 volts.
i want to convert the same temperature in Celsius .(0-100'C) . please guide.
10-08-2021 09:15 AM - edited 10-08-2021 09:16 AM
Well we are goin to need a lot more information.
But in general a solid state temperature will be simpler to use because a sensor will have a mV/Degree output scaling. You read that voltage using one of the Analog inputs on the Arduino and convert it to temperature using the scaling factor.
Thermistors are similar but require a little more math to scale the Resistance to Degrees.
There are lots and lots of examples for temperature measuring with an Arduino.
But there are lots and lots of examples
10-08-2021 10:36 AM
Hi sanvish,
@sanvish wrote:
the output of the Arduino is 0-5 volts.
i want to convert the same temperature in Celsius .(0-100'C) . please guide.
The general suggestion is:
Most often a simple formula (linear scaling, or maybe 2nd or 3rd order polynom) can be used. Sometimes a lookup table (with linear interpolation between lookup points) might be accurate enough…
10-11-2021 12:46 AM
Hi GredW,
Thanks for the reply..
I am communicating to the aurdino board from a controller the out put is 0-5 v..and the sensor connected to the controller is K type thermocouple
10-11-2021 12:48 AM
Hi RTSLVU,
Thanks for the reply..
1. I am communicating to the aurdino board from a controller the out put is 0-5 v..and the sensor connected to the controller is K type thermocouple .
2.LABVIEW to arudino through LINX
10-11-2021 09:20 AM - edited 10-11-2021 09:47 AM
@sanvish wrote:
Hi RTSLVU,
Thanks for the reply..
1. I am communicating to the aurdino board from a controller the out put is 0-5 v..and the sensor connected to the controller is K type thermocouple .
2.LABVIEW to arudino through LINX
If you have some type of "controller" between the Arduino and the Thermistor, that changes everything and you probably will not be able to use LINX.
10-11-2021 12:40 PM
Hi Snavsih,
@sanvish wrote:
Hi GredW,
the sensor connected to the controller is K type thermocouple
Do you think it's a good idea to connect a type K thermocouple directly to an Arduino AI pin?