Over temp near disaster !!!!!!

Post Reply
cjrudy
Posts: 135
Joined: Sat Nov 10, 2012 2:47 pm

Over temp near disaster !!!!!!

Post by cjrudy »

My heaters are located in my sump and set to go on at 77.9 and off at 78.9, and my over temp is set to 84

I have two temp probes, one in the sump and one in the main tank. Well today the one in the tank somehow fell out, so it was reading the room temp which was 74 and the heaters stayed on.

The tank temp was actually 87 as was the sump.

So why did the temp probe in the sump not trigger the heaters to shut off due to over temp ????

I'm am desperately trying to cool the tank down now.
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Re: Over temp near disaster !!!!!!

Post by lnevo »

Which probe is defined for the overheat probe?
cjrudy
Posts: 135
Joined: Sat Nov 10, 2012 2:47 pm

Re: Over temp near disaster !!!!!!

Post by cjrudy »

My guess is the tank probe that fell out.

I thought over temp applied to any temp probe
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Over temp near disaster !!!!!!

Post by rimai »

No, it only applies to one probe.
It doesn't apply to any probe because people use probes for different reasons.
I, for example, use one in sump, one in the canopy and one in my room. My controller would go into overheat everyday if I used the other probes for overheat too.
You can however code it to shutdown the heater if it goes above a certain level too.
Something like this:

Code: Select all

if (ReefAngel.Params.Temp[T2_PROBE]>792) ReefAngel.Relay.Off(Port2);
Roberto.
cjrudy
Posts: 135
Joined: Sat Nov 10, 2012 2:47 pm

Re: Over temp near disaster !!!!!!

Post by cjrudy »

Ok, so I can just add in the shut off for the second probe using that code
cjrudy
Posts: 135
Joined: Sat Nov 10, 2012 2:47 pm

Re: Over temp near disaster !!!!!!

Post by cjrudy »

where would I put this code ?
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Re: Over temp near disaster !!!!!!

Post by lnevo »

Last line in your loop function above the "place custom code above here"
cjrudy
Posts: 135
Joined: Sat Nov 10, 2012 2:47 pm

Re: Over temp near disaster !!!!!!

Post by cjrudy »

Thanks Lee
modulok
Posts: 166
Joined: Wed Oct 24, 2012 8:37 am

Re: Over temp near disaster !!!!!!

Post by modulok »

More importantly, what are your heaters set to?
Image
Post Reply