Team:Harvard/Hardware
From 2008.igem.org
m |
m |
||
Line 107: | Line 107: | ||
====Measurement==== | ====Measurement==== | ||
- | We required that our measurement system be automated and capable of monitoring multiple fuel cells at once. Our original goal was to measure and compare output current levels between separate fuel cell environments. We choose to use current as the measured variable since previous studies in s. Onedisis and mutants gave us reasonable expectation values of the current magnitudes we would observe. As these reported current levels were on the order of microamps for similarly sized systems, we decided to purchase a high throughput commercial digital multimeter to achieve the desired resolution. Finding a multiplexed system with large quantities of current channels proved difficult, and we adapted our schematic to measure voltage and resistance and then calculate current. | + | We required that our measurement system be automated and capable of monitoring multiple fuel cells at once. Our original goal was to measure and compare output current levels between separate fuel cell environments. We choose to use current as the measured variable since previous studies in s. Onedisis and mutants gave us reasonable expectation values of the current magnitudes we would observe. As these reported current levels were on the order of microamps for similarly sized systems, we decided to purchase a high throughput commercial digital multimeter (DMM) to achieve the desired resolution. Finding a multiplexed system with large quantities of current channels proved difficult, and we adapted our schematic to measure voltage and resistance and then calculate current. |
Our final product choice was the Keithley 2700 with a Keithley 7700 multiplexer accessory. This configuration provided 100 nA current resolution while allowing up to 20 devices to be sampled from at once. | Our final product choice was the Keithley 2700 with a Keithley 7700 multiplexer accessory. This configuration provided 100 nA current resolution while allowing up to 20 devices to be sampled from at once. | ||
Line 114: | Line 114: | ||
====Software==== | ====Software==== | ||
+ | |||
+ | The task of our software program was to coordinate measurements through the DMM, record data, and display live data in graphical format. Some members of our team had prior experience with LabVIEW, which we used to develop these routines. | ||
+ | |||
+ | Working with the Keithley DMM, our program first samples resistances across each fuel cell's external resistor. It then switches the DMM measurement channel to voltage and enters a measurement loop. In each loop iteration, voltage samples are taken from all connected fuel cells and are divided by their previously measured resistances. This computed current is displayed in both graphical and tabular format, as well as stored in a .xls file. | ||
[[Image:LV_block1.png |800px]][[Image:LV_block2.png | 800px]] | [[Image:LV_block1.png |800px]][[Image:LV_block2.png | 800px]] | ||
Revision as of 18:45, 29 October 2008
|