Difference between revisions of "Team:Aachen/Software"
(→Step 2 - Biomass Sensor Calibration) |
(→Step 3 - Configuring the Reactors) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 18: | Line 18: | ||
=Challenges= | =Challenges= | ||
− | Developing a control software that is intuitive and responsive was | + | Developing a control software that is intuitive and responsive was not trivial. Translating the abstract idea of an experiment and the respective cultivation parameters into data structures and communication messages led to many challenges that are not apparent to the end user. |
* motors and sensory devices have to be calibrated in order to respond as expected | * motors and sensory devices have to be calibrated in order to respond as expected | ||
* online data comes in at high rates | * online data comes in at high rates | ||
Line 34: | Line 34: | ||
* '''MCP.Protocol''' implements a serial communication interface and the bioreactor communication protocol | * '''MCP.Protocol''' implements a serial communication interface and the bioreactor communication protocol | ||
* '''MCP.Measurement''' contains classes for live-logging and processing of incoming measurements | * '''MCP.Measurement''' contains classes for live-logging and processing of incoming measurements | ||
− | * '''MCP.Curves''' | + | * '''MCP.Curves''' harbors regression- and transformation functions that are used to map calibration profiles |
* '''MCP.Equipment''' implements pumps, sensors and reactors and their respective calibration and configuration information | * '''MCP.Equipment''' implements pumps, sensors and reactors and their respective calibration and configuration information | ||
* '''MCP.Cultivation''' implements controlling of cultivations, process parameters and their organization in an experiment library | * '''MCP.Cultivation''' implements controlling of cultivations, process parameters and their organization in an experiment library | ||
Line 64: | Line 64: | ||
All ''response points'' are accumulated into a ''response-curve'' which is exported to a file. This calibration file is later used by the MCP to calculate accurate setpoints for a given pumping rate using linear regression. | All ''response points'' are accumulated into a ''response-curve'' which is exported to a file. This calibration file is later used by the MCP to calculate accurate setpoints for a given pumping rate using linear regression. | ||
− | {{Team:Aachen/Video|mp4=/wiki/images/4/41/Aachen_Pump_calibrator.mp4|title=Pump Calibration|subtitle= | + | {{Team:Aachen/Video|mp4=/wiki/images/4/41/Aachen_Pump_calibrator.mp4|title=Pump Calibration|subtitle=After setting up the hardware, only two steps remain before starting the calibration: Selection of the COM port and a calibration mode.|size=large}} |
+ | |||
+ | Over the past months we have used the Pump Calibrator to test countless pump prototypes. Not only the hardware, but also the software was optimized over time. The calibrator uses a triplicate linear regression to determine the pumping rate for a given setpoint. We found this to be much more reliable than taking the difference between the first and last point. | ||
==Step 2 - Biomass Sensor Calibration== | ==Step 2 - Biomass Sensor Calibration== | ||
Line 77: | Line 79: | ||
==Step 3 - Configuring the Reactors== | ==Step 3 - Configuring the Reactors== | ||
− | After the | + | After the calibrations were imported, new reactors are configured in the "Reactors" tab of the MCP. |
{{Team:Aachen/Figure|Aachen_BioreactorReactorSetup.png|title=Reactor Configuration|subtitle=By clicking "Create New Reactor" (1), a popup window opens for configuring the new device. A ReactorID must be selected (2) and then calibration files are selected from dropdown menus (3). Pump or sensor calibration assignments can be changed later on.|size=large}} | {{Team:Aachen/Figure|Aachen_BioreactorReactorSetup.png|title=Reactor Configuration|subtitle=By clicking "Create New Reactor" (1), a popup window opens for configuring the new device. A ReactorID must be selected (2) and then calibration files are selected from dropdown menus (3). Pump or sensor calibration assignments can be changed later on.|size=large}} |
Latest revision as of 03:29, 19 September 2015