![]() | |
| 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 guys, i am back to pick your collective brains......i am new to all this and i wanted to get to grips with the mysterious art of G code and how it works and how to use it. Do you lads have any advce on books etc that would be a starting point in learning G code? thanks in advance to any and all replies |
|
#3
| |||
| |||
| Peter Smid's books are great references: I have the first two books, they're well written, but I think they're more suitable to a professional in the field than a hobbyist CNC user. Frankly, since I bought VCarve, I've not written a single line of g-code. |
|
#4
| ||||
| ||||
| |
|
#5
| ||||
| ||||
guys, thanks a million for your replies, this is the best forum site i have ever been on. Always direct and intelligent replies, and no condecending to the less experienced of us on this subject ![]() will try your suggestions ont he books given, course on the subject are not readil or easily available on the subject here in Ireland |
| Sponsored Links |
|
#8
| |||
| |||
| G code is like riding a bike , become the tool, sit at the tip of the tool and start to remove the unwanted material a little at a time. remember to rough first, simi finish and then finish. a lathe program would look like this G code starts pretty basic. includes starting the motor (M03 foward M04 Reverse) setting a Rpm (G96 S1000 constant surface speed), setting speed parameters ( g94 or g95 ) setting a max RPM ( G50 S 900) turning on the Coolant ( m08) calling up the required Tool Number and the required tool number offset ( T0101 od face and turn CMNG 432 ) them its go time G00 X CLEARANCE POSITION G00 Z CLEARANCE POSITION ( CLOSE TO THE OD AND FACE OF THE MATERIAL ABOUT .100 IN BOTH DIRECTIONS) Face off moves require a G01 and a feed rate (.005 ) ( G01 X -.032 F.005: then retract from the face of the material proir to returning to the next cut (G00 W.005:this is a assolute code move ) following is what a face off code would look like:remember to set the tool geometry in the machine registry both in X and in Z ) % (required Syntax) ( Program number) G0 G96 S500 M03 T0101: X 1.025 Z .01 : M8: (coolant on) G1 Z0 F.01: X-.032 F.005: G0 W.01: ( absolute move) X1.025: M9 (coolant off) M5 (Motor Stop) M30 (rewind program) % (required syntax) hope this is of some help luck joe |
|
#9
| ||||
| ||||
|
__________________ CNC, Mechatronics Integration and Machine Design. “Logic will get you from A to B. Imagination will take you everywhere.” Albert E. |
|
#10
| ||||
| ||||
| You can check my cnc blog tanvon | the way I go I just try to post simple to complex programming examples as well as other cnc related material
__________________ tanvon malik http://www.visinia.com (CNC Programming Blog) |
| Sponsored Links |
![]() |
| 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!- My Milling OKK with fanuc 6M can't recognize G-code & M-code | nessei | Fanuc | 4 | 03-29-2011 08:39 AM |
| fanuc program code vs. Haas code | sixty8frbrd | Fanuc | 6 | 03-10-2011 09:05 PM |
| Converting Fanuc G code to Seimens 840D G code | Jasbinder | Siemens Sinumerik CNC controls | 2 | 02-20-2011 10:02 AM |
| Newbie- Takeout Unused G Code commands in Mastercams Generated G Code | shneek | Mastercam | 8 | 12-15-2010 02:32 PM |
| 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 |