Results 1 to 7 of 7

Thread: BoB not showing in Fusion?

  1. #1
    Code Illiterate Adamola's Avatar
    Join Date
    Feb 2017
    Location
    North Carolina
    Posts
    19

    BoB not showing in Fusion?

    My BoB is connected directly to my head unit and the “switches” will only show up when I select the “inputs” icon, however the only control I have is to change the name. I have restarted the head unit and to no avail the switches will not show on my dashboard. I have been using the App and mobile site, will these connections only show on tablet or laptop layouts? I am trying to connect a Avast skimmate locker with the bare wire connection. I have the switch wired but I am unable to set the programming.


    Sent from my iPhone using Tapatalk

  2. #2
    Frequent Visitor
    Join Date
    Mar 2017
    Location
    Wellington, NZ
    Posts
    114
    Have you checked the unused Tiles bin at the top right of the Fusion site/phone app? small Padlock icon by the help icon

  3. #3
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    Quote Originally Posted by Adamola View Post
    My BoB is connected directly to my head unit and the “switches” will only show up when I select the “inputs” icon, however the only control I have is to change the name. I have restarted the head unit and to no avail the switches will not show on my dashboard. I have been using the App and mobile site, will these connections only show on tablet or laptop layouts? I am trying to connect a Avast skimmate locker with the bare wire connection. I have the switch wired but I am unable to set the programming.


    Sent from my iPhone using Tapatalk
    The switch tiles are not there for programming. They are only there for visual status. You do the programming in the skimmer outlet with the form

    If Switchname CLOSED Then OFF

    Assuming your switch closes when full.

    Sent from my SM-G965U using Tapatalk

  4. #4
    Code Illiterate Adamola's Avatar
    Join Date
    Feb 2017
    Location
    North Carolina
    Posts
    19
    Quote Originally Posted by DavidNZ View Post
    Have you checked the unused Tiles bin at the top right of the Fusion site/phone app? small Padlock icon by the help icon
    Found the switch(es) and was able to add them to dashboard. Thnx


    Sent from my iPhone using Tapatalk

  5. #5
    Code Illiterate Adamola's Avatar
    Join Date
    Feb 2017
    Location
    North Carolina
    Posts
    19
    Quote Originally Posted by zombie View Post
    The switch tiles are not there for programming. They are only there for visual status. You do the programming in the skimmer outlet with the form

    If Switchname CLOSED Then OFF

    Assuming your switch closes when full.

    Sent from my SM-G965U using Tapatalk
    Gotcha, found my switch and added the coding to the skimmer outlet. The Avast Davy Jones locker basic code says

    Fallback OFF
    Set OFF
    If SW1 CLOSED Then ON

    The Avast switch is closed when then locker is empty. When full the Avast switch should go into an open state.

    Thanks


    Sent from my iPhone using Tapatalk

  6. #6
    Master Control Freak RussM's Avatar
    Join Date
    Dec 2012
    Location
    California - US Pacific
    Posts
    22,463
    Quote Originally Posted by Adamola View Post
    Gotcha, found my switch and added the coding to the skimmer outlet. The Avast Davy Jones locker basic code says

    Fallback OFF
    Set OFF
    If SW1 CLOSED Then ON

    The Avast switch is closed when then locker is empty. When full the Avast switch should go into an open state.
    Although that program is not incorrect, it's not very logical; it's sorta backwards from the usual Apex programming paradigm.... it sets the normal condition of the skimmer to be OFF. Typically, you use a Set statement to put the outlet in the state it should normally be, then use conditional statement(s) (i.e an If switch statement) statement to handle exceptions to the norm. A skimmer is normally on, so ON should be the default state of the the outlet defined in the Set statement.

    The conventional and more logical way to do this is:

    Set ON
    If Sw1 OPEN Then OFF
    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
    Code Illiterate Adamola's Avatar
    Join Date
    Feb 2017
    Location
    North Carolina
    Posts
    19
    Quote Originally Posted by RussM View Post
    Although that program is not incorrect, it's not very logical; it's sorta backwards from the usual Apex programming paradigm.... it sets the normal condition of the skimmer to be OFF. Typically, you use a Set statement to put the outlet in the state it should normally be, then use conditional statement(s) (i.e an If switch statement) statement to handle exceptions to the norm. A skimmer is normally on, so ON should be the default state of the the outlet defined in the Set statement.

    The conventional and more logical way to do this is:

    Set ON
    If Sw1 OPEN Then OFF
    Makes sense to me. The instructions with the Skimmate Locker had the previous rule(s) on the bottom of the directions. Thanks for the info


    Sent from my iPhone using Tapatalk

Similar Threads

  1. Help! SV-1 not showing in fusion
    By filarraza in forum Fluid Monitoring Module (FMM), FMK, ATK, LDK, and FMM Accessories
    Replies: 2
    Last Post: 03-10-2018, 18:03
  2. Ipad not showing Fusion
    By trimixdiver in forum APEX Fusion
    Replies: 7
    Last Post: 11-16-2017, 03:48
  3. BOB not showing in "add module"
    By techdef in forum AquaBus Modules, Probes, and Breakout Boxes
    Replies: 1
    Last Post: 07-16-2016, 15:03
  4. Help! DDR not showing up in Fusion
    By matthewscheiner in forum DŌS & DDR – Dosing and Fluid Metering System
    Replies: 5
    Last Post: 03-13-2016, 20:59
  5. Question: BoB Float Valve takes a while to show up on Fusion
    By babyjess210 in forum AquaBus Modules, Probes, and Breakout Boxes
    Replies: 18
    Last Post: 08-13-2014, 17:19

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
  •