rem Illustrating the coordinated move, lines and arcs
vaccel 10000
vvel 200000
rem arc 1st_axis_end, 2nd_axis_end, 1st_axis_center, 2nd_axis_center, direction
rem line 1st_axis_end, 2nd_axis_end
A = -7071
B = -7071
C = 0
D = 0
E = 1
F = 7071
G = 7071
SPOSX 0
SPOSY 0
line F, G
done?
wait 5
rx
ry
arc A, B, C, D, E
done?
wait 5
rx
ry
line 0, 0
done?
wait 5
rx
ry
end
$
Copyright © 2002, 2003, 2004, 2005, 2006 Optimal Engineering Systems, Inc.