Results 1 to 6 of 6

Thread: powerhed program time HELP

  1. #1
    New User
    Join Date
    Oct 2018
    Location
    Croatia
    Posts
    3

    powerhed program time HELP

    Hello,

    I am new with apex so I have little problems with programming with it. Can someone please write me a simple code for my powerhead till I buy new Tunze powerheads.
    I want the powerhead runing from Monday to Friday from 7am to 21pm and at weekends from 8am to 21pm and at night off.
    How to program that :S

    PLS help

    ty

  2. #2
    Frequent Visitor
    Join Date
    Dec 2013
    Location
    New Jersey
    Posts
    86
    Try
    Set off
    If time 21:00 to 07:00 then off
    If DOW -MTWTF- then on
    If time 21:00 to 08:00 then off
    If DOW S-----S then on

    I think that should work but I'm no expert

    Sent from my SM-G950U using Tapatalk

  3. #3
    New User
    Join Date
    Oct 2018
    Location
    Croatia
    Posts
    3
    Ty I will try

  4. #4
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    That won't work. Try this instead

    Set off
    If time 07:00 to 07:59 then ON
    If DOW -MTWTF- then OFF
    If time 08:00 to 20:59 then ON




    Sent from my SM-G965U using Tapatalk

  5. #5
    New User
    Join Date
    Oct 2018
    Location
    Croatia
    Posts
    3
    Ty guys... made it. I created 2 virtual sockets then insert code and it works 🙂

  6. #6
    Frequent Visitor
    Join Date
    Dec 2013
    Location
    New Jersey
    Posts
    86
    Told you I'm not an expert lol
    Quote Originally Posted by zombie View Post
    That won't work. Try this instead

    Set off
    If time 07:00 to 07:59 then ON
    If DOW -MTWTF- then OFF
    If time 08:00 to 20:59 then ON




    Sent from my SM-G965U using Tapatalk
    Sent from my SM-G950U using Tapatalk

Similar Threads

  1. How to program a time alarm ?
    By kaobang in forum Misc Apex Usage & Programming
    Replies: 2
    Last Post: 11-07-2021, 06:56
  2. Review My Program What did I do wrong with this TIME program?
    By eyenstein in forum Misc Apex Usage & Programming
    Replies: 2
    Last Post: 07-09-2018, 11:20
  3. Help with day and time program
    By nim in forum Misc Apex Usage & Programming
    Replies: 2
    Last Post: 08-25-2017, 16:56
  4. How do you program a time and a feed time statement?
    By deputydog95 in forum Misc Apex Usage & Programming
    Replies: 6
    Last Post: 09-19-2016, 06:10
  5. Can't program my DOS at certain time
    By drazel in forum APEX Fusion
    Replies: 3
    Last Post: 02-23-2015, 08:49

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
  •