Real-Time Measurement and Control

cancel
Showing results for 
Search instead for 
Did you mean: 

Conversion of Current to Temperature

Hello, 

I am getting started with LabVIEW and would appreciate some help in converting a current output(0-20 mA) from a LUMASENSE IGAR 12-LO 2 Color Pyrometer. I am receiving the output in my NI 9203 module that is attached to a NI cDAQ-9174. 

I am unsure as to how to do the conversion/scaling from current to a readable temperature in C.

 

Any help would be appreciated. 

Thank you. 

0 Kudos
Message 1 of 5
(1,379 Views)

It would also depend on the range for the sensor.  But your conversion should be Reading*(Max-Min)/(20mA)+Min.



There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 5
(1,373 Views)

Hi, 

The range is between 400 and 3300 °C. 

So I'm guessing I input that equation into a formula block and I should be good to go? 

 

Please see attached picture. 

0 Kudos
Message 3 of 5
(1,367 Views)

I avoid Express VIs as much as possible.  They tend to hide too much information and are inefficient.  For the calculation, just use the basic math nodes.



There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 4 of 5
(1,355 Views)

Thank you so much for the help!

 

0 Kudos
Message 5 of 5
(1,351 Views)