![]() | |
| 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 need to program a cutting path from no. 1 to no.3 as shown in the jpeg attachment, and i understand that G42 should be used to compensate the tool nose radius, but which tool tip number should i use? how should i program it so that i will get an accurate finished product? |
|
#2
| |||
| |||
| Normally your cam program would calculate this for you. Just enter the diameter of your cutter and the type. eg Ball nose. Do you need many of these points or just the four illustrated. If you require just the four points you could draw the profile with circles tangent to the profile lines. Then calculate the tool path as per the attached drawing. |
|
#3
| |||
| |||
| Do the pictures help? I captured them out of a manual. I think for your application 8 will be the correct tip number to use.
__________________ An open mind is a virtue...so long as all the common sense has not leaked out. |
|
#4
| |||
| |||
| Thanks for the prompt reply, well there shouldnt be any problems if the codes were generated using cam, however, is there any way to hand-code it correctly? Geof, the pictures u attached does help, however, the cutting path involves 3 different tool tips and if i am not wrong, G42 only allows using compensation for one tool tip for one cutting cycle.. |
|
#5
| |||
| |||
| If your angle was steeper you would need to do it with two tools: The front and OD would be done with a tool like that shown for tip 9 and would use tip 9 and the back angle would be done with a tool like tip 4 and use tip 4.
__________________ An open mind is a virtue...so long as all the common sense has not leaked out. |
| Sponsored Links |
|
#6
| |||
| |||
| i am actually using a tool holder similar to the tool tip number 3.. not the one in the pic i attached earlier on... the angle of the holder is steeper than the slope i need to cut... However, my main concern is the tool tip will be cutting the material using one end of the insert on the first slope, however when it reaches the 2nd slope, it will use the other end of the insert to cut the material right? Pls correct me if my theory is wrong... was wondering if the 2nd slope will be affected as the cutter is using different sides to cut the material as it moves from the 1st slope to the 2nd.. hope u understand what i mean... |
|
#7
| |||
| |||
| If you have a machine that has a good graphics display you can write a little program which follows the tool path first without compensation and then repeats with compensation and you can see from the trace what the compensation is doing. However, if your tool is actually a different shape you will have to select the tip number for that shape and the path that it follows.
__________________ An open mind is a virtue...so long as all the common sense has not leaked out. |
|
#11
| |||
| |||
| using 2 tools will have no problem with the compensation, however is it possible to use one tool all the way? the tolerance for the workpiece is only 20 microns and it will be much more difficult to control if i were to use 2 tools for finishing... |
|
#12
| |||
| |||
| This program does part of a sphere using Tip 8 and a tool like your sketch. It does not go far enough down the sphere for the sides of the tool to touch. % N1000 T101 N1001 G00 X1.5 Z1. N1002 M03 S1800 N1003 X0.6 Z0.15 M08 N1003 G42 G01 X0.3693 Z0.1 F0.01 N1005 G03 R0.5 X0.5057 Z-0.8009 N1006 G40 G00 X1.15 N1007 Z0.18 N1003 G42 G00 X0.3593 Z0.1 N1005 G03 R0.5 X0.4957 Z-0.8009 F0.005 N1006 G40 G00 X1.15 N1023 G00 X2. Z5. N1024 M99 N1025 (----) %
__________________ An open mind is a virtue...so long as all the common sense has not leaked out. |
![]() |
| 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 |
| Fanuc 5 axis radius compensation | d.a.v.e | Fanuc | 1 | 10-06-2008 02:52 AM |
| Help needed DynaPath 20 Tool-radius-compensation | dogstar | General CNC (Mill and Lathe) Control Software (NC) | 0 | 02-13-2007 06:42 PM |
| Radius compensation in Mach3 | kayakman | Mach Mill | 20 | 12-06-2006 10:43 AM |
| Tool Radius Compensation | davidmb | General CAM Discussion | 5 | 07-29-2005 09:16 AM |
| Radius compensation in Mach2? | MrBean | General CAM Discussion | 3 | 03-19-2005 07:49 AM |