Tuesday, December 28, 2010

Labview

It's winter break at UNH so i have a lot more free time to work on the brewery. Since I'm waiting on a number of parts to come in, I'm using this time to focus on the software aspect of the project. To run the brewery, I have decided to use LabVIEW.  Labview is a graphical programing environment where you can create virtual instruments to execute processes and  communicate with hardware. I will be creating a master virtual instrument(VI) that will control many sub-VI's that interface with the brewery. The process is quite detailed but for the purpose of this blog i will try to simplify it the best I can. Bear with me. The functions of these VI's can be broken down into three basic categories;   Input, Processing, and Output.

Input :
Input signals will consist of either user input, data acquisition from hardware, or output from a higher level VI.

Processing:
Data from inputs such as probes will need to be manipulated from varying voltages into usable information like temperature. The VI uses this information to determine how to proceed. For example, a Temp monitoring VI sees that a temperature is too low,  the VI would enable another sub-VI who's sole purpose is turning on the heater.

Output:
After the data is processed, the information is output either to the display to show the current levels and temps, or used to control a piece of hardware. For the case of turning on the heating element, the VI would tell the hardware interface module to output a logic high signal(3-5 volts DC). This signal is then used to switch the relay which applies the 240 volt AC to the element. 

The entire programing process relies heavily on the use of loops. ie IF this is true THEN do this, IF NOT do this, or WHILE this is true do this, etc. The graphical interface of LabVIEW uses block diagrams to represent these loops and processes and saves the user long nights of debugging code.

Friday, December 10, 2010

solenoids and solid state relays

All of the fluid transfers during the mashing process will be controlled by the computer which will open and close the solenoid valves and turn on and off the pump and heating element.  The valves are 304 Stainless Steel 1/2" npt  Solenoid Valves with viton seals from www.DudaDiesel.com.
These valve are normally closed and open only when 110 volts AC is applied.  To do this i will be using Solid State Relays or SSRs.  An SSR acts like an electrical switch.  The computer will put out a small dc voltage of about 5 volts which the SSR uses as a control signal that tells it to close the AC circuit and apply power to the valve. I will need 1 relay for each valve, the pump, and a special 40amp relay for the 240 volt heating element.