LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to change Voltage to Pressure or Pascal (Pressure) in Labview

Hi, I have experience in Dasylab, and I know that it is possible to change measurements in the graphical readings . What I want to do is to convert voltage readings to pressure (either PSI or PA- preferrably PA). Does anyone know how to do this? Thanks

0 Kudos
Message 1 of 45
(24,734 Views)

I see an Express VI for scaling. It's simpler than DASYLab, but does offer y=mx+b, and a table of reference points.

 

There was an example using it, too, when I searched for examples. 

Measurement Computing (MCC) has free technical support. Visit www.mccdaq.com and click on the "Support" tab for all support options, including DASYLab.
0 Kudos
Message 2 of 45
(24,712 Views)

Making conversions such as this should be device dependent.  Check the manual of your gauge to determine the responsivity (Voltage / Pressure).  If it's linear, you can accomplish the conversion with some simple math.  If it's non-linear, you may have to utilize a look-up table or reference file which contains the conversion factors.  Alternatively, if you are using a force gauge, you will also need the device area to convert from force to pressure.

0 Kudos
Message 3 of 45
(24,705 Views)

Thanks CJ_Butler. I take it you are referring to the Formula (Signal Express VI)? Also just wondering if you or anyone else knows a formula for converting voltage to Pascal (pressure)? Thanks

0 Kudos
Message 4 of 45
(24,663 Views)

As I mentioned before, the actual conversion you have to perform is device dependent.  One may be linear with 1V/1Pa with another being 0.113V/20Pa or perhaps quadratic with PA = 0.002+0.1V-0.0009V^2.  There is no universal answer we can give you.  If you tell use the device you are using to measure the pressure, we can try and help further.

0 Kudos
Message 5 of 45
(24,661 Views)

hi, thanks pjr1121 i am using force-pressure sensors

0 Kudos
Message 6 of 45
(24,659 Views)

Ok, now what specifically are you using?? who did you buy it from? what model number? is there a manual??  Force pressure sensors vary from measuring the weight of semi-trucks to using peizo electrics to measure near nano-gram resolution of very small items.    

0 Kudos
Message 7 of 45
(24,657 Views)

I am using the Force Sensitive Resistor - Square, (from "CoolComponenets") the link for it is below

 

http://www.coolcomponents.co.uk/catalog/force-sensitive-resistor-square-p-566.html

 

I have also provided a link for the manual below. The information of the square FSR is on page 12

 

https://www.sparkfun.com/datasheets/Sensors/Pressure/fsrguide.pdf

 

Thank you

0 Kudos
Message 8 of 45
(24,647 Views)

How are you sensing the pressure?  That sensor just just changes resistance.  I would suggest the Voltage Divider given on page 18 of that guide.  You can then work the equation to have the FSM = X (I don't feel like doing the math right now).  From there, you know the conversion from resistance to pressure.  Combine the equations to go from output voltage to pressure.


GCentral
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 9 of 45
(24,636 Views)

I'm not particulary goodat Maths..can you pleasetell metheequation, when you areready. Thanks

0 Kudos
Message 10 of 45
(24,624 Views)