- Joined
- Nov 26, 2012
- Messages
- 1,307
I'm trying to write a simple program that will take a 1" shaft down to 3/4" and thread the end of it 3/4-16. Sounds simple...but I'm just getting my feet wet with this new to me (old) mori seiki lathe.
Twin turret....took me along time just to get the spindle to turn. so on this machine the on command for the spindle is usually programed on turret 2. Finally got into the right book and a M33 is needed in the program if only using turret 1.
I write this program and try it on 3/4" stock and notice the numbers running like the initial sizing of the stock to 3/4 would be tapered.
Tried using G71 for stock removal but didn't understand the book so did it long hand. Watched youtube vids of it butt I have a fanuc6tc and the numbers they showed didn't work for me.
My code that cuts tapered:
G1 X-.01 F.012
Z.01
G0 X1.
ZO F.01
G1 X.99 Z-1.3
G0 X1. Z.1
G1 X.9 Z-1.3
GO X1. Z.1
And on like that to get to .750
Should that cut a taper?
Twin turret....took me along time just to get the spindle to turn. so on this machine the on command for the spindle is usually programed on turret 2. Finally got into the right book and a M33 is needed in the program if only using turret 1.
I write this program and try it on 3/4" stock and notice the numbers running like the initial sizing of the stock to 3/4 would be tapered.
Tried using G71 for stock removal but didn't understand the book so did it long hand. Watched youtube vids of it butt I have a fanuc6tc and the numbers they showed didn't work for me.
My code that cuts tapered:
G1 X-.01 F.012
Z.01
G0 X1.
ZO F.01
G1 X.99 Z-1.3
G0 X1. Z.1
G1 X.9 Z-1.3
GO X1. Z.1
And on like that to get to .750
Should that cut a taper?