|
movrall
Syntax
Function
Controller Returns
Example
rem set the accelerations
accw 1000000
accx 1000000
accy 1000000
accz 1000000
rem set the velocities
velw 10000
velx 10000
vely 10000
velz 10000
rem set the positions to
move to
posw 15000
posx 15000
posy 15000
posz 15000
rem start to make an
absolute move
movrall
|
|
movrw
Syntax
Function
Controller Returns
Example
rem set the acceleration
rem set the velocity
velw 100000
rem set the position to
move to
posw 15000
rem start to make a
relative move
movrw
|
|
movrx
Syntax
Function
Controller Returns
Example
rem set the acceleration
rem set the velocity
velx 100000
rem set the position to
move to
posx 15000
rem start to make a
relative move
movrx
|
|
movry
Syntax
Function
Controller Returns
Example
rem set the acceleration
rem set the velocity
vely 100000
rem set the position to
move to
posy 15000
rem start to make a
relative move
movry
|
|
movrz
Syntax
Function
Controller Returns
Example
rem set the acceleration
rem set the velocity
velz 100000
rem set the position to
move to
posz 15000
rem start to make a
relative move
movrz
|