|
movaall
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
movaall
|
|
movaw
Syntax
Function
Controller Returns
Example
rem set the acceleration
accw 1000000
rem set the velocity
velw 10000
rem set the position to
move to
posw 15000
rem start to make an
absolute move
movaw
|
|
movax
Syntax
Function
Controller Returns
Example
rem set the acceleration
accx 1000000
rem set the velocity
velx 10000
rem set the position to
move to
posx 15000
rem start to make an
absolute move
movax
|
|
movay
Syntax
Function
Controller Returns
Example
rem set the acceleration
accy 1000000
rem set the velocity
vely 10000
rem set the position to
move to
posy 15000
rem start to make an
absolute move
movay
|
|
movaz
Syntax
Function
Controller Returns
Example
rem set the acceleration
accz 1000000
rem set the velocity
velz 10000
rem set the position to
move to
posz 15000
rem start to make an
absolute move
movaz
|