Example #1
0
			<button class="send-button">Send to <span class="boardMoniker">controller</span></button>
		</div>
		<div class="setting-container">
			<span class="setting-name">Heater 2 Input filter delay time</span>
			<span class="explanation">Input to the PID is filtered. This causes a delay, because of the moving average. More delay means more filtering.</span>
			<?php 
echoFilterSelect("heater2_infilt");
?>
			<button class="send-button">Send to <span class="boardMoniker">controller</span></button>
		</div>
		<div class="setting-container">
			<span class="setting-name">Heater 2 Derivative filter delay time</span>
			<span class="explanation">Input to the differential gain is filtered, to prevent bit flips from causing a high derivative.
				This causes a delay, because of the moving average. More delay means more filtering.</span>
			<?php 
echoFilterSelect("heater2_dfilt");
?>
			<button class="send-button">Send to <span class="boardMoniker">controller</span></button>
		</div>
        <div class="setting-container">
			<span class="setting-name">Dead time when switching between actuators</span>
			<span class="explanation">Only one can be active at each moment. The dead time is the minimum to wait when switching between one actuator and another.
			This prevents quickly alternating between heating to cooling.</span>
			<input type="text" name="deadTime" class="cc deadTime">
			<button class="send-button">Send to <span class="boardMoniker">controller</span></button>
		</div>

		<span class="section-explanation">
			<p>With the button below, you can reset the entire <span class="boardMoniker">controller</span> to factory defaults.</p>
			<p>This will reset all settings and will remove all installed devices.</p>
			<button class="reset-controller-button">Reset <span class="boardMoniker">controller</span> to factory defaults</button>
?>
			<button class="send-button">Send to <span class="boardMoniker">Arduino</span></button>
		</div>
		<div class="setting-container">
			<span class="setting-name">Fridge fast filter delay time</span>
			<span class="explanation">The fridge fast filter is used for on-off control, display and logging. It needs to have a small delay.</span>
			<?php 
echoFilterSelect("fridgeFastFilt");
?>
			<button class="send-button">Send to <span class="boardMoniker">Arduino</span></button>
		</div>
		<div class="setting-container">
			<span class="setting-name">Fridge slow filter delay time</span>
			<span class="explanation">The fridge slow filter is used for peak detection to adjust the overshoot estimators. More smoothing is needed to prevent small fluctiations to be recognized as peaks.</span>
			<?php 
echoFilterSelect("fridgeSlowFilt");
?>
			<button class="send-button">Send to <span class="boardMoniker">Arduino</span></button>
		</div>
		<div class="setting-container">
			<span class="setting-name">Fridge slope filter delay time</span>
			<span class="explanation">The fridge slope filter is not used in the current version.</span>
			<?php 
echoSlopeFilterSelect("fridgeSlopeFilt");
?>
			<button class="send-button">Send to <span class="boardMoniker">Arduino</span></button>
		</div>
		<div class="setting-container">
			<span class="setting-name">Use light as heater</span>
			<span class="explanation">If this option is set to 'Yes' the light wil be used as a heater..</span>
			<?php