I have a number of stages where a timer is used to control the filling of a tank. When the timer finishes the program jumps to another stage. This tank gets filled repeatedly, always with the same amount of time. Can the timer be reused in other stages when only one stage is active at a time and the timer done bit is only used in the same stage that contains the timer? Otherwise I needs lots of timers and lots of setpoints for the timers.