![]() | |
| 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
| |||
| |||
| Hi!, I'm a student just learning begining CNC lathe programming and I am having a certain amount of trouble. The problem is that I have been given two lines of code :N250 G01 X.875 Z-.518 F.012 and N260 X1.025 Z-.593. We are are being taught to calculate corner breaks long hand without using G42/G41. I am asked to deduce from these lines of code the angle (per side) of the taper being machined. The tnr is .031. I am also given the selection of 30, 25, 45, or 63 degrees. Can anyone show me how this is done?? If this is the wrong forum for this type of question, please forgive me and kindly forward me to the proper one. Thanks. |
|
#2
| |||
| |||
| The slope (or angle) of the toolpath is independent of the tool nose radius. The nose radius will effect the size of a chamfer or corner break. Anyway, to calculate the angle: angle = arctangent(rise / run) = arctangent (change in X / change in Z) = arctangent( ((1.025 - .875)/2) / (-.593 - -.518) ) x is diameter value, divide by 2 for radial distance = arctangent (-1) = -45 degrees Last edited by Eurisko; 01-27-2008 at 09:36 PM. Reason: assumed x was radial value |
|
#3
| |||
| |||
.593-.518=.075 X moves twice as much as Z so it is a true 45 degree angle. |
|
#4
| |||
| |||
|
![]() |
| 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 |
| Student Here | FAMOUSX1 | Teachers Hang out | 8 | 04-22-2007 11:24 PM |
| Student Pricing? | rlrhett | Mach Software (ArtSoft software) | 5 | 02-17-2007 02:36 PM |
| Can anyone help a 42 old student with a project? | mike wise | G-Code Programing | 1 | 11-19-2006 02:49 PM |
| I want to be a CNC student | praetor | General Metalwork Discussion | 6 | 10-02-2005 05:11 PM |
| Pro/E student pricing | jcolley | PTC Pro/Manufacture | 1 | 03-02-2005 05:57 PM |