Piezo electric differental pressure sensor

Homebrew Talk - Beer, Wine, Mead, & Cider Brewing Discussion Forum

Help Support Homebrew Talk - Beer, Wine, Mead, & Cider Brewing Discussion Forum:

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.

Larsen

Supporting Member
HBT Supporter
Joined
Oct 24, 2011
Messages
40
Reaction score
3
Location
Frederiksberg
Hi

I'm in the process of automating my new 55 gal RIMS brewrig.

I had the misfortune to have my brand new Blichmann false bottom, sucked ball shaped by my pump. :-(

I order to avoid that, i have installed to small sight glasses on the MT, made of 850mm x 8mm ID glas pipes. One with input below the, now straight again, false bottom and the other just above. Now it's at least visual if the pressure is different below or above the false bottom. :)

Then i got the idea to use a differential pressure sensor, to automate the recirculation.

...and then, why not use the measured pressure to determine how much liquid i have in my kettles?

Well, now i need help. I have absolutely no idea, how to calculate, the minimum and maximum pressure i could expect in the sight glasses/pipes.

For now the pipes are open in the top, but here must the pressure sensor be connected air tight.

So, do you think it will work?

Can you help me with a formula / spreadsheet to calculate the possible pressure levels in the pipes/sight glasses?

Do you thing that this cheap differental pressure sensor can work: http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MPXx10&fsrch=1&sr=1

The sensor will feed an input port on a Siemens Logo! analog port i use to control the process.

Thank you

/lars
 
It tells you that you have a range of 0-10kPA. If we can somehow convert this into a height of water column that would be perfect. There is a way. 1 kPA ~ 4.015 "h2o. Or a vessel containing x inches of water will produce y kPa of DP.

Lets say your kettle is 30 inches tall. Using water (SG=1.000) you should read from 0 - 30 "h2o or 0 - (30/4.015) kPa.

Just keep in mind that this is for water, not wort. If you want to measure wort, it may be useful to have a corrected input for your measured SG.

How tall is your kettle? What vessels need measurement?
 
Thats the sensor that I used and it worked fine. I just had to calibrate it using a linear fit equation. I just added 32oz at a time and measured the output through it into excel and done.

I used arduino tho if it makes a difference.

I tried to get SG but it wasn't accurate enough and turned to be a bit "noisy".
 
Thats the sensor that I used and it worked fine. I just had to calibrate it using a linear fit equation. I just added 32oz at a time and measured the output through it into excel and done.

I used arduino tho if it makes a difference.

I tried to get SG but it wasn't accurate enough and turned to be a bit "noisy".

Can you share some more info on how you went about your level sensing? And what you tried to get SG measurements?
I'm guessing the linear fit was due to the shape of the kettle/keggle?
 
I used a differential pressure sensor attached to the bottom of my keggle about 2 inches off the bottom. the sensor was plugged into the analog pin on my arduino. The I added water 32 oz at a time from my nealgene bottle.

I did a serial print (displays the input on a range from 0-256 on my laptop running the arduino software) and recorded the values in excel. To get a linear equation to interpulate the in between values I plotted these values and used the graph-show equations in excel.

Sooo.... to get my value of gallons/oz/pints/qts..... just take the input analog value run it thru the linear equation and bammm. Output for volume.

Now the specific gravity I used two sensors and used the differance in pressures and determined the gravity. Estentually I used (p1-p2)/g*h=specific gravity. The sensors weren't sensitive enough. I could only equate gravity numbers to a tenth or so. I might continue lookin into this.
 
Sorry yeah the linear equation is because of the keggle shape. Its nearly linear as far as the accuracy I'm looking for for volume.
 
I used a differential pressure sensor attached to the bottom of my keggle about 2 inches off the bottom. the sensor was plugged into the analog pin on my arduino. The I added water 32 oz at a time from my nealgene bottle.

I did a serial print (displays the input on a range from 0-256 on my laptop running the arduino software) and recorded the values in excel. To get a linear equation to interpulate the in between values I plotted these values and used the graph-show equations in excel.

Sooo.... to get my value of gallons/oz/pints/qts..... just take the input analog value run it thru the linear equation and bammm. Output for volume.

Now the specific gravity I used two sensors and used the differance in pressures and determined the gravity. Estentually I used (p1-p2)/g*h=specific gravity. The sensors weren't sensitive enough. I could only equate gravity numbers to a tenth or so. I might continue lookin into this.

Thanks, so you were using 2 sensors for trying to determine SG? Why not a single DP sensor - that should remove some of the noise. But I can see accurancy being a issues since the difference you are trying to measure would be about 5% of the value.
 
I could have used a single DP sensor but they were kinda cheap and i was trying to figure out how they would respond when the water went over the second sensor port in the keggle. This was kind of a learning experience.

The noise/error is also because of the change in pressure in the tube due to heat. (increase in temp yields increase in pressure). I found this slick setup that I might try using to eliminate this difficult "not so linear" equation of pressure/temp change. It uses a small air pump into the line at a constant rate and forces bubbles out the air port. The pressure will change but the noise from the bubbles can be more easily filtered out buy averaging over some time.

https://www.oscsys.com/sites/default/files/volume.gif
 
That's the design I would go for in the first instance.

Should be able to "zero" it on an empty vessel before use with or without the pump.

I'm not sure any of these things are suitable for measuring SG.
 
You might want to go and browse the Brewtroller forums as much of this has been tested which is how they ended up using the "bubbler method".

I forget the details but it seems like steam and thermal expansion created issues in trying to use just the sensor alone to measure volume.
 
You might want to go and browse the Brewtroller forums as much of this has been tested which is how they ended up using the "bubbler method".

I forget the details but it seems like steam and thermal expansion created issues in trying to use just the sensor alone to measure volume.

This is what I ended up going with. Still had all the equiptment and Brewtroller seems like an awesome user interface.

"Darn honey, I have to buy a tablet for the beer machine"

I can't wait for my system to come together.
 
Back
Top