perhaps i missed it somewhere, but how are you mixing this thing? i'm assuming you're heating through recirculation and/or flame? don't you need some mixing to keep the heat consistent throughout the mash?
So JB, since you recirc your wort constantly, have you ever had a problem with a stuck mash? Ever made hi wheat or hi grav with the herms?
I've been toying with the idea of doing something similar using an Arduino Arduino - HomePage
Someone already wrote a PID function for it and can get some temp probes and relays easily as well. Total cost, using an old laptop and my current electric setup, would be about $200. It would probably take me about 40-100 man hours to do it, that's the biggest reason I haven't done it*.
Looks like the LabJack stuff has very limited Linux support
What touch screen you using?
Yours looks 1000 times better than anything I'd do. :rockin:
*I write C code on Unix for a living...
'== Brew Title =============================================
Georgia Pale Ale
'== Mash Schedule (Yes/No, Temp, Time) =====================
Y 104 20 'Acid Rest
Y 126 20 'Protein Rest
N 140 0 'Intermediate Rest
Y 152 60 'Saccharification Rest
Y 170 30 'Mash-out Rest
Y 178 30 'Sparge
'== Boil Time (in minutes) =================================
75
'== Boil Additions (in minutes) ============================
60,15,5
Well that's really simple. Will each one of these programs be available via the touch screen by name? Are you programing this yourself?
I want to pick up the Arduino, but I didn't feel it was suited for this project.
Why? (not being a jerk, asking as an engineer.) I'm reading some on the LabJack stuff, so maybe it is "better" suited. I just prefer to work in a unix-like environment. I know the Arduino is much more "do-it-yourself" than the labjack stuff.
To be honest, it will be a while before I get to even start on mine. Plus, I rarely do step mashes and my cooler only looses about 1 degree per hour.
A big thumbs up from a systems software guy.
All I can say is remember Hal in 2001: a Space Odyssey.
You are going to come home one day and that thing is going to be cooking up a batch of Light Lager all on its own. You will be locked out and that screen will say something like "Trust me, this is for your own good..." I
tell you, it is evil and you should send it to me ASAP.
Yes, I am the programmer. It is actually a very refreshing project compared to the software I write for work...
Right now the configs are loaded through a standard windows dialog but that isn't good enough for the final product. I am working on creating an interface to load the configs that is more touchscreen friendly. Here is a screenshot - sorry, kinda big... it is 1:1 ratio. Notice that the only letters that are lit up are the ones with configs that match. Once the letter is selected, a list of all configs that match are returned to be selected... still working on that part.
QUOTE]
you know just as a thought
the onboard computer has ethernet it would be very sweet if
you could make-import your Recipes in BeerSmith.
if Beer Smith had an added function to it for the JBBS
then you open your Recipe send it to the jbbs via usb thumbdrive or ethernet
mabe it could even provide added logging and what not
if you connect via your computer the need for screens and other interface stuff
could be olimnated ,
if you connect via your computer the need for screens and other interface stuff could be olimnated ,
Here is the same model flowmeter that I useMalema Sensors M10000 Paddlewheel 3/8" Ports Flowmeter - eBay (item 190052469834 end time Oct-06-08 08:57:12 PDT)![]()
As to valves the Belimo ball valves with 0-10 proportional actuator works well also.
Bigger than that though is the flexibility that the LabJack provides in reading a multitude of devices and probes and the accuracy (12-bit resolution on the analog inputs) it provides. Right now, I am toggling six solid state relays, reading two temperature probes, and monitoring a float switch. And I can still hook up ten more devices to this single device.
This isn't exactly the same as what you were describing... as you will still need to manually copy over the configuration file... BUT. As long as the "brewing PC" is running Windows XP Professional (or the right version of Vista but I don't know which versions support it), it has a Remote Desktop feature built-in.
I use this frequently from other PCs and from my MacBook (there's a Mac client available) to remote in to my main desktop.
Once you remote in, you control that computer as if you were sitting at it. So then, if you have a network drive mapped on your Brewing PC that connects to another computer on your network with your copy of BeerSmith on it, you can simply drag-n-drop the exported config file from the "server" to the Brewing PC. Then, you can open JBBS (still remotely), load the config file, and start the process running.
I've done this successfully over wireless, no ethernet cable required.
Cheers!