Daily Archives: February 11, 2008

A new prototype is “born”

This week I took two tasks upon myself… first being to use PHP to pass arguments to the C code developed by Dave and second to mockup a prototype using a two valve configuration.
PHP Passing
On passing values and arguments to the C code: This task was relatively straight forward, as I thought it would be. […]

Serial Driver

The driver is, for the most part, finished.  It can now take the glass size and a set of port numbers and amounts, and convert them into system calls.  It also calls the appropriate delay between  each call.  The order of calls is as follows:  driver.exe   -glass size-  -first port #-  -first amount-  -second port […]

More Interstitials

The interstitial page is almost completed. We got the Add Drink page to concatenate the drink name and liquids into separate arrays in the $GET array. Now we are trying to get the glass sizes (default and overall possible glasses) to become concatenated into the array from the interstitial pages. We have […]