Team:Grenoble-EMSE-LSU/Project/Modelling/Density

From 2013.igem.org

(Difference between revisions)
Line 56: Line 56:
<h2 id="MPC">Model Predictive Control</h2>
<h2 id="MPC">Model Predictive Control</h2>
<p>A Model Predictive Control is a Process Control able to deal with complex systems like ours. As our system cannot be stabilized with a simple closed-loop control, it is therefore required to a control more advanced like this one. The aim is to drive our system to a setpoint by predicting the evolution of the system, and adapting the answer to these predictions. To do so, the control will use different kinds of variables:</p>
<p>A Model Predictive Control is a Process Control able to deal with complex systems like ours. As our system cannot be stabilized with a simple closed-loop control, it is therefore required to a control more advanced like this one. The aim is to drive our system to a setpoint by predicting the evolution of the system, and adapting the answer to these predictions. To do so, the control will use different kinds of variables:</p>
-
<p>$\bullet$ Some variables defines the setpoint, here, we want to drive our living bacteria concentration to a determinate value.</p>
+
<p>$\bullet$ Some variables defines the setpoint, here, we want to drive our living bacteria concentration to a determinate value, called $C_{target}.</p>
<p>$\bullet$ Some variables are measurable durong the experiment. Here, the fluorescence. They are the only ones that will enable us to see if the system behaves according to plans.</p>
<p>$\bullet$ Some variables are measurable durong the experiment. Here, the fluorescence. They are the only ones that will enable us to see if the system behaves according to plans.</p>
<p>$\bullet$ Other cannont be measured and have to be estimated with the model. Precisely, the living bacteria concentration cannot be measured. This is a reason why the model has to be precise : we will not be able to measure our setpoint, it shall be estimated.
<p>$\bullet$ Other cannont be measured and have to be estimated with the model. Precisely, the living bacteria concentration cannot be measured. This is a reason why the model has to be precise : we will not be able to measure our setpoint, it shall be estimated.
Line 62: Line 62:
<br>
<br>
<p>This is how it works:</p>
<p>This is how it works:</p>
-
<p>$1$. For the first point,  
+
<p>$1$. For the first point, we have all the datas : the fluorescence $I(0)$and the amount of living cells $C(0)$(no bacteria has died, so $C(0)=OD_{600}$).</p>
-
</p>
+
<p>$2$. A illumination $I_1(t)$ is created, it is supposed, according to the model, drive $C(t)$ to its setpoint C_{target}. The fluorescence $F_1(t)$ is also estimated.</p>
-
</li>
+
<p>$3$. For a determinate time $\tau$ </p>
 +
<p>$4$. At time $t=\tau$, the real fluorescence, $F(\tau)$, is measured and compared to the estimated one, $F_1(\tau)$. </p>
 +
<p>$5$.
 +
 
 +
</li>
<li>
<li>
<h2 id=MCBP">Method to Control a Bacterial Population</h2>
<h2 id=MCBP">Method to Control a Bacterial Population</h2>

Revision as of 16:50, 2 October 2013

Grenoble-EMSE-LSU, iGEM


Grenoble-EMSE-LSU, iGEM

Retrieved from "http://2013.igem.org/Team:Grenoble-EMSE-LSU/Project/Modelling/Density"