|  | @@ -35,9 +35,9 @@
 | 
	
		
			
				|  |  |  			</div>
 | 
	
		
			
				|  |  |  			
 | 
	
		
			
				|  |  |  			<div class="row">
 | 
	
		
			
				|  |  | -				<span>Pi communication freq. / Hz</span><input type="text" id="piFreq">
 | 
	
		
			
				|  |  | +				<span>Pi communication freq. / Hz</span><input type="number" id="piFreq">
 | 
	
		
			
				|  |  |  				<span class="spacing"> </span>
 | 
	
		
			
				|  |  | -				<span>Current board freq. / Hz</span><input type="text" id="boardFreq" disabled>
 | 
	
		
			
				|  |  | +				<span>Current board freq. / Hz</span><input type="number" id="boardFreq" disabled>
 | 
	
		
			
				|  |  |  				<span class="spacing"> </span>
 | 
	
		
			
				|  |  |  				<input type="checkbox" id="remoteTrigg"> Ignore trigger
 | 
	
		
			
				|  |  |  			</div>
 | 
	
	
		
			
				|  | @@ -101,30 +101,30 @@
 | 
	
		
			
				|  |  |  				<div class="row">
 | 
	
		
			
				|  |  |  					<input type="checkbox" id="enabGnd"> Subtract ground
 | 
	
		
			
				|  |  |  					<span class="spacing"> </span>
 | 
	
		
			
				|  |  | -					<span>Vlearn</span><input type="text" id="Vlearn">
 | 
	
		
			
				|  |  | +					<span>Vlearn</span><input type="number" id="Vlearn">
 | 
	
		
			
				|  |  |  				</div>
 | 
	
		
			
				|  |  |  				<div class="row">
 | 
	
		
			
				|  |  | -					<span>Start</span><input type="text" id="start">
 | 
	
		
			
				|  |  | +					<span>Start</span><input type="number" id="start">
 | 
	
		
			
				|  |  |  					<span class="spacing"> </span>
 | 
	
		
			
				|  |  | -					<span>Stop</span><input type="text" id="stop">
 | 
	
		
			
				|  |  | +					<span>Stop</span><input type="number" id="stop">
 | 
	
		
			
				|  |  |  				</div>
 | 
	
		
			
				|  |  |  				<div class="row" id="gndOptions">
 | 
	
		
			
				|  |  | -					<span>Start gnd</span><input type="text" id="startGnd">
 | 
	
		
			
				|  |  | +					<span>Start gnd</span><input type="number" id="startGnd">
 | 
	
		
			
				|  |  |  					<span class="spacing"> </span>
 | 
	
		
			
				|  |  | -					<span>Stop gnd</span><input type="text" id="stopGnd">
 | 
	
		
			
				|  |  | +					<span>Stop gnd</span><input type="number" id="stopGnd">
 | 
	
		
			
				|  |  |  				</div>
 | 
	
		
			
				|  |  |  				<div class="row" id="gndOptions">
 | 
	
		
			
				|  |  | -					<span>Nº of wf</span><input type="text" id="N">
 | 
	
		
			
				|  |  | +					<span>Nº of wf</span><input type="number" id="N">
 | 
	
		
			
				|  |  |  					<span class="spacing"> </span>
 | 
	
		
			
				|  |  | -					<span>Wf length</span><input type="text" id="wfLen">
 | 
	
		
			
				|  |  | +					<span>Wf length</span><input type="number" id="wfLen">
 | 
	
		
			
				|  |  |  				</div>
 | 
	
		
			
				|  |  |  				<span class="label">____ Locking options _________________</span>
 | 
	
		
			
				|  |  |  				<div class="row">
 | 
	
		
			
				|  |  | -					<span>Max. step</span><input type="text" id="stepMax">
 | 
	
		
			
				|  |  | +					<span>Max. step</span><input type="number" id="stepMax">
 | 
	
		
			
				|  |  |  					<span class="spacing" style="opacity: 0"> </span>
 | 
	
		
			
				|  |  |  				</div>
 | 
	
		
			
				|  |  |  				<div class="row">
 | 
	
		
			
				|  |  | -					<span>Loop gain</span><input type="text" id="Gain">
 | 
	
		
			
				|  |  | +					<span>Loop gain</span><input type="number" id="Gain">
 | 
	
		
			
				|  |  |  					<span class="spacing"> </span>
 | 
	
		
			
				|  |  |  					<input type="button" id="calibrateGain" value="Calibrate gain">
 | 
	
		
			
				|  |  |  				</div>
 | 
	
	
		
			
				|  | @@ -134,13 +134,13 @@
 | 
	
		
			
				|  |  |  					<span class="spacing" style="opacity: 0"> </span>
 | 
	
		
			
				|  |  |  				</div>
 | 
	
		
			
				|  |  |  				<div class="row">
 | 
	
		
			
				|  |  | -					<span>Input gain</span><input type="text" id="inputGain">
 | 
	
		
			
				|  |  | +					<span>Input gain</span><input type="number" id="inputGain">
 | 
	
		
			
				|  |  |  					<span class="spacing"> </span>
 | 
	
		
			
				|  |  | -					<span> Offset</span><input type="text" id="offset">
 | 
	
		
			
				|  |  | +					<span> Offset</span><input type="number" id="offset">
 | 
	
		
			
				|  |  |  				</div>
 | 
	
		
			
				|  |  |  				<span class="label">____ Output options _________________</span>
 | 
	
		
			
				|  |  |  				<div class="row">
 | 
	
		
			
				|  |  | -					<span>Broad/fine ratio</span><input type="text" id="coarseFineRatio">
 | 
	
		
			
				|  |  | +					<span>Broad/fine ratio</span><input type="number" id="coarseFineRatio">
 | 
	
		
			
				|  |  |  					<span class="spacing"> </span>
 | 
	
		
			
				|  |  |  					<input type="button" id="calibrateCoarseFineRatio" value="Calibrate ratio">
 | 
	
		
			
				|  |  |  				</div>
 |