![]() | |
| 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 |
|
#1
| |||
| |||
I have a Cincinnati Maxim 630 Horizontal Machining Center with an Acramatic 950 control. I would like to program a tapered spiral milling operation in a bore in absolute. I do not have any programming software, so I need to this manually. Looking for perhaps an Excel program to calculate all of the required information. Can any one help? Thanks. Mark |
|
#3
| ||||
| ||||
| you could use helical milling (circular interpolation in X Y Z) or a thread milling function. I don't know that control but there should be a code for it if you have that functionality Helical Interpolation is usually an option on Fanuc controls. Is your cutter tapered also or are you cutting a spiral groove or something else? A bit of info with some sizes might help to visualize it better. |
|
#4
| |||
| |||
| The control does not have a canned cycle. You have to use a G02 or G03 circular interpulation code. What I need to know is a method to get the calculated coordinates for X, Y, Z, I, & J. The cutter is straight. I am trying to cut a tapered bore from 6" diameter to 4-1/2" diameter at an angle of 27.5 degrees. Thanks |
|
#5
| |||
| |||
1. Cut a circular path of the appropriate diameter using G02/G02 at a particular Z level, then continue this process by going to a new Z level and cut another circular path with the diameter varied by an amount determined by the 27.5 degree angle and the new Z level. You could use a User Macro program to do this with just a handful of lines. 2. Create a User Macro program to cut the path in short XYZ linear interpolation moves. 3. Use a CAM system to generate an NC program to do the same as 2 above. Regards, Bill |
| Sponsored Links |
|
#6
| ||||
| ||||
| try this as a tester. this was generated with Vardex Thread Milling Generator (its free) in about 10 seconds. If this runs you have helical interpolation. if it throws an alarm you can't do circular interpolation in XYZ (i.e helical interpolation) you can only do circular interpolation in XY % O0001 G90 G40 G54 G43 H10 Z2. M3 S2000 G00 X0 Y0 Z0.1 G91 G01 G42 D60 X0.0254 Y0.1330 F0.21 G91 G02 X0.1331 Y-0.1330 Z-0.0028 I0J-0.1330 F0.21 G91 G02 X-0.0465 Y-0.1120 Z-0.0046 I-0.1584 J0.0002 F0.69 G91 G02 X-0.1120 Y-0.0462 Z-0.0046 I-0.1118 J0.1120 G91 G02 X-0.1117 Y0.0465 Z-0.0047 I0.0002 J0.1581 G91 G02 X-0.0462 Y0.1117 Z-0.0046 I0.1118 J0.1116 G91 G02 X0.0464 Y0.1115 Z-0.0046 I0.1578 J-0.0002 G91 G02 X0.1115 Y0.0461 Z-0.0046 I0.1114 J-0.1116 G91 G02 X0.1113 Y-0.0463 Z-0.0047 I-0.0002 J-0.1575 G91 G02 X0.0460 Y-0.1113 Z-0.0046 I-0.1114 J-0.1112 G91 G02 X-0.1330 Y-0.1330 Z-0.0028 I-0.1330 J0 G00 G40 X-0.0243 Y0.1330 Z0 G90 G00 Z8.0000 M5 M30 % |
|
#8
| ||||
| ||||
| look here. I don't offer support contact Vargus with your questions. Vardex Thread Turning, Thread Milling & Miniature Threading | TM Gen |
|
#9
| |||
| |||
| Try this: Spiral Taper G code Creator I am only going to leave it up a few days. Yes, I know it needs tweaked a little. Depending on desired step down, I noted that it accumulated error on Z depth of up to 0.0026" for the entire taper length.
__________________ http://www.kirkcon.com/ Last edited by txcncman; 01-19-2012 at 12:25 AM. Reason: Added screenshot of backplot |
|
#10
| |||
| |||
__________________ http://www.kirkcon.com/ |
| Sponsored Links |
|
#11
| ||||
| ||||
__________________ http://www.kirkcon.com/ |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need Help!- Spiral Milling | NickDP | G-Code Programing | 7 | 09-27-2011 10:30 PM |
| MACRO FOR HOLE SPIRAL MILLING | ALEXCOMO | Fanuc | 32 | 06-23-2011 06:37 AM |
| Need Help!- Spiral Milling | jlavery | Fanuc | 2 | 06-30-2010 11:39 PM |
| Newbie- Looking to buy CNC Operation and programming manuals | Machine_Manuals | Want To Buy...Need help! | 0 | 01-31-2010 01:29 PM |
| 5T operation/programming | John3 | Fanuc | 3 | 04-04-2007 09:06 AM |