Results 1 to 3 of 3

Thread: Trigger Then Delayed ON

  1. #1
    Frequent Visitor herring_fish's Avatar
    Join Date
    Feb 2015
    Location
    Winston-Salem NC
    Posts
    108

    Trigger Then Delayed ON

    I want to use my 0-10V Icecap controller to turn ON a Gyre for some period of time …say 15 second and then wait 5 seconds and get it to reverse for the same amount of time.

    I think that I have set up everything to make it reverse (ie. Profile configurations #17 Time 0, 20, 20 intensity 0, 100 and #18 Sync Enable, Time 0, 20, 20 intensity 0, 100). It will reverse but my timing doesn’t follow the codes that I have tried.
    I want to re-use part of some code that was graciously written for me but I just don’t understand how to turn something on after a delay.

    I think that I want to stay away from OSC because I use an optical sensor as a trigger:

    [ DumpControl ]
    Set OFF
    If Optical = CLOSED Then ON
    Min Time 000:35 Then ON

    And then I use the following, as well:

    [ Step10_Up ]
    Set OFF
    If Output DumpControl = ON Then ON
    Defer 000:15 Then ON

    But now (I think that) I need to turn the pump on again to reverse the cycle. Do I simply build the following?

    [ Step_Reverse ]
    Set Off
    Fallback OFF
    If Output DumpControl = ON Then OFF
    Defer 000:20 Then ON
    Defer 000:15 then ON

    And then it will turn back off again?

  2. #2
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    There is a simpler way

    Intensity profile
    Sync enable
    Divide by 10 disable
    Initial OFF: 0
    ON time: 15
    OFF time: 5
    Min intensity: 0 or 20
    Max intensity: whatever you want

    Direction profile
    Sync enable
    Divide by 10 disable
    Initial OFF: 0
    ON time: 20
    OFF time: 20
    Min intensity: 0
    Max intensity: 100


    Trigger the corresponding profile in the varspd

    Sent from my SM-G965U using Tapatalk

  3. #3
    Frequent Visitor herring_fish's Avatar
    Join Date
    Feb 2015
    Location
    Winston-Salem NC
    Posts
    108

    Sorry, Question Moved by OP

    I am very sorry. Actually, it has been so long since I worked on this that I forgot that I had opened the following thread. I should have added my questions after post #8:
    https://forum.neptunesystems.com/sho...938#post145938

Similar Threads

  1. Alarm Trigger, followed by delayed trigger again
    By Sidewinder33 in forum Misc Apex Usage & Programming
    Replies: 7
    Last Post: 08-01-2022, 21:50
  2. Question: outlets delayed in turning on
    By lilu in forum Apex Classic/Apex Lite/Apex Jr
    Replies: 2
    Last Post: 12-30-2021, 10:16
  3. Fallback Off delayed
    By Reefnut in forum Misc Apex Usage & Programming
    Replies: 1
    Last Post: 03-01-2020, 15:53
  4. Anyway to program a delayed reboot
    By yetman in forum Apex Classic/Apex Lite/Apex Jr
    Replies: 15
    Last Post: 05-04-2018, 08:29
  5. Help! My lights setting delayed
    By machodik in forum APEX Fusion
    Replies: 0
    Last Post: 10-16-2016, 16:18

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
  •