Skip to content

Instantly share code, notes, and snippets.

@mihow
Last active October 19, 2019 18:12
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 mihow/27b3c5a5e238c866e899ebe2c93fe1e1 to your computer and use it in GitHub Desktop.
Save mihow/27b3c5a5e238c866e899ebe2c93fe1e1 to your computer and use it in GitHub Desktop.
Arcus PMX-2ED-SA Program
HSPD=20000
LSPD=1000
ACC=300
DEC=300
EO=3
WHILE 1 = 1
X50000
Y50000
WAITX
WAITY
DELAY=5000
X0
Y0
WAITX
WAITY
DELAY=5000
ENDWHILE
END
@flintcog
Copy link

HSPD=20000
LSPD=1000
ACC=300
DEC=300
EO=3
X0
Y0
WAITX
WAITY
WHILE 1 = 1
X90000
Y90000
WAITX
WAITY
DELAY=5000
X0
Y0
WAITX
WAITY
DELAY=5000
ENDWHILE
END

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment