Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clope031/70639555268b8871e3c713a86e56db95 to your computer and use it in GitHub Desktop.
Save clope031/70639555268b8871e3c713a86e56db95 to your computer and use it in GitHub Desktop.
Turning IO While Doing a Spline (KB Article)Sample3
'!TITLE "Robot program"
Sub Main
TakeArm Keep = 0
Move S, 1, Next
Wait Curpathpoint = 5 ‘wait for robot to reach point 5 on the spline
Set IO128
Wait Curpathpoint = 26 ‘wait for robot to reach point 26 on the spline
Reset IO128
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment