![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| Bridgeport and Hardinge Mills Discuss Bridgeport and Hardinge Mills here! |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| |||
| |||
I have a Boss 9 , I am trying to cut a 1' hole in 3/8" plate with a 3/8 endmill. Tried my hand at g-code and it don't look pretty in fact it does not work. Can anyone write a simple g-code to cut a 1" hole in 3/8 plate using a 3/8 endmill. I already cut the center out using the 3/8 endmill. Thanks I already tried to do a circle by hand it does not work!! Last edited by vipers95; 04-05-2008 at 08:00 PM. |
|
#2
| |||
| |||
| Try a G79, I think. Bridgeport had a very simple canned cycle which I believe was a G79. You did a rapid move to the center of the circle. Feed the Z down to where you want it. Then call up the G79. I believe all it required was the R for the radius that you wanted the cutter to do and a feedrate. Thus a 1 inch circle with a 3/8 endmill would look like: G79R.3125F12.0 It will arc in the the circle, mill the circle and arc back out again. My favorite G code. George
__________________ (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management) |
|
#3
| |||
| |||
| This program assumes the center of the hole and top of the work piece is machine’s XYZ zero. Call your tool and start your spindle. G0 X0.0 Y0.0 Z0.1 G1 Z-0.375 F12.0 G1 R0.3125 A0.0 I0.0 J0.0 G3 A360.0 I0.0 J0.0 G1 X0.0 Y0.0 G0 Z0.1 G0 M2 I’ve been using the DX-32 (Boss 10) for over 15 years and never tried the G79, thanks George. Will a Boss 9 take the G176 command? That’s one I use most everyday for holes. |
|
#4
| |||
| |||
| I had a BOSS 9 but I used a MAC EZCAM with it. I know that the DX32 is a offshoot of the BOSS 9 which was a natural progressing from the BOSS 3. It did use a multitude of 3 digit G codes. Try MDI help. Type in the G code and a list comes up of what you need to put in. I have a programming manual at the office. When I get there, I can look it up. George
__________________ (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management) |
![]() |
| 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 |
| Homing boss 8 or boss 10 | wcarrothers1 | Bridgeport and Hardinge Mills | 9 | 06-05-2008 08:06 AM |
| looking for g code 3d from bobcadcam or simmilar for indexer lpt v5 with g code soft | troyswood | Ability Systems - LPT Indexer and G-Code | 2 | 12-24-2006 09:21 PM |
| BOSS 5 G-Code Using Interface Panel? | Eric | Bridgeport and Hardinge Mills | 2 | 09-25-2006 10:26 AM |
| Boss 8 Error code | joemac | Bridgeport and Hardinge Mills | 1 | 07-11-2006 08:46 AM |
| Boss 9 Boss 10 parts swop | Drewboy | Bridgeport and Hardinge Mills | 1 | 03-29-2006 10:16 PM |