laser catcher question SOLVED

Avatar
StGinger
49 Posts
Posted Nov 21, 2011
Okey, one simple question. Is it possible to make a laser catcher "activate" its outputs when the laser has been pointing at it for a specified number of seconds?
Advertisement
Registered users don’t see ads! Register now!
Avatar
Brainstatic
219 Posts
Posted Nov 21, 2011
Replied 9 minutes later
Have the laser catcher enable a logic_timer with the catcher's OnPowered output. Have the OnUnPowered output disable the timer. Have the timer's refire interval be however many seconds the catcher must remain active. Then use the OnTimer output from the timer to fire the desired outputs.

EDIT: I just noticed how many times I used the word have in that post.

Avatar
StGinger
49 Posts
Posted Nov 21, 2011
Replied 6 minutes later
Thank you! I will try that