Difference between revisions of "Team:TU Delft SamanthasPage/Modeling"

Line 28: Line 28:
 
   <div class="container">
 
   <div class="container">
  
 
<img class="featurette-image img-responsive center-block" src="https://static.igem.org/mediawiki/2015/4/46/Modelling_table_1.PNG" style="width:100%; background-size: cover;" alt="Generic placeholder image">
 
  
  
Line 36: Line 34:
 
         <div class="panel-heading panel-title" role="tab" id="heading_s1">
 
         <div class="panel-heading panel-title" role="tab" id="heading_s1">
 
           <a class="collapsed" role="button" data-toggle="collapse" data-parent="accordion_s1" href="#collapse_s1" aria-expanded="false" aria-controls="collapse_s1">
 
           <a class="collapsed" role="button" data-toggle="collapse" data-parent="accordion_s1" href="#collapse_s1" aria-expanded="false" aria-controls="collapse_s1">
Symbols
 
          </a>
 
        </div>
 
        <div id="collapse_s1" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading_s1">
 
          <div class="panel-body">
 
<img class="featurette-image img-responsive center-block" src="https://static.igem.org/mediawiki/2015/6/65/Modelling_table_2.PNG" style="width:100%; background-size: cover;" alt="Generic placeholder image">
 
      </div>
 
    </div>
 
  </div>
 
</div>
 
 
 
 
 
<h2>Tutorial to printing time!</h2>
 
<h2>Tutorial to printing time!</h2>
 
<p class="lead">Let’s say, we want to print TU in the petri-dish with the Biolinker. At first, the number of points of this figure needs to be determined. To print TU you would need 8 points. The number of points can be set by changing the parameter “max_teller” in the file “Time_printer.m” (here: 8 points). When this parameter has been filled in, the file “Time_printer” can be run in MATLAB. After running, the file generates the following figure:</p>
 
<p class="lead">Let’s say, we want to print TU in the petri-dish with the Biolinker. At first, the number of points of this figure needs to be determined. To print TU you would need 8 points. The number of points can be set by changing the parameter “max_teller” in the file “Time_printer.m” (here: 8 points). When this parameter has been filled in, the file “Time_printer” can be run in MATLAB. After running, the file generates the following figure:</p>
Line 79: Line 64:
  
 
<h3>Now we know how much time we have to press our KNEX motors!</h3>
 
<h3>Now we know how much time we have to press our KNEX motors!</h3>
 +
 +
          </a>
 +
        </div>
 +
        <div id="collapse_s1" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading_s1">
 +
          <div class="panel-body">
 +
<img class="featurette-image img-responsive center-block" src="https://static.igem.org/mediawiki/2015/6/65/Modelling_table_2.PNG" style="width:100%; background-size: cover;" alt="Generic placeholder image">
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>

Revision as of 00:38, 18 September 2015

Time for Printing

In the section hardware, we characterized the velocity profile of our 3D printer. In order to make your figure of choice, the motors need to be pressed for a certain amount of time. In order to calculate these times, the MATLAB functions “Time_printer.m” and “Connect_points.m” have been written. These codes generate a text file which indicates how many seconds the motors have to be pressed to make a certain figure with our Biolinker.

Generic placeholder image