What's new
What's new

ST10Y Spindle wont spin rigid tap issue

Trilabite

Plastic
Joined
Mar 23, 2015
Hey there,

So I have a fairly new ST10Y. Been trying to rigid tap (non live tool) using the main axis. When I run the operation the Z axis looks like its doing its job correctly. But the Caxis wont rotate. Just stays stationary. I'm using fusion 360 to generate the cam. Everything seems to look correct.

Made sure live tooling is off.
using latest fusion post.
Strange that the tap moves in correctly but the main spindle doesnt turn.

What could I be missing I wonder. Here is the code im running. Nothing fancy, its just a tap cycle for a 6-32 tap.

%
O01001
G98 G18
G20
G50 S6000
M31
G53 G0 Y0.
G53 X0.
G53 Z0.

(Drill5)
T202
M154
G28 H0.
G99
G97
S500
G54
M8
G18
M15
G0 C0.
M14
G0 Z0.6
X0. Y0.
Z0.2
G95 X0. Y0. Z-0.3295 R0.175 F0.0312
G80
G0 Z0.6

M9
M33
G53 X0. Y0.
G53 Z0.
M135
M155
G53 G0 Y0.

M30
%
 








 
Back
Top