PDA

View Full Version : Apex Lite Help


Tomas45
03/01/2013, 05:18 PM
Greetings,
I'm new at this so forgive if my questions seem a little basic I have referenced the manual and I cant locate answers to my questions. So here goes:

1. With my return pump, What do I put in the Time box so that it is always running except for during feedings? It is currently at 0500 to 0500, but when it put it to auto it shuts off, same with skimmer.

2. I have IM 92 watt dual spectrum Skyye Light, and the dusk/dawn features use the same driver, so how do I get it to turn on and off two times in a 24 hr block. I would like it to run from 0600 to 0800 and from 18:00 to 20:00.

Thanks for all your help in advance.

L8ndeb
03/01/2013, 05:41 PM
[QUOTE=Tomas45;21228188]1. With my return pump, What do I put in the Time box so that it is always running except for during feedings? It is currently at 0500 to 0500, but when it put it to auto it shuts off, same with skimmer.[QUOTE]

Fallback ON
Set ON
If FeedA 000 Then OFF

This keeps the pump on 24/7, but shuts down during Feed program "A".

Don't know about your lighting. My setup is AI SOL's.

Mark Bianco
03/02/2013, 04:20 AM
" I would like it to run from 0600 to 0800 and from 18:00 to 20:00 "


All you need to add to the program is these two lines in the advance programing mode it should look something like this.

Fallback ON
Set OFF
If Time 06:00 to 08:00 Then ON
If Time 18:00 to 20:00 Then ON