Pausing a Procedure

I'm trying to put a 125 ms pause in one of my procedures. Nothing would happen during that pause, everything would just stop. I've searched the forum and the only relevant advice I've seen is "Use a Clock componant". I've got that and can't figure out what to do with it.

You'll have to split the procedure into two segments: one with the code you want to execute before the pause, and one after.

image

Note: setting TimerEnabled to false after the Clock's Timer event is called will only call the delay once.

2 Likes

Thank you! Now to test!

Works just as advertised and desired. Thank you!

1 Like

Your desires are completed, Please mark the solution to close this topic.

Sorry, I didn't know to.

It looks like it has been, and if that was you, thank you.