This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
vatt:mirror_cell_thermal_reader [2014/09/03 09:45] scott |
vatt:mirror_cell_thermal_reader [2014/09/03 10:11] (current) scott |
||
---|---|---|---|
Line 1: | Line 1: | ||
=====VATT Thermal System===== | =====VATT Thermal System===== | ||
- | The VATT Thermal System is controlled by an Arduino Mega board located in the mirror cell. It is connected to 7 analog | + | The VATT Thermal System is controlled by an Arduino Mega board located in the mirror cell. It is connected to 7 analog |
Line 69: | Line 69: | ||
//Offsets. Most of this is counter-acting the hard coded offsets in | //Offsets. Most of this is counter-acting the hard coded offsets in | ||
//vatttel | //vatttel | ||
- | float temp_offsets[NCHAN] = {0.4, 2.7, 0.4, 1.5, 3.3, 3.3, 1.5, 0.0}; | + | float temp_offsets[NCHAN] = {0.4, 2.7, 0.4, -1.5, 3.3, 3.3, -1.5, 0.0}; |
Line 193: | Line 193: | ||
{ | { | ||
toggle13();// | toggle13();// | ||
- | Serial3.print(' | + | |
+ | //vatttel expects an echo. | ||
+ | printTemps( adc ); | ||
+ | | ||
printTemps( adc ); | printTemps( adc ); | ||
| |