PDA

View Full Version : Apex/Jebao programming


dabob79
05/03/2017, 03:26 PM
I just got the Jebao module for my Apex and I'm a little lost with programming this thing. Here's what I want to do with it, hopefully someone can help me...

I have 1 RW8 power head, and a DC9000 return pump. I want to run the RW8 on one channel, with a standard on/off wave program during the day and a low-flow night mode. I also want to kill it when I go into feed mode.

I want to run the DC9000 return pump on the other channel, at 80% (I think it's at 80%, four of the six lights are on on the controller). I want to drop the return pump down to 50% when I go into feed mode.

I hope that's not too confusing lol Thanks everyone!

Bob

dabob79
05/04/2017, 11:25 AM
Nobody??

gauchuot
05/06/2017, 08:33 PM
Here is my programing just for one pump or one channel on the Jebao/Apex module

CirPump
Fallback OFF
Set CalmPump
If Time 12:00 to 20:00 Then WavePump

WavePump profile: Off time 0; On Time 10; Off Time 1; Min 0; Max 35
CalmPump profile: Off time 0; On Time 10; Off Time 1; Min 0; Max 20

gauchuot
05/06/2017, 08:35 PM
You need VDM module. VDM module will have 4 channel

Just create more profile for you need. And set the TIME programing on the VDM channel

gauchuot
05/06/2017, 08:45 PM
These are the profile for the RW8:

On/Off profile: Off time 0; On Time 10; Off Time 1; Min 80; Max 80 (80 or what ever power you want)
Calm/Night profile: Off time 0; On Time 10; Off Time 1; Min 0; Max 20

These are the outlet setup:
Fallback OFF
Set Calm/Night
If Time 12:00 to 20:00 Then On/Off (Just changed the time)

gauchuot
05/06/2017, 08:50 PM
SumpPump
Fallback ON
Set 80Profile
If FeedA 000 Then 50Profile
If FeedB 000 Then OFF
If FeedC 000 Then OFF
If FeedD 000 Then OFF
If Output AllPumpCtrl = OFF Then OFF

Now go set profile for 80Profile and 50Profile