Membership questions? Log in issues? Email info@brewersassociation.org

Author Topic: My automated brew system  (Read 9379 times)

Offline Henielma

  • Cellarman
  • **
  • Posts: 37
    • Henielma
Re: My automated brew system
« Reply #15 on: October 09, 2014, 11:26:40 am »
You are completely right! That is the trick. My LabVIEW application does the bitbanging.

Only disadvantage nowadays is that it becomes more difficult to find a PC with a parallel port. Nowadays is a USB port more logical to use.

Automated mashing and fermentation is not so strange

S. cerevisiae

  • Guest
Re: My automated brew system
« Reply #16 on: October 09, 2014, 12:56:08 pm »
Yes, the IEEE 1284 parallel port is a dead-end street when it comes to embedded system interfacing today. 

Offline redbeerman

  • Senior Brewmaster
  • ******
  • Posts: 1849
  • On the banks of the mighty Susquehanna in MD
Re: My automated brew system
« Reply #17 on: October 23, 2014, 11:24:51 am »
And Windows is not so good when you have real time interrupts that need to be dealt with.  It usually prioritizes it's own first, like updates and other outside world stuff.  For good process control a RTOS is almost essential.  But you guys know this already.  A lot depends on how much you have going on, just controlling temperature or handling functions that occur over minutes as opposed to milliseconds it may work OK.  I've seen it go both ways depending on the application. Cool system.  I'm a little hesitant about putting heaters in plastic buckets.  A single fault and you may have a fire if there is not water there.
« Last Edit: October 23, 2014, 11:29:02 am by redbeerman »
CH3CH2OH - Without it, life itself would be impossible.

[441, 112.1deg] AR

Jim

Offline Henielma

  • Cellarman
  • **
  • Posts: 37
    • Henielma
Re: My automated brew system
« Reply #18 on: October 24, 2014, 04:50:23 pm »
The cycle time for my Labview applications is 1 second so it is not very hard real-time. But you have a point for more time critical processes.

The heater in the plastic bucket is no problem when there is at least 4 liters of water in it. With less then 5 liters of water in the bucket I disconnect the power to the element. And also the chips fryer element has still two protections against overheating. The first is the original thermostat which I set to 90 degrees C and the second protection is the original overheating protection of the chips fryer. Both are in series with the PC temperature control and switch off if over temperature is reached.
Automated mashing and fermentation is not so strange