can someone help out, struggling to figure this one out…
let’s say i have a 2 timers that lead to a count, timer ends +1 count. count reset after 8 (so total timers)switch should act as logic to which timer time to execute on different blocks.
so for example, if it’s timer run count 1, it should be block A, if it’s timer count 2, it should still be block A, but it’s different timing. if it’s timer count 3, it should be Block B, and if it’s timer count 4, it should be Block B still, but different timing.
so on till it resets completely, it should go back to Block A and loop itself. does anyone have suggestions on how to achieve this, a bit lost
thanks a lot!