What's new
What's new

How to program a acramatic 2100 helical milling subroutine for holes pre boring bar

cracker0

Plastic
Joined
Jul 21, 2017
I don't need anykind of macro i know it can be done within one line max two just need some one to explain to me how use X Y I J P K within line to get it right :)
 
Not sure what you mean about a Subroutine, is there is a Helical canned cycle on an Acramatic?
 
Try this for 1" hole 1" deep 1/2" endmill with comp.

G0 Z2
G0 X0 Y0.010
G1 Z0.2 F80
G1 G41 Y0 F12
G3 X0.75 Y0 I0.375 J0
G3 X0.75 Y0 Z-1.0 I0 J0 K0.1
G3 X0.75 Y0 I0 J0
G3 X0 Y0 I0.375 J0
G1 G40 Y-0.010
G0 Z2
 
Try this for 1" hole 1" deep 1/2" endmill with comp.

G0 Z2
G0 X0 Y0.010
G1 Z0.2 F80
G1 G41 Y0 F12
G3 X0.75 Y0 I0.375 J0
G3 X0.75 Y0 Z-1.0 I0 J0 K0.1
G3 X0.75 Y0 I0 J0
G3 X0 Y0 I0.375 J0
G1 G40 Y-0.010
G0 Z2

K is incremental move in Z AXIS ?

I belive it can be done with radius circle center and number of helix threads but i don't know how to program it
 
Yes, K is how much Z travel per revolution.

Radius can only do 180 degrees per line of code, hence the use of IJK.

In addition, the R is replaced with a P on this control.
 
Yes, K is how much Z travel per revolution.

Radius can only do 180 degrees per line of code, hence the use of IJK.

In addition, the R is replaced with a P on this control.

pls post me whole circle and as i understaad move with compensation is programmed eariler?
 
less typing less errors... :) half of my life i worked on conversational lang where u cannot type linear and circular line in one block or doubled axis yesterday i was making crankshaft and spend 15 min to look for Cutter compensation error.. find it was G1 G3....
 








 
Back
Top