ac jr programming

mayjong

New member
thanks in advance.

so, after much tinkering, i think i have figured out how to program my jr /dc8 correctly.

1.one thing i want to add is a shut-off on my light if temp increases too much. i think i can do that. then, i want the light to stay off a min of 30 min before turning on. what is the command for that?
2.also, is there a general command(or default?) to leave the light off for 30 min in the event of a power failure?
3. finally, if i do not progran anything into an outlet (say dc8, outlet #8)
then does that outlet stay always on, or always off?
4. if it stays always off, what is the command to leave always on?

i think that is all (for now!)

thanks
 
I have not used an AC3/ACjr in several years, but here's what I can offer:

1. I don't remember the exact syntax, but you will use the Max Change command.

2. Dunno

3. There is no absolute default on or off but you can assume off in most cases.

4. Use If Time > 0:00 Then XXX ON to cause an outlet to be on 7/24 unless overridden by another program statement.
 
Back
Top