|
arc
Syntax
arc X-axis-end, Y-axis-end, X-axis-center, Y-axis-center, Direction
Controller Returns
None
Example
A =
-7071
B = -7071
C = 0
D = 0
E = 1
F = 7071
G = 7071
|
|
Syntax
done?
Function
Halts the execution of the
program until the coordinated motion is completed.
Controller Returns
None
Mode
Run
Example
rem Set the vector
acceleration
vaccel 10000
rem Set the vector velocity
vvel 200000
C = 10000
D = 20000
E = 10000
F = 19000
G = 1
arc C, D, E, F, G
done?
end
|
|
line
Syntax
line X-axis-end,
Y-axis-end, Z-axis-end, W-axis-end
Function
Makes a coordinated linear
motion
Controller Returns
None
Example
|
|
vaccel
Syntax
vaccel
value
Function
Sets the vector
acceleration of the coordinated move to value or variable.
The value may not be
modified while moving. The unit of value is in steps
per sec2.
Range of Value
40,000
- 40,000,000
Example
|
|
vvel
Syntax
vvel value
Function
Sets the vector velocity of
the coordinated move to value or variable.
Range of Value
200 – 200,000
Controller Returns
None
|