Difference between revisions of "Team:NAWI Graz/phInteractionModule"

Line 7: Line 7:
 
         </div>
 
         </div>
 
         <div class="section-text container">
 
         <div class="section-text container">
           Generell bla bla?
+
           This module consists of two lab bottles, containing acid and base solution. Two peristaltic pumps are controlled according to the sensor values of the robot, to specifically set the pH value of the reactor medium.
  
 
         <div class="section-image container">
 
         <div class="section-image container">

Revision as of 16:17, 1 November 2017

pH Interaction Module

This module consists of two lab bottles, containing acid and base solution. Two peristaltic pumps are controlled according to the sensor values of the robot, to specifically set the pH value of the reactor medium.
FIGURE

Construction

Aluminium beams and screws from a set called “maker beams” were used for the construction of the pH-interaction module. The ground plate was modeled so that the beams fitted nicely into their basements on the plate. The peristaltic pumps were connected to the beams through their in-build sockets and wired to the H-bridge motor control module. An additional beam was placed near the two bottles that would help to keep the silicone tubing in place. Holes were drilled into the caps of the lab bottles and metal threads with rubber sealing screwed inside. Glass burettes were carefully sawed a little at one place so they could easily been broken. The edges were grinded with sand-paper to protect the tubing. The glass burettes were placed inside the sealed threads and pushed deep inside the lab bottles. Silicone tubing was attached to the endings and connected to the peristaltic pumps.

FIGURE
FIGURE

Test run

The two lab bottles were filled with sterile “correction solution”. The first one was filled halfway with 1M HCl, the other with 1M NaOH. The code was loaded onto the Arduino nano and had a serial communication part implemented. By typing “6” into the serial monitor field, the pH interaction module ran the algorithm for the correction to pH ~ 6.0. Same was possible for setting the pH value to pH ~ 8.0 by typing “8”.

FIGURE
FIGURE

The Arduino code for the pH-controller was designed in a two staged mechanism. At first a larger volume of either HCl or NaOH was pumped into the reactor bottle until a threshold value was measured. In this case it was pH = 6.3 for acidic conditions and pH = 7.7 for basic conditions. At this value, the motor control was set to much smaller voltages so the liquid came in dropwise until the desired pH-value was achieved (6.0 or 8.0).