Results 1 to 2 of 2

Thread: New to Apex - Simple Programming Question

  1. #1
    New User
    Join Date
    Sep 2017
    Location
    Denver, CO
    Posts
    8

    New to Apex - Simple Programming Question

    Hi Guys - new to reefing and the Apex. I'm trying to configure my power-heads. I'd like these to always be on with the exception of feeding time A. There's no way for me to select always on, it makes me select an "on" time and an "off" time. What is the proper configuration here for always on? Thanks in advance!

    Untitled.jpg

  2. #2
    Regular Vistor
    Join Date
    Apr 2017
    Location
    California
    Posts
    25
    You want to use the "Advance" Control type.

    Enter the following code(BLUE)

    Fallback ON (This tells your apex if the connection is lost the default is ON)
    Set ON
    (This tell the controller the main position of the outlet is ON)
    If FeedA 000 Then OFF
    (This tells the outlet to turn OFF if FeedA is turned on.)

    NOTE: the "000" behind FeedA is the number of minutes you want the outlet to stay off before is turns back ON

    Ex: if you used the code "If FeedA 015 Then OFF"
    This means the outlet(aka your powerhead) would be off for an additional 15mins after the FeedA cycle ended before turning back on

Similar Threads

  1. Help! Simple Question
    By Eric w in forum Misc Apex Usage & Programming
    Replies: 3
    Last Post: 09-23-2019, 11:55
  2. Question: Simple question.
    By clittrell in forum Misc Apex Usage & Programming
    Replies: 2
    Last Post: 12-25-2017, 19:22
  3. Simple question
    By robbous in forum Misc Apex Usage & Programming
    Replies: 4
    Last Post: 11-09-2017, 16:10
  4. Help! Simple Question
    By Eric w in forum DŌS & DDR – Dosing and Fluid Metering System
    Replies: 4
    Last Post: 07-20-2017, 12:06
  5. Question: Simple programming question
    By Robmog in forum Apex Classic Dashboard
    Replies: 2
    Last Post: 03-14-2015, 16:09

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
  •