I am making a contraption that is sort of like pistons, and know how to make everything except a timer to keep them moving. I was thinking I could create a pivot to have an output (that I could manage in the FlowGraph editor), and just have it loop the output with a delay of about a second before it loops again.
To quickly summarize
How to program an output that will be displayed in the FlowGraph editor
How to loop it with a delay between outputs
How to have it not stop until I want it to.
Thank you