OK, the WAIT ON OCCURRENCE will solve that for you.
They have a TIMEOUT input.
Set it to 500 mSec or something, and that thread will not occupy the
CPU until A) triggered, or B) timed out. You can tell the difference
from the output and respond accordingly.

Reply via email to