Real-Time Measurement and Control

cancel
Showing results for 
Search instead for 
Did you mean: 

Connecting WIKA O-10(T) pressure sensor to NI 9219

I have a WIKA O-10 (T) pressure sensor. This sensor gives a output signal of 4 to 20 mA.

specs are given in the link; http://www.wika.co.in/upload/DS_PE8165_GB_36812.pdf

 

I need to connect it to the NI 9219 module. 9219 supports current measurement and pressure sensor gives a current signal. So it should be compatible with each other.

 

However, how would I convert this current signal to pressure, that is the problem??

 

 

0 Kudos
Message 1 of 2
(3,373 Views)

read the current signal (4 to 20 mA)

use scaling to convert the mA to Pressure

rate =(output max pressure-Output min pressure)/(input max mA -Input Min mA)

Pressure value = rate*mA (read)+Output min pressure-rate*(Input Min mA)

 

0 Kudos
Message 2 of 2
(3,313 Views)