Results 1 to 3 of 3

Thread: New to Programming

  1. #1
    New User
    Join Date
    Jan 2018
    Location
    Montreal,Que
    Posts
    10

    New to Programming

    This is my first Apex,need help in programming my return pump and skimmer to shut off twice a day for feeding for at least 20 min.every day at approx.13:00-13:20 and 19:00-19:20 and have my skimmer have a delay of 5 min,any help would be appreciated thank you in advance.

  2. #2
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    You want this. If you have a high level ATO float or optical, you also want a line in your skimmer to turn OFF for high level as well.

    Return
    Fallback ON
    Set ON
    If Time 13:00 to 13:20 Then OFF
    If Time 19:00 to 19:20 Then OFF

    Skimmer
    Fallback ON
    Set ON
    If Output Returnname = OFF Then OFF
    If Power Apex Off 001 Then OFF
    Defer 005:00 Then ON

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

  3. #3
    Frequent Visitor Todd's Avatar
    Join Date
    Jan 2013
    Location
    Huntsville, AL
    Posts
    583
    Also, read over this even though it is a little out of date:

    https://www.neptunesystems.com/downl...nce_Manual.pdf

Similar Threads

  1. Question: Radion programming issue for Advanced programming vs. lighting wizard
    By Afm32607 in forum AquaBus Modules, Probes, and Breakout Boxes
    Replies: 1
    Last Post: 07-08-2017, 18:03
  2. Question: Radion programming issue for Advanced programming vs. lighting wizard
    By Afm32607 in forum Apex Programming for Lighting
    Replies: 1
    Last Post: 07-08-2017, 18:03

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
  •