Programming manual
486
CNC 8070
15.
STATEMENTS AND INSTRUCTIONS
Programming statements
(SOFT V02.0X)
454
N10 G00 X0 Y20
N20 G01 X20 Y20 F750 (Starting point of the spline)
N30 #ASPLINE MODE [1,2] (Type of initial and final tangent)
N40 #SPLINE ON (Activation of the spline)
N50 X40 Y60
N60 X60
N70 X50 Y40
N80 X80
N90 Y20
N100 X110
N110 Y50 (Last point of the spline)
N120 #SPLINE OFF (Cancellation of the spline)
N130 X140
N140 M30
N10 G00 X0 Y20
N20 G01 X20 Y20 F750 (Starting point of the spline)
N30 #ASPLINE MODE [3.3] (Type of initial and final tangent)
N31 #ASPLINE STARTTANG X1 Y1
N32 #ASPLINE ENDTANG X0 Y1
N40 #SPLINE ON (Activation of the spline)
· · ·
N120 #SPLINE OFF (Cancellation of the spline)
N130 X140
N140 M30