![]() | |
| 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 All, I have a Sharp 2412 VMC with a Fanuc oi computer. I believe there are some canned cycles however the documentation is nasty at best. I am still very new to g-coding with about 6 months under my belt. I want to mill a circle pocket (1.5” dia) and a rectangular pocket (2”x3”), both with the origin at 0,0, (two different parts) and using a 1/2” end mill. Both will be 0.025” in depth. Can anyone advise me if there is a simple way to achieve this? Thanks very much in advance! Larry Last edited by Larry Myers; 01-08-2008 at 12:32 PM. |
|
#2
| |||
| |||
| I don't program mills, but maybe I can help anyway. I assume when you say "both with the origin at 0,0" that you want 0,0 to be the center of the circle and the center of the rectangular pocket. Not that it matters. You can make 0,0 anywhere you want. Mills where I work all use G54 through G59 to set work offsets for multiple parts. That is you could use G54 to set 0,0 in the center of the circle, and G55 to set 0,0 in the center (or a corner) of the rectangle. Then you simply use G54 to call up the work offset for the circle, and then the g-codes for it. Clear the part, call up G55, move to starting position, and then run the g-codes for the rectangle. I program lathes, so if I'm wrong, please don't be too hard on me. ![]() BTW, do you know how to set these work offsets (G54,G55, etc.)? |
|
#3
| |||
| |||
Hi G-codeguy Thanks for the help. I am sorry that I wasn’t clear in my question. I am looking for help with the canned cycles that may or may not be in the Fanuc Oi. I was hoping that for circle or rectangular pockets, there might be some conversational type programs that would help in my milling. Since I do not (yet) use cam, I need to program the pockets. For example on my old 3 axis knee mill, I could call for a circle pocket, fill in the blanks for radius, finish, depth, etc. and the machine would go at it. When I said two parts, I meant two parts being run separately. Not at the same time. I am fairly familiar with the G54 and G55 codes and how to use them. Again, I do appreciate your response! Larry |
|
#6
| |||
| |||
| Go to MDI mode type in: #101=.01 #102=.01 G91 G00 X#101 Y#102 G90 Hit cycle start This should be a safe incremental .01 move in X and Y If you get an error then you don't have macros Let me know before tomorrow. I'll be gone all next week. |
![]() |
| 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 |
| Newbie Question...VF-0E vs VF-2 | compressor | Haas Mills | 4 | 12-19-2007 01:43 PM |
| Yet another newbie question | alexis221 | DIY-CNC Router Table Machines | 2 | 02-03-2007 04:30 PM |
| newbie question | pinkerton5 | General Metalwork Discussion | 3 | 12-12-2005 07:27 PM |
| Newbie question | ClockMaster | DIY-CNC Router Table Machines | 12 | 03-14-2005 07:02 PM |
| newbie question | leroy | General CAM Discussion | 2 | 07-02-2004 11:15 PM |