a heater with a back up heater?
Posted: Mon Jun 22, 2015 10:04 pm
So i have 2 heaters and i am wanting to use 1 instead of 2 for normal use and have my second one as backup/emergency use.
From looking around i think this would be what i am looking at but i modified it to fit my relay and specifications
So IF i am right, my main heater on relay 2 and aux heater on relay 3, my internal memory is set to come on at 76.9 and off at 78.00. The aux heater will come on at 75.9 and turn off at 77.5 and these would be able to be changed from the internal memory via the temp for relay 2?
From looking around i think this would be what i am looking at but i modified it to fit my relay and specifications
Code: Select all
ReefAngel.StandardHeater( Port2 );
if ( ReefAngel.Params.Temp[T1_PROBE] < (InternalMemory.HeaterTempOn_read() - 10)) { ReefAngel.Relay.On(Port3); };
if ( ReefAngel.Params.Temp[T1_PROBE] > (InternalMemory.HeaterTempOff_read() - 5)) { ReefAngel.Relay.Off(Port3); };