OK...so I had a DC8 die, and while its in process of going back to Neptune, I'm trying to keep my tank going missing 8 controllable outlets *fume*.
Right now, one of my major problems is that my temperature is going to high, and my Metal Halides are turning off. No big deal, thats what they should do...
But the turn on again after 20 min, and then off again maybe 10 min later. So...I basically have a slow strobe light over my tank.
What I want is a way to alter the MH outlet statement so that it waits until temperature falls below a set point, then turns on.....and I can't figure out how to do this.
Here is the programming I have now:
Heater temp:
If Temp < RT+-0.3 Then ON
If Temp > RT+0.1 Then OFF
Defer 010:00 Then ON
MH:
Fallback OFF
Set OFF
If Sun 060/-060 Then ON
If Temp > RT+0.9 Then OFF
Min Time 020:00 Then OFF
It *seems* to me a defer command would work, but I can't figure out the difference between defer and min time....any help?
Right now, one of my major problems is that my temperature is going to high, and my Metal Halides are turning off. No big deal, thats what they should do...
But the turn on again after 20 min, and then off again maybe 10 min later. So...I basically have a slow strobe light over my tank.
What I want is a way to alter the MH outlet statement so that it waits until temperature falls below a set point, then turns on.....and I can't figure out how to do this.
Here is the programming I have now:
Heater temp:
If Temp < RT+-0.3 Then ON
If Temp > RT+0.1 Then OFF
Defer 010:00 Then ON
MH:
Fallback OFF
Set OFF
If Sun 060/-060 Then ON
If Temp > RT+0.9 Then OFF
Min Time 020:00 Then OFF
It *seems* to me a defer command would work, but I can't figure out the difference between defer and min time....any help?