![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| G-Code Programing Discuss G-code programing and problems here! |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#2
| ||||
| ||||
| What kind of controller? There are a couple of different formats in common usage, known as 'one line' or 'two line' formats. The exact variable syntax can also vary slightly in address (letter) name, and decimal or non-decimal formatting of some of the numbers in the command line.
__________________ First you get good, then you get fast. Then grouchiness sets in. (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management) |
|
#3
| |||
| |||
G97S700M3 G0X2.7Z.1M8 G76P010060 G76X....Z-.....P...Q...F.125 I'm just not sure what the best numbers for the min diameters are for external and internal threads. I want to make sure and get it right because I don't have a gage. The good thing is I'm making the nuts that go on the hubs. |
|
#4
| |||
| |||
| On Fanuc controls, the previous post is correct for 0t, 16t and 18t style controls. For 10t,11t and15t a one line multiple repetive cycle variant is used; X= minor diameter Z=end point of chaseI I = taper over length of thread K=single depth of thread D=depth of first pass A=angle of thread P=infeed type G97S700M03; G0 X ( rapid point in X larger than major diameter) Z (rapid in Z)M08 (coolant on); G76 X (minor diameter) Z (end point of chase) I (taper if needed) K (height of thread) D (depth of 1st pass) A (angle of thrd) P (infeed method) You can also use the standard thread cutting canned cycle G92, you rapid to your start point as above, then in the next line state; G92 X (depth of first pass) Z (end of chase) F (feed rate = pitch) X (depth of 2nd pass) X (depth of 3rd pass) .......................repeat until minor diameter achieved Advantage of this strategy is you have complete control over your pass depths. Disadvantage is it is a little more code to have to deal with. Hope this helps. MarkT. |
|
#5
| |||
| |||
| I don't know if this thread is still active but what are the other parameters here?..Q,F...this was written by a previous employee and should cut a 3/4 NPT but the tool does not follow the same path each pass. This is for a Haas tl2 G76 X0.9601 Z-0.7935 I-0.031 K0.0541 D0.015 P1 A60 Q29000 F0.0714 |
| Sponsored Links |
|
#6
| ||||
| ||||
Q is the thread start angle, and F is the feed per revolution (in this case, 14 pitch, or 1/14) |
|
#7
| |||
| |||
| Bugs me too. |
![]() |
| Currently Active Users Viewing This Thread: 2 (0 members and 2 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |