Results 1 to 16 of 16

Thread: Wav program

  1. #1
    Regular Vistor
    Join Date
    Dec 2017
    Location
    Brazil
    Posts
    48

    Wav program

    Hi All,

    I would like to stop my WAV Pumps for a certain period of time.

    If FeedA 000 Then OFF
    If FeedB 000 Then OFF
    If FeedC 000 Then OFF
    If FeedD 000 Then OFF
    If Time 09:08 to 09:10 Then OFF

    This is the current programming, I'm using schemes, the feeding cycle is working fine but not this OFF period of time.

    Any help?


    thanks

  2. #2
    Frequent Visitor Todd's Avatar
    Join Date
    Jan 2013
    Location
    Huntsville, AL
    Posts
    583
    Is the Time command not turning it OFF at all, or not the correct duration?

  3. #3
    Regular Vistor
    Join Date
    Dec 2017
    Location
    Brazil
    Posts
    48
    Hi Todd, not turning off at all. Independent of the time duration.


    thanks

  4. #4
    Frequent Visitor Todd's Avatar
    Join Date
    Jan 2013
    Location
    Huntsville, AL
    Posts
    583
    You say schemes, but I assume you mean profiles. Can you post the entire code? What you have shown, does not include any profiles or other code to turn it ON.

  5. #5
    Regular Vistor
    Join Date
    Dec 2017
    Location
    Brazil
    Posts
    48
    This is my current programming.

    I use both, Schemes and Profies.

    Left WAV

    Fallback OFF
    tdata 00:01:00,0,0,0,2,0,0,0,0,0,0,0,0,0
    tdata 07:28:00,0,0,6,1,0,0,0,0,0,0,0,0,0
    tdata 10:21:00,0,0,18,1,0,0,0,0,0,0,0,0,0
    tdata 12:21:00,0,0,28,1,0,0,0,0,0,0,0,0,0
    tdata 16:36:00,0,0,9,2,0,0,0,0,0,0,0,0,0
    tdata 19:56:00,0,0,0,0,0,0,0,0,0,0,0,0,0
    tdata 23:59:00,0,0,0,0,0,0,0,0,0,0,0,0,0
    If FeedA 000 Then OFF
    If FeedB 000 Then OFF
    If FeedC 000 Then OFF
    If FeedD 000 Then OFF
    If Time 09:08 to 09:10 Then OFF

    Right WAV

    Fallback OFF
    tdata 00:00:00,0,0,0,0,0,0,0,0,0,0,0,0,0
    tdata 08:45:00,0,0,6,2,0,0,0,0,0,0,0,0,0
    tdata 12:56:00,0,0,15,2,0,0,0,0,0,0,0,0,0
    tdata 13:01:00,0,0,28,4,12,0,0,0,0,0,0,0,0
    tdata 13:34:00,0,0,27,4,12,0,0,0,0,0,0,0,0
    tdata 14:20:00,0,0,19,0,0,0,0,0,0,0,0,0,0
    tdata 18:11:00,0,0,8,0,0,0,0,0,0,0,0,0,0
    tdata 23:55:00,0,0,0,0,0,0,0,0,0,0,0,0,0
    If FeedA 000 Then WAVFEED
    If FeedB 000 Then WAVFEED
    If FeedC 000 Then WAVFEED
    If FeedD 000 Then WAVFEED
    If Time 09:08 to 09:10 Then OFF



    As you can see the Right WAV i reduce the speed to minimum during feed cycle and I turn off the Left WAV and I want both to torn off during a certain period of time. this was just a test, I will have 3 or 4 pauses like this during the day.

    Thanks

  6. #6
    Frequent Visitor Todd's Avatar
    Join Date
    Jan 2013
    Location
    Huntsville, AL
    Posts
    583
    Sorry, I don't use Fusion, so I keep getting burned by the difference. Someone else will have to chime in.

  7. #7
    Regular Vistor
    Join Date
    Dec 2017
    Location
    Brazil
    Posts
    48
    Discovered the problem. The program time is based on california time. How can I specify my local time?

  8. #8
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    Quote Originally Posted by Jeferson Stutz View Post
    Discovered the problem. The program time is based on california time. How can I specify my local time?
    Depends on what kind of apex you have. Clock settings are detailed in the quick start guides.

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

  9. #9
    Regular Vistor
    Join Date
    Dec 2017
    Location
    Brazil
    Posts
    48
    I have the Wi-Fi Apex, the last generation. I will take a look but will be glad if you guys give some help, Now I'm thinking all the schemes used with WAV will be based on APEX or my Local Time? thanks

  10. #10
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    Quote Originally Posted by Jeferson Stutz View Post
    I have the Wi-Fi Apex, the last generation. I will take a look but will be glad if you guys give some help, Now I'm thinking all the schemes used with WAV will be based on APEX or my Local Time? thanks
    It's in the page labeled "clock setup" on the 2016 apex.

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

  11. #11
    Regular Vistor
    Join Date
    Dec 2017
    Location
    Brazil
    Posts
    48
    Thanks Zombie but I know where to change Apex System time and Local time, what I really would like to do is who my programs behave with my local time not Apex Time. This is causing me trouble once the WAV scheme configuration will be linked to APEX time. I'm in Brazil, at the momment we're +6 hours ahead and I have to configure many events based on my local time. Thanks

  12. #12
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    Quote Originally Posted by Jeferson Stutz View Post
    Thanks Zombie but I know where to change Apex System time and Local time, what I really would like to do is who my programs behave with my local time not Apex Time. This is causing me trouble once the WAV scheme configuration will be linked to APEX time. I'm in Brazil, at the momment we're +6 hours ahead and I have to configure many events based on my local time. Thanks
    That can't be done unless you want everything on the apex to run on Brazil time. You will need to do the conversion in your head (or web calculator) and do everything with respect to apex time.

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

  13. #13
    Master Control Freak RussM's Avatar
    Join Date
    Dec 2012
    Location
    California - US Pacific
    Posts
    22,463
    Quote Originally Posted by Jeferson Stutz View Post
    Thanks Zombie but I know where to change Apex System time and Local time, what I really would like to do is who my programs behave with my local time not Apex Time. This is causing me trouble once the WAV scheme configuration will be linked to APEX time. I'm in Brazil, at the momment we're +6 hours ahead and I have to configure many events based on my local time. Thanks
    The Apex should be set to the local timezone for you in Brazil, unless you mean that you are in Brazil but your Apex is somewhere else.
    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.

  14. #14
    Regular Vistor
    Join Date
    Dec 2017
    Location
    Brazil
    Posts
    48
    Thanks a lot Russ, I thought Apex Time shall not be change for any reason or sincronization with Apex Fusion. So shall I set local time to Pacific Time or I will have both clocks with my local time?

  15. #15
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    Quote Originally Posted by Jeferson Stutz View Post
    Thanks a lot Russ, I thought Apex Time shall not be change for any reason or sincronization with Apex Fusion. So shall I set local time to Pacific Time or I will have both clocks with my local time?
    It should be set for wherever the apex is physically located.

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

  16. #16
    Regular Vistor
    Join Date
    Dec 2017
    Location
    Brazil
    Posts
    48
    Al set. This should be included into get started manual. Is not evident that APEX time is our phisic Apex or Apex servers.

    thanks

Similar Threads

  1. Wav program Mavericks ?
    By XpanDer 0077 in forum WAV Powerheads
    Replies: 1
    Last Post: 01-08-2021, 08:31
  2. WAV program question
    By Raptor72 in forum WAV Powerheads
    Replies: 3
    Last Post: 04-18-2018, 08:51
  3. wav can't program
    By gandolf8 in forum WAV Powerheads
    Replies: 6
    Last Post: 12-23-2017, 15:59
  4. Wav program help...
    By Djbrandriff in forum WAV Powerheads
    Replies: 1
    Last Post: 06-03-2017, 10:32
  5. WAV not responding to program
    By westonfish in forum WAV Powerheads
    Replies: 3
    Last Post: 12-15-2016, 13:06

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
  •