temp probe in another tank
Posted: Mon Jan 21, 2013 8:13 pm
I am using this piece of code in my main tank:
I now want to add another probe on the third port and monitor another tank separately. It will have separate heaters, lights etc. How do I do this, create a another overheat point on another probe and act independently
thx in advance
Code: Select all
ReefAngel.TempProbe = T1_PROBE; // Set the 1st plug to monitor DT temp
ReefAngel.OverheatProbe = T1_PROBE; // to monitor the overheat and temperatures
ReefAngel.OverheatShutoffPorts = Port1Bit | Port3Bit; // DT Lights and Heat turned off when Overheat temperature exceeded
InternalMemory.OverheatTemp_write( 829 );thx in advance