PDA

View Full Version : Curt, couple of questions


dhoch
08/12/2006, 09:29 AM
1) THe new expansion module, does it plug into the same port on the AC III pro that those of us who have switch boxes have those plugged into? (the mini din8)

If so do we plug our switch boxes into the expansion module via a similar connection?

2) For moon lights is there way within the programing to do an intensity check?

I.e. I have non-dimable moon lights, but they are on far too often (because when the moon is up they are on regardless of moon cycle)...

I would like something like this:

If MON 000/000 THEN MLT ON
If Intensity < 8 THEN MLT OFF

Dave

clp
08/14/2006, 12:06 PM
The PX 1000 plugs into the I/O port of the 3 or 3 Pro. There is an I/O port on the PX 1000 with the same connector, and it has 6 digital inputs (vs the 3 Pro's 4).
No, there isn't an intensity statement. We looking into adding a new feature that will likely solve your issue. It is too early to give details though.

Curt

dhoch
08/14/2006, 12:16 PM
Ok... Thanks curt...

Susied
08/21/2006, 05:27 PM
how about a simpler question; what command will prevent moonlights from coming on when the main tank lights are on?

dhoch
08/21/2006, 05:37 PM
If MON 000/000 THEN MLT ON
If LT1 ON THEN MLT OFF

Assuming LT1 is your only light, but you can repeate for multiple lights.

Dave