@@ -225,9 +225,10 @@ function echoRotarySelect($optionName){
225225 </div>
226226 <div class="setting-container">
227227 <span class="setting-name">Beer-to-Fridge integral time constant (Ti)</span>
228- <span class="explanation">The input error is slowly accumulated in the integrator. The integral part of PID is Kp * 1/Ti * integral.
229- A steady state error that is not corrected by Kp, is corrected by the integral in Ti seconds.
230- If you set it too high, it will create overshoot. Be conservative.
228+ <span class="explanation">The input error is slowly accumulated in the integrator.
229+ A steady state error that is not corrected by Kp, is corrected by the integral.
230+ The integral part grows by the proportional part every Ti seconds.
231+ If you let it grow to quickly, this can create overshoot. Be careful.
231232 </span>
232233 <input type="text" name="beer2fridge_ti" class="cc beer2fridge_ti">
233234 <button class="send-button">Send to <span class="boardMoniker">controller</span></button>
@@ -273,9 +274,10 @@ function echoRotarySelect($optionName){
273274 </div>
274275 <div class="setting-container">
275276 <span class="setting-name">Cooler integral time constant (Ti)</span>
276- <span class="explanation">The input error is slowly accumulated in the integrator. The integral part of PID is Kp * 1/Ti * integral.
277- A steady state error that is not corrected by Kp, is corrected by the integral in Ti seconds.
278- If you set it too high, it will create overshoot. Be conservative.
277+ <span class="explanation">The input error is slowly accumulated in the integrator.
278+ A steady state error that is not corrected by Kp, is corrected by the integral.
279+ The integral part grows by the proportional part every Ti seconds.
280+ If you let it grow to quickly, this can create overshoot. Be careful.
279281 </span>
280282 <input type="text" name="cooler_ti" class="cc cooler_ti">
281283 <button class="send-button">Send to <span class="boardMoniker">controller</span></button>
@@ -330,9 +332,10 @@ function echoRotarySelect($optionName){
330332 </div>
331333 <div class="setting-container">
332334 <span class="setting-name">Heater 1 integral time constant (Ti)</span>
333- <span class="explanation">The input error is slowly accumulated in the integrator. The integral part of PID is Kp * 1/Ti * integral.
334- A steady state error that is not corrected by Kp, is corrected by the integral in Ti seconds.
335- If you set it too high, it will create overshoot. Be conservative.
335+ <span class="explanation">The input error is slowly accumulated in the integrator.
336+ A steady state error that is not corrected by Kp, is corrected by the integral.
337+ The integral part grows by the proportional part every Ti seconds.
338+ If you let it grow to quickly, this can create overshoot. Be careful.
336339 </span>
337340 <input type="text" name="heater1_ti" class="cc heater1_ti">
338341 <button class="send-button">Send to <span class="boardMoniker">controller</span></button>
@@ -375,9 +378,10 @@ function echoRotarySelect($optionName){
375378 </div>
376379 <div class="setting-container">
377380 <span class="setting-name">Heater 2 integral time constant (Ti)</span>
378- <span class="explanation">The input error is slowly accumulated in the integrator. The integral part of PID is Kp * 1/Ti * integral.
379- A steady state error that is not corrected by Kp, is corrected by the integral in Ti seconds.
380- If you set it too high, it will create overshoot. Be conservative.
381+ <span class="explanation">The input error is slowly accumulated in the integrator.
382+ A steady state error that is not corrected by Kp, is corrected by the integral.
383+ The integral part grows by the proportional part every Ti seconds.
384+ If you let it grow to quickly, this can create overshoot. Be careful.
381385 </span>
382386 <input type="text" name="heater2_ti" class="cc heater2_ti">
383387 <button class="send-button">Send to <span class="boardMoniker">controller</span></button>
0 commit comments