Page 1 of 1

heater

Posted: Thu Oct 06, 2016 3:24 am
by kga943
ok i am getting this thing working but having problems with the heater control I think the problem is I have t
3 temp probes what one does it use to control the heater ?

Re: heater

Posted: Thu Oct 06, 2016 5:00 am
by cosmith71
By default, the first one. You should have a couple of lines in your setup code like this:

Code: Select all

 // Use T1 probe as temperature and overheat functions
  ReefAngel.TempProbe = T1_PROBE;
  ReefAngel.OverheatProbe = T1_PROBE;
--Colin

Re: heater

Posted: Thu Oct 06, 2016 5:52 pm
by kga943
well I'm not doing code yet I am just using the wizard so what temp probe does that use

Re: heater

Posted: Fri Oct 07, 2016 6:50 am
by cosmith71
T1, the first one.