Results 1 to 8 of 8

Thread: Multiple switched periods on a specific EB outlet.

  1. #1
    New User
    Join Date
    Aug 2017
    Location
    Thailand
    Posts
    11

    Multiple switched periods on a specific EB outlet.

    I wish to turn-on a specified outlet on the EB multiple times throughout the day? The times are defined but not systematic and neither are the periods of “on”. Support advised me that this was complex programming and to ask on this Forum.

    I have no idea and can't identify an example in the reference manual. Grateful for some direction on this. Thank you people.

  2. #2
    Frequent Visitor
    Join Date
    Jan 2016
    Location
    Cincinnati, ohio
    Posts
    709
    You will need to provide more info on what triggers the on and what determines the duration.

    otherwise I would say use multiple time statements, cut sounds like that won't do what you want.

  3. #3
    New User
    Join Date
    Aug 2017
    Location
    Thailand
    Posts
    11
    Thank you for your attention.

    I tried:

    If Time 06:30 to 08:00 Then ON
    If Time 11:00 to 11:30 Then ON
    If Time 15:00 to 15:30 Then ON
    If Time 18:00 to 18:30 Then ON

    without luck. I don't know if this is valid syntax?

  4. #4
    NSI Member eschulist's Avatar
    Join Date
    Nov 2015
    Location
    Minneapolis, MN USA
    Posts
    467
    Quote Originally Posted by TropSea View Post
    Thank you for your attention.

    I tried:

    If Time 06:30 to 08:00 Then ON
    If Time 11:00 to 11:30 Then ON
    If Time 15:00 to 15:30 Then ON
    If Time 18:00 to 18:30 Then ON

    without luck. I don't know if this is valid syntax?
    Thats valid but you need this


    FALLBACK OFF
    SET OFF
    If Time 06:30 to 08:00 Then ON
    If Time 11:00 to 11:30 Then ON
    If Time 15:00 to 15:30 Then ON
    If Time 18:00 to 18:30 Then ON

    Without the set value it doesnt know what the default state of the outlet is. You could also do it in reverse if its something you want to be ON a majority of the time and have it turn OFF for small sections. Also make sure the outlet is in Auto so it runs the programming.

  5. #5
    New User
    Join Date
    Aug 2017
    Location
    Thailand
    Posts
    11
    Thank you eschulist,

    I added the additional lines and it still didn't work. I walked away in disgust

    I noticed that 20 minutes later that the activity had commenced so I monitored the end of that cycle and the next cycle. It was out by 20 minutes. Checked the "Clock" settings and all seemed fine. The time displayed on Fusion & Local mirrored the local computer time, the timezone was fine. Then I saw that the so-called tank date/ time was out by 20 minutes. I can't find a reference to the tank date in this forum but I made the adjustment so that the "tank date/ time" was the same as the "Apex Local" time and it worked as expected.

    tank time.png

  6. #6
    Master Control Freak RussM's Avatar
    Join Date
    Dec 2012
    Location
    California - US Pacific
    Posts
    22,492
    Auto Clock Set should be enabled. This is the default setting, and should only be disabled if the Apex is not connected to a network. Auto Clock Set allows the Apex to regularly obtain accurate time from time servers out on the Internet, just like your computer and many other devices do.
    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.

  7. #7
    Master Control Freak RussM's Avatar
    Join Date
    Dec 2012
    Location
    California - US Pacific
    Posts
    22,492
    Enable Auto Clock Set, click the orange cloud button, then restart the Apex, which forces a time sync to occur.
    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
    Aug 2017
    Location
    Thailand
    Posts
    11
    Thank you RussM,

    Alive and well!
    alive and well.png

Similar Threads

  1. Help! Programme and outlet to be ON or OFF for specific days
    By Amz in forum Misc Apex Usage & Programming
    Replies: 6
    Last Post: 07-24-2019, 09:26
  2. Can you tell what outlet is pulling what specific voltage?
    By deputydog95 in forum Apex Programming for Heaters and Chillers
    Replies: 16
    Last Post: 08-26-2016, 10:47
  3. Making a breakout box work with a Tunze Osmolator Switched Socket Outlet
    By mandarin417 in forum AquaBus Modules, Probes, and Breakout Boxes
    Replies: 1
    Last Post: 05-03-2015, 19:55
  4. Does an 8W pump draw enough electricity to be handled by a triac switched outlet?
    By powers2001 in forum EnergyBars 832 / 632 / 8 / 6 / 4
    Replies: 7
    Last Post: 12-14-2014, 10:14
  5. Alarm warning for an outlet switched to ON
    By AvonleaPA in forum Misc Apex Usage & Programming
    Replies: 3
    Last Post: 03-17-2013, 12:59

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
  •