Question on optical sensors

  • Thread starter Thread starter kelleymc
  • Start date Start date
  • Tagged users Tagged users None

kelleymc

Active Member
View Badges
Joined
Oct 19, 2019
Messages
107
Reaction score
27
Rating - 0%
0   0   0
How long does an optical sensor need to be submerged to trigger a closed state? Is there a way to extend the time before the alarm is triggered?

In other words, if it triggers immediately when submerged, could I code the alarm to trigger once it’s been submerged for 5 seconds?
 
How long does an optical sensor need to be submerged to trigger a closed state? Is there a way to extend the time before the alarm is triggered?

In other words, if it triggers immediately when submerged, could I code the alarm to trigger once it’s been submerged for 5 seconds?
They change state as soon as they detect a fluid.

It's up to software to delay any action.
How you would do that depends on which controller system you are using
 
If you are using apex then it is immediately. Use defer statement to state how long the sensor needs to be activated Before turning on/off

If Sense1 = Closed Then On
Defer 0:00:05 Then On

5 seconds before it will activate
 
They change state as soon as they detect a fluid.

It's up to software to delay any action.
How you would do that depends on which controller system you are using
Using Apex Fusion


If you are using apex then it is immediately. Use defer statement to state how long the sensor needs to be activated Before turning on/off

If Sense1 = Closed Then On
Defer 0:00:05 Then On

5 seconds before it will activate
Thanks. I’m trying to slow down how often the alarm triggers on one sensor, not turn anything on or off. Sometimes water movement trips one sensor so I want it to be submerged for a certain period of time before notifying me.
 

Attachments

  • 2B6EEDBD-1200-4B15-BED4-A29B75B251A5.jpeg
    2B6EEDBD-1200-4B15-BED4-A29B75B251A5.jpeg
    91.5 KB · Views: 46
Think I had the format incorrect. Should be Defer 000:10 Then ON
 

TOP 10 Trending Threads

ARE YOU READY TO CONFESS TO CRAZIEST, DUMBEST, FUNNIEST THING YOU’VE EVER DONE IN REEFING?

  • Yeah, I'll confess! (Share your story in the comments!)

    Votes: 33 57.9%
  • Nah, I'll keep mine a secret...(Don't be like that, share with the class!)

    Votes: 24 42.1%
Back
Top
Home
Post thread…
Market
What's new