BackHomeContact Us

 

Code Example

posw

 

Syntax

posw value or variable

 

Function

Sets the distance to move of the W-axis to value or variable.

 

Range of Value

-2147483647 to +2147483647

 
Controller Returns

None

 

Mode

Run, Command

 

Example

rem Set acceleration

accw 1000000

rem Set minimum velocity

velmnw 0

rem Set maximum velocity

velw 100000

rem Set the position to move to

posw 150000

rem Instruct to make an absolute move

movaw

 

Code Example

posx

 

Syntax

posx value or variable

 

Function

Sets the distance to move of the X-axis to value or variable. 

 

Range of Value

-2147483647 to +2147483647

 

Controller Returns

None

 

Mode

Run, Command

 

Example

rem Set acceleration

accx 1000000

rem Set minimum velocity

velmnx 0

rem Set maximum velocity

velx 100000

rem Set the position to move to

posx 150000

rem Instruct to make an absolute move

movax

 
Code Example

posy

 

Syntax

posy value or variable

 

Function

Sets the distance to move of the Y-axis to value or variable. 

 

Range of Value

-2147483647 to +2147483647

 

Controller Returns

None

 

Mode

Run, Command

 

Example

rem Set acceleration

accy 1000000

rem Set minimum velocity

velmny 0

rem Set maximum velocity

vely 100000

rem Set the position to move to

posy 150000

rem Instruct to make an absolute move

movay

 
Code Example

posz

 

Syntax

posz value or variable

 

Function

Sets the distance to move of the Z-axis to value or variable. 

 

Range of Value

-2147483647 to +2147483647

 

Controller Returns

None

 

Mode

Run, Command

 

Example

rem Set acceleration

accz 1000000

rem Set minimum velocity

velmnz 0

rem Set maximum velocity

velz 100000

rem Set the position to move to

posz 150000

rem Instruct to make an absolute move

movaz

 

 


 

www.OESIncorp.com

Copyright ©  2002, 2003, 2004, 2005, 2006 Optimal Engineering Systems, Inc.