Results 1 to 10 of 10

Thread: Optical Sensor Setup

  1. #1
    Frequent Visitor
    Join Date
    Oct 2017
    Location
    seattle
    Posts
    61

    Optical Sensor Setup

    Ok, so I feel kind of dumb that I cant figure this out. I am ading an optical sensor to my ATO reservoir and I cant figure out how to get fusion to identify the sensor. I plugged the sensor to my ATK FMM port 3, but don't see it being recognized anywhere. Do I need to go through any process within Fusion to add the sensor?

  2. #2
    Frequent Contributor SuncrestReef's Avatar
    Join Date
    Feb 2018
    Location
    Beaverton, OR
    Posts
    3,105
    Try this:
    1. Click the Apex menu, then click Modules
    2. Click your FMM module from the list
    3. Select Configure from the Action dropdown list
    4. Look at the 4 port settings. If Auto detection isn't detecting the correct sensor type, then clear the Auto checkbox and manually set port 3 to Optical Sensor
    5. Save the settings to Apex
    6. Unlock the dashboard and look in your Unused Tiles section to find the optical sensor, then drag it to your dashboard

  3. #3
    Frequent Visitor
    Join Date
    Oct 2017
    Location
    seattle
    Posts
    61
    So I believe I found the switch, but unsure if it is working as I took the sensor in and out of water and there was no change of the open/closed. My ATK is on aquabus 4, so I believe the sensor was labeled SWX4_3 (x4 is the aquabus and _3 is the port on the FMM module?) What else, if anything do I need to do to make it work?

    I unchecked AUTO detect, and manually selected optical sensor.

  4. #4
    Frequent Contributor SuncrestReef's Avatar
    Join Date
    Feb 2018
    Location
    Beaverton, OR
    Posts
    3,105
    Also, ensure the plug is fully seated in the FMM module.

  5. #5
    Frequent Visitor
    Join Date
    Oct 2017
    Location
    seattle
    Posts
    61
    Quote Originally Posted by SuncrestReef View Post
    Also, ensure the plug is fully seated in the FMM module.
    Fully seated, but still no change in open/closed.... wondering if this sensor is bad.

  6. #6
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    Plug it in, configure the module to name the sensor and make it optical type and then check your unused tile bin if you don't see the status tile.

    Sent from my SM-G965U using Tapatalk

  7. #7
    Frequent Visitor
    Join Date
    Oct 2017
    Location
    seattle
    Posts
    61
    Ok, got the sensor to work, but had to move it to FMM port 4. So will this work to turn off my ATK when the water level is low? (optical sensor named "ATOLVL") Only adding the last line of code to the default code.

    Fallback OFF
    Set OFF
    If ATO_ON OPEN Then ON
    If Swx4_2 CLOSED Then OFF
    When On > 005:00 Then OFF
    Defer 000:10 Then ON
    Defer 000:04 Then OFF
    Min Time 060:00 Then OFF
    If ATOLVL OPEN Then Off

  8. #8
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    Quote Originally Posted by rbarr110 View Post
    Ok, got the sensor to work, but had to move it to FMM port 4. So will this work to turn off my ATK when the water level is low? (optical sensor named "ATOLVL") Only adding the last line of code to the default code.

    Fallback OFF
    Set OFF
    If ATO_ON OPEN Then ON
    If Swx4_2 CLOSED Then OFF
    When On > 005:00 Then OFF
    Defer 000:10 Then ON
    Defer 000:04 Then OFF
    Min Time 060:00 Then OFF
    If ATOLVL OPEN Then Off
    Yes. Though common practice is to put the line before the global statements (defer, min time, when) so it doesn't get cluttered if you add other things later.

    Sent from my SM-G965U using Tapatalk

  9. #9
    Frequent Visitor
    Join Date
    Oct 2017
    Location
    seattle
    Posts
    61
    Quote Originally Posted by zombie View Post
    Yes. Though common practice is to put the line before the global statements (defer, min time, when) so it doesn't get cluttered if you add other things later.

    Sent from my SM-G965U using Tapatalk
    Thank you. So like this....

    Fallback OFF
    Set OFF
    If ATO_ON OPEN Then ON
    If Swx4_2 CLOSED Then OFF
    If ATOLVL OPEN Then Off
    When On > 005:00 Then OFF
    Defer 000:10 Then ON
    Defer 000:04 Then OFF
    Min Time 060:00 Then OFF

  10. #10
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    Quote Originally Posted by rbarr110 View Post
    Thank you. So like this....

    Fallback OFF
    Set OFF
    If ATO_ON OPEN Then ON
    If Swx4_2 CLOSED Then OFF
    If ATOLVL OPEN Then Off
    When On > 005:00 Then OFF
    Defer 000:10 Then ON
    Defer 000:04 Then OFF
    Min Time 060:00 Then OFF
    Yep

    Sent from my SM-G965U using Tapatalk

Similar Threads

  1. Advice for 3 solenoid, 4 Optical sensor RODI setup.
    By lookout888 in forum Apex Programming for Dosing, ATO, and AWC
    Replies: 4
    Last Post: 07-12-2021, 00:38
  2. Optical Sensor Being Recognized as Flow Sensor
    By MarineGP in forum Fluid Monitoring Module (FMM), FMK, ATK, LDK, and FMM Accessories
    Replies: 0
    Last Post: 12-14-2019, 13:09
  3. How to setup an Optical Sensor as a backup sensor for ATK
    By mikemanna in forum Fluid Monitoring Module (FMM), FMK, ATK, LDK, and FMM Accessories
    Replies: 4
    Last Post: 07-23-2019, 20:16
  4. Question: Optical sensor detected as Flow Sensor 1”
    By svandive in forum Fluid Monitoring Module (FMM), FMK, ATK, LDK, and FMM Accessories
    Replies: 4
    Last Post: 03-18-2018, 17:59

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
  •