Again I am a bit of a neophyte when it comes to this stuff, so pardon the simple questions. I have a simple 20 line program that has four timed, conditional outputs that will cycle through in 6 seconds. I also have 4 stations that run the exact program, but they all start 1.5 seconds apart. Station 1 starts at 0, station 2 starts at 1.5 seconds, station 3 starts at 3 seconds, and station 4 at 4.5 and then repeats. I have written the program for one station. Should I just copy the same program 4 times and use a timer to sequence the stations? Or should I use a drum sequencer? The drum seems simpler but I am not familiar with them and am not sure if they have drawbacks. THANKS!