01-31-2007 04:59 AM
02-05-2007 08:20 AM
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,
02-05-2007 08:56 AM