LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I tare a pressure transducer?

I am currently working on a project to test the pressure within a very small blood pressure cuff. Other than calibrating the LabVIEW program is there an easier method to null the offset that occurs?
0 Kudos
Message 1 of 4
(5,118 Views)
If you really want to tare the reading, take a measurement at the known "zero" point and store it in your application on a shift register. Subtract that measurement from all your future measurements until someone hits the "TARE" button. When you updte the tare value, use the raw measurement and store that. I suppose you might call that "calibrating" the program, but it is the only way I would suggest you do it.

Daniel L. Press
PrimeTest Corp.
www.primetest.com
0 Kudos
Message 2 of 4
(5,117 Views)
this little vi is what i use to reset angle reading to zero.  hope this helps,

0 Kudos
Message 3 of 4
(4,869 Views)

Please don't post VI's that are set to Run when opened. My heart skips a beat everytime that happens and wonder what kind of nasty things the program might be doing to my pc.

0 Kudos
Message 4 of 4
(4,863 Views)