Hi there

I am wondering what all these wait moves really mean, and how and where should they be used.
I know that they are being used for causing some delays or wait action in macros while some other things are happening.
But what is the difference between the following, that I see in different macros;

Code "G4 P1.0"
While IsMoving()
Wend
WaitForMove (is this a valid wait command or code?)
Sleep(1000)

regards
Jhonansaro



Similar Threads: