Question on optical sensors

kelleymc

Active Member
View Badges
Joined
Oct 19, 2019
Messages
104
Reaction score
32
What state or country do you live in
Connecticut
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: 26
Think I had the format incorrect. Should be Defer 000:10 Then ON
 

IF YOU HAD TO TAKE A REEFING EXAM, WOULD YOU PASS?

  • Yes!

    Votes: 32 45.7%
  • Not yet, but I have one that I want to buy in mind!

    Votes: 9 12.9%
  • No.

    Votes: 26 37.1%
  • Other (please explain).

    Votes: 3 4.3%

New Posts

Back
Top