Results 1 to 7 of 7

Thread: Breakout box switch program issue

  1. #1
    New User
    Join Date
    Nov 2016
    Location
    RIO DE JANEIRO, Brazil
    Posts
    7

    Breakout box switch program issue

    Hello,

    I wired to my breakout box switch 1, a button switch so I can insert in each device I want to turn off for Feeding or Maintenance. The switch is working fine, as the Fusion shows it Closed when I press the button, and Open when I press it again. The problem I´m facing in the program of this switch.

    The outlet (Digital Switch 1 on the Apex Base Unit - base_I1) was renamed to FEEDER

    Created a VO called FeedTime:
    Set OFF
    If FEEDER CLOSED Then ON


    I save the program with success, but when I enter again to check it, it has somehow automatically changed to this:

    Set OFF
    If FeedA 000 Then ON


    What I am doing wrong?

  2. #2
    Frequent Visitor Todd's Avatar
    Join Date
    Jan 2013
    Location
    Huntsville, AL
    Posts
    583
    It looks like it is interfering with a keyword. Try giving the switch a new name without the word Feed in it and see if that works.

  3. #3
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    Yep. Don't start any outlet or switch names with feed, pH, ORP, outlet, output, flow, etc. If it starts with a system keyword it can cause a plethora of bugs or not take the name right currently or down the road. I actually got bit by that once with a firmware update that worked fine with FeedVO until the update, then everything stopped working related to that VO. Changed to vFeed and never had a problem after.

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

  4. #4
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    On a side note, your code as is (if it did take) needs adjustment. You need the line

    Min Time XXX:XX Then ON

    At the end where XX is the desired feed length.

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

  5. #5
    New User
    Join Date
    Nov 2016
    Location
    RIO DE JANEIRO, Brazil
    Posts
    7
    It worked! I changed the Swich and VO names and now it´s working like a charm.

    Thank you very much!!!

  6. #6
    Frequent Visitor Todd's Avatar
    Join Date
    Jan 2013
    Location
    Huntsville, AL
    Posts
    583
    Quote Originally Posted by zombie View Post
    On a side note, your code as is (if it did take) needs adjustment. You need the line

    Min Time XXX:XX Then ON

    At the end where XX is the desired feed length.

    You might be an engineer if...You have no life and can prove it mathematically.
    It looks like he is using a latching switch. The Min Time would only be needed if a momentary switch.

  7. #7
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    Quote Originally Posted by Todd View Post
    It looks like he is using a latching switch. The Min Time would only be needed if a momentary switch.
    Maybe. He said press a button, so I assumed momentary.

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

Similar Threads

  1. Question: Virtual switch, pm1, temp probe, breakout box issue...
    By RSnodgrass in forum APEX Fusion
    Replies: 1
    Last Post: 06-23-2021, 04:23
  2. I/O breakout box issue
    By cannonz in forum Misc Apex Usage & Programming
    Replies: 4
    Last Post: 03-13-2021, 15:27
  3. Breakout box issue
    By Damien33 in forum AquaBus Modules, Probes, and Breakout Boxes
    Replies: 2
    Last Post: 01-31-2021, 09:19
  4. Question: Breakout Box Switch for Maintenance Program
    By sg88 in forum Misc Apex Usage & Programming
    Replies: 0
    Last Post: 07-12-2020, 00:24
  5. Breakout Box Switch 6
    By daquan44 in forum AquaBus Modules, Probes, and Breakout Boxes
    Replies: 5
    Last Post: 10-08-2016, 04:54

Tags for this Thread

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
  •