I am looking for a timer program example that will continue even if the input that turns it on goes off.
When X1 turns on Y1 I want Y1 to stay on for a set amount of time Even if X1 turns off.
Is there a timer that works this way or will I need to latch the timer in and reset it when its done.
So far Every timer example I have found the timer stops timing when the input changes state.