Results 1 to 8 of 8

Thread: Apex to jebao

  1. #1
    New User
    Join Date
    Feb 2018
    Location
    Ky
    Posts
    7

    Apex to jebao

    Alright I'm new to the apex and I'm trying to program my jebao wavemaker with the profiles I made. They work except when it comes time to change from one to another. I end up having to turn them off and on till I get it to go back to the profile settings. I'm almost sure it's a programming issues but I've tried everything I can find and nothing works. When feed goes off it just goes back to all 4 wavemaker coming on and off at the sametime. Can anyone tell me what I did wrong wrong here.


    PP20 right
    Set Wave1
    If Time 09:30 to 20:30 Then Wave1
    If Time 21:30 to 07:59 Then Nightwave1
    If Time 08:00 to 09:29 Then Duskdawn1
    If Time 20:31 to 21:29 Then Duskdawn1
    If FeedA 000 Then OFF


    PP20 left
    Set wave2
    If Time 09:30 to 20:30 Then wave2
    If Time 21:30 to 07:59 Then Nightwave2
    If Time 08:00 to 09:29 Then DUSKDAWN2
    If Time 20:31 to 21:29 Then DUSKDAWN2
    If FeedA 000 Then OFF


    PP8 right
    Set Wave1
    If Time 09:30 to 20:30 Then Wave1
    If Time 21:30 to 07:59 Then Nightwave1
    If Time 08:00 to 09:29 Then Duskdawn1
    If Time 20:31 to 21:29 Then Duskdawn1
    If FeedA 000 Then OFF


    PP8 left
    Set wave2
    If Time 09:30 to 20:30 Then wave2
    If Time 21:30 to 07:59 Then Nightwave2
    If Time 08:00 to 09:29 Then DUSKDAWN2
    If Time 20:31 to 21:29 Then DUSKDAWN2
    If FeedA 000 Then OFF

  2. #2
    Master Control Freak RussM's Avatar
    Join Date
    Dec 2012
    Location
    California - US Pacific
    Posts
    22,492
    You do not need to use a Set Wav# and then an If Time ... Then Wav# (same profile name); the Set statement will active the designated profile whenever none of the If statements are true. For example, you have this:

    Set Wave1
    If Time 09:30 to 20:30 Then Wave1
    If Time 21:30 to 07:59 Then Nightwave1
    If Time 08:00 to 09:29 Then Duskdawn1
    If Time 20:31 to 21:29 Then Duskdawn1
    If FeedA 000 Then OFF

    The highlighted line serves no purpose, and can be deleted.

    But that is not the cause of your issue. Post the profiles.
    Please do not send me PMs with technical questions or requesting assistance - use the forums for Apex help. PM me ONLY if the matter is of a private or personal nature. Thanks.

  3. #3
    New User
    Join Date
    Feb 2018
    Location
    Ky
    Posts
    7
    Wave1
    sync disabled
    Divide by 10 disabled
    Initial off time 1 sec
    On time 2 sec
    Off time 2 sec
    Minimum intensity 0%
    Maximum intensity 55%

    Duskdawn1
    sync disabled
    Divide by 10 disabled
    Initial time off 1 sec
    On time 2 sec
    Off time 2 sec
    Mini intensity 0%
    Max intensity 45%

    Nightwave1
    sync disabled
    Divide by 10 disabled
    Initial off 1 sec
    On time 2 sec
    Off time 2 sec
    Min intensity 0%
    Max intensity 30%

    Number 2 of all profiles are the same exact thing, that's the only way I can get them to oscillate correctly.

  4. #4
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    You need to enable sync.

    You might be an engineer if...You have no life and can prove it mathematically.

  5. #5
    New User
    Join Date
    Feb 2018
    Location
    Ky
    Posts
    7
    Alright, what exactly is it that sync does? I thought it sync the wavemakers to make them come on and off at the same time. I have oolite sand and wanting them to osc.

  6. #6
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    Quote Originally Posted by Jfischer View Post
    Alright, what exactly is it that sync does? I thought it sync the wavemakers to make them come on and off at the same time. I have oolite sand and wanting them to osc.
    Sync puts the profiles on the same time base so that any type of synchronizing is possible. This allows you to do sync, anti-sync, or clashing depending on how you set the timings in the profiles. Without it enabled, it's indeterminate how they will interact with each other.

    You might be an engineer if...You have no life and can prove it mathematically.

  7. #7
    Master Control Freak RussM's Avatar
    Join Date
    Dec 2012
    Location
    California - US Pacific
    Posts
    22,492
    You say you want them to oscillate; that's inherently what a Pump type profile does. Do you mean you want them to alternate as well? If so, you need to set the timings properly so they alternate, AKA run in anti-sync.

    Wave1
    sync enabled
    Divide by 10 disabled
    Initial off time 0
    On time 2
    Off time 2
    Minimum intensity 0%
    Maximum intensity 55%

    Wave2
    sync enabled
    Divide by 10 disabled
    Initial off time 2
    On time 2
    Off time 0
    Minimum intensity 0%
    Maximum intensity 55%

    Note the changes I've highlighted. This will make left be on for 2 seconds at 55% and right be off. Then left will be off and right will be on @55% for 2 seconds, in a repeating pattern.

    Do the same for the other pairs of profiles.
    Please do not send me PMs with technical questions or requesting assistance - use the forums for Apex help. PM me ONLY if the matter is of a private or personal nature. Thanks.

  8. #8
    New User
    Join Date
    Feb 2018
    Location
    Ky
    Posts
    7
    Alright, thank you I'll give that a try

Similar Threads

  1. New Jebao not working any more with Jebao -> Apex adapter
    By joaocdestro in forum Apex Programming for Vortech, Tunze, & Other Controllable Pumps
    Replies: 0
    Last Post: 05-04-2020, 11:01
  2. Controlling Jebao DCS 5000 Return + two Jebao PP-8s and two Jebao PP-4s
    By pentian in forum Misc Apex Usage & Programming
    Replies: 3
    Last Post: 10-17-2017, 00:20
  3. Help! Need a program for two Jebao RW-8 connected to VDM module with Jebao's linkage adapter for the apex
    By matmallard in forum Apex Programming for Vortech, Tunze, & Other Controllable Pumps
    Replies: 43
    Last Post: 12-23-2015, 15:03
  4. Jebao RW-8's and the jebao to apex box
    By alexnyc22 in forum AquaBus Modules, Probes, and Breakout Boxes
    Replies: 10
    Last Post: 02-05-2015, 10:39
  5. Jebao WP25 / WP50 and Jebao DC Pumps
    By chris_kitedude in forum DIY
    Replies: 15
    Last Post: 12-06-2013, 08:48

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •