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 ?
heater
- cosmith71
- Posts: 1432
- Joined: Fri Mar 29, 2013 3:51 pm
- Location: Oklahoma City
Re: heater
By default, the first one. You should have a couple of lines in your setup code like this:
--Colin
Code: Select all
// Use T1 probe as temperature and overheat functions
ReefAngel.TempProbe = T1_PROBE;
ReefAngel.OverheatProbe = T1_PROBE;-
kga943
- Posts: 10
- Joined: Mon Sep 19, 2016 7:34 am
Re: heater
well I'm not doing code yet I am just using the wizard so what temp probe does that use
- cosmith71
- Posts: 1432
- Joined: Fri Mar 29, 2013 3:51 pm
- Location: Oklahoma City
Re: heater
T1, the first one.