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/6d9dad162431fab0f68fb4f675d75089 to your computer and use it in GitHub Desktop.
Save clope031/6d9dad162431fab0f68fb4f675d75089 to your computer and use it in GitHub Desktop.
Turning IO While Doing a Spline (KB Article)Sample4
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 = 31 ‘wait for robot to reach point 31 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