laser catcher question SOLVED
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?
Registered users don’t see ads!
Register now!
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.
Posted Nov 21, 2011
Replied
6 minutes
later
Thank you! I will try that