U
User1
Guest
View BadgesHi Everyone. Hope weekend is going well. Quick question. Is there any trick to smoothing out the heater on/off cycle to maintain a more steady temperature? I was looking at the graph and was expecting a more steady or smooth line not the spikes I see. Code seems pretty straight forward that says if 78 on and 79 off.
Figured I'd ask. Thanks
Edit: Heater and probe are both in the sump. I am going to move the probe to the display to see if that makes a difference. I think it is the smarter thing to do anyway unless I had a 2nd one in which case I could do both...
Fallback OFF
If Tmp < 78.0 Then ON
If Tmp > 79.0 Then OFF
Figured I'd ask. Thanks

Edit: Heater and probe are both in the sump. I am going to move the probe to the display to see if that makes a difference. I think it is the smarter thing to do anyway unless I had a 2nd one in which case I could do both...
Fallback OFF
If Tmp < 78.0 Then ON
If Tmp > 79.0 Then OFF




