I'm trying to use Edgecam to generate a EIA program for my SQT15. I run into issues when I try to use live tooling on the turret (i.e. end mill to cut a profile). I index the main spindle with G98 M200: C0.0: I then can start the end mill with M203 S2500: But now what? I seem to be missing the correct command for the turret to come to the part and have the part rotate while the cutter is in position. If anyone has a sample program; calling the tool, indexing the spindle, and cutting a hex shape, please post it so I can see what I am missing. I can then modify our post to work! Thanks.
%
O0001
(W NO 1 P NO 0)
G20
G50S2300
G28U0.W0.
T1212.0
G50X12.6Z10.83
M202
N11(P NO 1 LFT FCE-O R TOOL 12)
G97M203S3000M201
G28C0.
G50H0.
G12.1
M210
Z0.08M248
****************************
G0X-0.75Z0.1C0.88
G98G1Z-0.195F9.
M211
X0.
X1.
G2X1.76C0.5I0.J-0.38
G1C-0.5
G2X1.C-0.88I-0.38J0.
G1X-1.
X-1.75
G0Z0.08
*******************************
Z0.1
M212
G13.1
N20(P NO 2 END )
X12.6Z3.38M205
M30
%
The best way to learn is trial error.