Results 1 to 4 of 4

Thread: Varios Skimmer Programming

  1. #1
    Regular Vistor
    Join Date
    May 2017
    Location
    Austin, CST
    Posts
    45

    Varios Skimmer Programming

    Hello all! I am attempting to program my Varios to have a ramp down and ramp down for feeding. I use the Feed Buttons, and I have some push buttons that I use for feeding also hooked up through a Breakout Box, and struggling with the programming for that.

    With a Feed Button, I can say:

    Set 65
    If FeedA 060 Then SkimFeed (Skim Feed is a ramp down profile).
    If FeedB 010 Then SkimFeed
    If FeedC 015 Then SkimFeed

    With that, I believe the Skimmer pump ramps down and stays for 60 minutes (for A) from the time the Feed Button is pushed, correct? Then reverts to 65%.

    However, if I say (for the push button)

    Set 65
    If FeedAButton ON Then SkimFeed
    If FeedBButton ON Then SkimFeed
    If FeedCButton ON Then SkimFeed

    With that programming, how do I set different times for it to stay at SkimFeed, and then go back to 65%? I have tried Defer statements, but don't seem to have any luck.

    - - - Updated - - -

    And side note, why can't we program the FeedA option to a button? (because that would make this so much easier)..

  2. #2
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    You need to create additional VOs that are triggered by the feed buttons but defer for longer.

    I would also suggest using a ramp up profile that goes between the feed intensity to 65 where you have 65 set now. This will soft start and increase pump life.

    You also want these three lines to prevent skimmate overflows. Adjust or remove the float part if you don't have an optical sensor or float.

    If Output Returnname = OFF Then SkimFeed
    If Power Apex Off 001 Then OFF
    If HighSwitch OPEN/CLOSED Then OFF

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

  3. #3
    Regular Vistor
    Join Date
    May 2017
    Location
    Austin, CST
    Posts
    45
    Alright! I think this works, do you mind checking for me?

    Skimmer Programming:

    Set SkimRampUp
    If FeedA 010 Then SkimFeed
    If FeedC 060 Then SkimFeed
    If FeedD 010 Then SkimFeed
    If Output FeedAButton = ON Then SkimFeed
    If Output FeedDButton = ON Then SkimFeed
    If Output FeedCButton = ON Then SkimFeed

    SkimRampUp programming goes from 15% to 65% over the course of 5 minutes.

    SkimFeed ramps down from 65% to 15% over 1 minute.

    And then I set "FeedCButton" as this:

    Set OFF
    If Swx8_5 CLOSED Then ON
    Defer 060:00 Then OFF



    So to me, this seems that it should work. Press "FeedCButton" and that switch sets to ON for 60 minutes.
    At this point, SkimFeed kicks in and goes down from 65% to 15% over 1 minute, and stays there for 60 minutes.
    Then when FeedCButton sets back to off, it goes to "SkimRampUp" which then goes from 15% back to 65% over 5 minutes.

    Is this correct?

  4. #4
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    You are still missing the up-to three failsafe lines I recommended. Those come in really handy to keep skimmate out of your tank.

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

Similar Threads

  1. Help! Varios 6 programming/logic
    By Terribleone5 in forum Apex Programming for Vortech, Tunze, & Other Controllable Pumps
    Replies: 0
    Last Post: 05-15-2021, 09:03
  2. Help! ApexEL and Octo VarioS Pump/Skimmer
    By yankeeboy73 in forum A2 Apex/ApexEL and A3 Apex Pro/Apex/Apex Jr
    Replies: 1
    Last Post: 03-19-2019, 19:17
  3. Varios 6 programming HELP
    By m_alrkyan in forum Apex Programming for Vortech, Tunze, & Other Controllable Pumps
    Replies: 2
    Last Post: 05-15-2018, 13:00
  4. Question: Varios 8 Return pump ramp and controlling skimmer.
    By Jwilson260 in forum A2 Apex/ApexEL and A3 Apex Pro/Apex/Apex Jr
    Replies: 2
    Last Post: 04-19-2018, 15:57
  5. Help with VarioS pump programming
    By Darth George in forum Apex Programming for Vortech, Tunze, & Other Controllable Pumps
    Replies: 8
    Last Post: 02-11-2018, 19:34

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
  •