LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

covert analog input signal (NI 9203) to meaningful units

I'm very new to LabVIEW and I wanted to do something that I thought was fairly simple. Using the NI 9203 analog input module I wanted to measure pressure using a sensor that has an output of 4-20 mA. Altough I get some signal at the end on my screen, it's not realy the pressure. How can I convert this to a meaningful signal? I also took a look at the exeple VI's in the module specific file, but I don't have a clue how to use them.
 
Hopefully someone can help me out.
 
Jurgen
0 Kudos
Message 1 of 3
(4,146 Views)

Hi Jurgen,

You have two possibilities. But you must first know the relation between the current created by your sensor and the pressure mesured by your sensor. Normally you should receive this kind of things with your sensor.

First one, you configure the scale in MAX (Measurement and Automation eXplorer) and you can associate this scale to a task. In this case, the value you will receive in LabVIEW will be automaticly converted into the right (scaled) units. If you are not familiar with MAX and creating scales, you can take a look at this article. or the attached file or yet the MAX NI-DAQmx Help (Start >> All Programs >> National Instruments >> NI-DAQ >> NI-DAQmx Help).

Second one, you create a subVI (VI into another VI) in LabVIEW that will make the conversion in LabVIEW itself. By this way, this is simply a VI that makes the correlation between the current and the pressure.

I Hope this will help you.

Regards,

 

Julien Roland - District Sales Manager
NI Belgium - Technical Support

Don't forget to rate a good answer
0 Kudos
Message 2 of 3
(4,122 Views)
Oups I forgot the attachement ! Smiley Surprised
Julien Roland - District Sales Manager
NI Belgium - Technical Support

Don't forget to rate a good answer
0 Kudos
Message 3 of 3
(4,116 Views)