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

(Created page with "{{NAWI_Graz:navbar}} {{NAWI_Graz:footer}}")
 
Line 1: Line 1:
 
{{NAWI_Graz:navbar}}
 
{{NAWI_Graz:navbar}}
 +
<html>
  
 +
    <div class="jumbotron">
 +
        <div class="section section-heading container">
 +
            <h1>pH Interaction Module</h1>
 +
        </div>
 +
        <div class="section-text container">
 +
          Generell bla bla?
 +
 +
        <div class="section-image container">
 +
            <img class="section-image" src="" alt="FIGURE">
 +
        </div>
 +
 +
        </div>
 +
    </div>
 +
    <br>
 +
  <div class="section container">
 +
        <h2 class="section-sub">Construction</h2>
 +
        <div class="section-text container">
 +
            <p>
 +
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.
 +
</p>
 +
 +
        <div class="section-image container">
 +
            <img class="section-image" src="" alt="FIGURE">
 +
        </div>
 +
 +
        <div class="section-image container">
 +
            <img class="section-image" src="" alt="FIGURE">
 +
        </div>
 +
        </div>
 +
 +
    <div class="section container">
 +
        <h2 class="section-sub">Test run</h2>
 +
        <div class="section-text container">
 +
            <p>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”. </p>
 +
        <div class="section-image container">
 +
            <img class="section-image" src="" alt="FIGURE">
 +
        </div>
 +
 +
        <div class="section-image container">
 +
            <img class="section-image" src="" alt="FIGURE">
 +
<p>
 +
 +
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).
 +
        </div>
 +
</p>
 +
        </div>
 +
 +
    </div>
 +
   
 +
</html>
 
{{NAWI_Graz:footer}}
 
{{NAWI_Graz:footer}}

Revision as of 12:28, 1 November 2017

pH Interaction Module

Generell bla bla?
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).