mike
[quote=JLPete]Also I have not reviewd the keg board code entirely yet but it appears with a few addtional setup variables, larger arrays and 2 addtional functions I could monitor 8 lines.
The firmware relies on external interrupt pins to perform flow sensing, and there are 6 of those available on the mega. So 6 is the practical limit.
Note that Kegbot's design allows you to connect multiple Kegboards to a host computer if you need more taps.[/quote]
Mike,
I have a two boards. A duemilanove and a mega. I have configured the master.cfg to allow for two kegboard daemons. It appears I may need to modify the kegboard_config.h in the Arduino firmware so that each board connected to the host has a unique name and that name must be 8 characters. Is that correct?
Then in the database I have to update the kegtaps table with correct names something like this:
Duemilanove as name = PRIBoard
PRIBoard.flow0
PRIBoard.flow1
Mega as name = SECBoard
SECBoard.flow0
SECBoard.flow1
SECBoard.flow2
SECBoard.flow3
SECBoard.flow4
SECBoard.flow5