Heater for threaded program
Dependents: LEX_Threaded_Programming_V3
History
removed old code no longer being used
2020-03-30, by justinbuckland [Mon, 30 Mar 2020 16:31:33 +0000] rev 50
removed old code no longer being used
no change
2020-03-09, by justinbuckland [Mon, 09 Mar 2020 15:26:53 +0000] rev 49
no change
Added R_SMOOTH = 0.9 (resistance value smoothed over 10 readings); enables proportional-only control, high gain, no oscillation
2019-12-17, by justinbuckland [Tue, 17 Dec 2019 13:28:23 +0000] rev 48
Added R_SMOOTH = 0.9 (resistance value smoothed over 10 readings); enables proportional-only control, high gain, no oscillation
Corrected variance calculation
2019-11-18, by justinbuckland [Mon, 18 Nov 2019 17:50:03 +0000] rev 47
Corrected variance calculation
added R_smooth calculation to reduce noise
2019-11-18, by justinbuckland [Mon, 18 Nov 2019 13:48:31 +0000] rev 46
added R_smooth calculation to reduce noise
Added calculation of variance of resistance measurements
2019-11-16, by justinbuckland [Sat, 16 Nov 2019 06:05:55 +0000] rev 45
Added calculation of variance of resistance measurements
undo accidentally committed guard heater ratio variation with duty cycle
2019-11-15, by justinbuckland [Fri, 15 Nov 2019 15:59:32 +0000] rev 44
undo accidentally committed guard heater ratio variation with duty cycle
no change
2019-11-11, by justinbuckland [Mon, 11 Nov 2019 08:29:51 +0000] rev 43
no change
Added R_avg calc and fixed Get_D to return float
2019-10-17, by justinbuckland [Thu, 17 Oct 2019 10:29:13 +0000] rev 42
Added R_avg calc and fixed Get_D to return float
Moved error calculation into Heater::update;
2019-10-14, by justinbuckland [Mon, 14 Oct 2019 14:15:51 +0000] rev 41
Moved error calculation into Heater::update;