Understand G code for beginners Part 1

Поделиться
HTML-код
  • Опубликовано: 10 ноя 2022
  • This covers the basic + if you want to learn about G codes.
    I will advise to see this training in full screen.
    Link to the NC Viewer is below
    ncviewer.com/
  • ХоббиХобби

Комментарии • 135

  • @elainepapa1366
    @elainepapa1366 3 месяца назад +14

    This is a perfect tutorial for those who are just beginning.

  • @practicemakesbetter7132
    @practicemakesbetter7132 10 месяцев назад +2

    Great video, I like the way you program arcs, it is so much easier than the way I was programming arcs, thankyou.

  • @CurseTheVulgar
    @CurseTheVulgar 10 месяцев назад +1

    Fantastic guide, clear and concise with great visuals! As someone recently getting into laser engraving and Arduino/GRBL it provides a great foundation to better understand the behaviour of the engraver and the instructions shown in LaserGRBL while it's working and to write small test scripts to check alignment and movements. :) Much appreciated!

  • @M_arment
    @M_arment 19 дней назад +1

    Glad I found this channel. I start a new career next week, and even though I am provided schooling to learn, I wanted to get familiar with the material so it didn’t appear to everyone I was trying to learn the difference between Dorian and Ionian Greek. I mean it’s all Greek to me.

  • @Leon47852
    @Leon47852 8 месяцев назад +19

    Great tutorial! Kept it very simple and exained everything perfectly. I just started learning G code(literally one hour ago) and stumbled across your video. This video gave me a great understanding of the basic commands and it was very motivating working alongside your video writing my own code for a part I need to cut out. I appreciate you very much! I would love to see another part just like this that goes into other G/M codes. Have you thought about turning this into a series where each new part builds upon the previous one writing more and more difficult programs? I think people would really like to see that including me.

    • @weitlingD3P
      @weitlingD3P  8 месяцев назад +4

      Thanks Leon. Yes I have been thinking on that I hope soon that I will make the next tutorial.

  • @martehoudesheldt5885
    @martehoudesheldt5885 7 месяцев назад +3

    good job. great for someone that has not been around the "magic".

  • @Technic2023
    @Technic2023 Год назад +2

    Well explained, thanks for sharing valuable knowledge
    Stay blessed

  • @BillySugger1965
    @BillySugger1965 10 месяцев назад +19

    Superb G-code tutorial, many thanks, it’s just what I’ve been waiting for.
    If I have followed correctly, then you have an error in line 18, which will cause a tool crash in line 20. Your tool was already 3mm below the material surface, so your safety height move in line 18 should be G00 Z23 (we are in incremental mode). Similarly line 30 should read G00 Z26. I think you can see the error at time 41:38 where the circle holes are at the wrong depth, and the second pass is also too deep (Z-9 not Z-6).
    If I am mistaken, please correct me. If I am correct, then you have taught me well 👍. Thank you again!

  • @user-hm7ic7lr6s
    @user-hm7ic7lr6s Месяц назад +5

    Great for beginners to understand everything in this video

  • @NicholasRadina
    @NicholasRadina 5 месяцев назад +1

    Incredibly helpful! Thank you!

  • @asuila4532
    @asuila4532 3 месяца назад +1

    I like you explain .
    Thank for you sharing the knowledge 💐👍🏻👍🏻

  • @johnc1256
    @johnc1256 11 месяцев назад +9

    G04 should be mentioned. Followed by a P number adds a pause to your program but not a stop. I have a machine that I don't want to move the x axis off the cutter before returning to y zero so the command G04 P7 pauses the program after M9 shuts off my saw blade via relay control for 7 seconds to allow the blade to spin down prior to executing the next line of code. This command comes in handy in ways you don't realize until you are aware of it.

    • @weitlingD3P
      @weitlingD3P  11 месяцев назад

      Hi John You are right. but I had to keep it as simpel as possible. I plan to make a part 2

  • @frenchcries99
    @frenchcries99 2 месяца назад +1

    Thank you so much for this its helped so much explaining things for someone that dipping their toe into G code 👍

  • @lauriepocock3066
    @lauriepocock3066 6 месяцев назад +20

    there is a real problem using incremental mode. The machine has an inbuilt error and that error builds incrementally. Using absolute coding the errors are reduced.

    • @grouchyolddan
      @grouchyolddan 6 месяцев назад

      Which machine or do you mean the simulator?

    • @lauriepocock3066
      @lauriepocock3066 6 месяцев назад +5

      say you want to move 1 inch when you move there will be a small error ( on a K&T model2 of the 1960's the error was typically 0.0001'' per inch) If you then reset your datum as you do in incremental mode, and move another inch you will get another error that adds to the first, and so on. When you work in absolute you are making each move relative to a single datum.

    • @eyu40
      @eyu40 2 месяца назад

      What if To minimize working time, maybe back to the initial position ones in a while to calibrate but still using incremental.

  • @frankdearr2772
    @frankdearr2772 7 месяцев назад +2

    Great topic, like it, nice again 🙂👍

  • @zezebeavogui6694
    @zezebeavogui6694 Месяц назад +2

    Extremely helpfull indeed. Thank you so much.

  • @duallity2403
    @duallity2403 Месяц назад +2

    Very clearly explained, thank you.

  • @josephpennella3396
    @josephpennella3396 7 месяцев назад +9

    Circle was cut to deep because you went up 20 instead of 23. Incremental mode

    • @courtiernaylor2615
      @courtiernaylor2615 2 месяца назад

      I came to the comments to make sure someone caught this . Human error . We become great by holding each other accountable

  • @dennischerian6224
    @dennischerian6224 2 месяца назад +1

    Woah, great and gentle lesson. I actually learned something. Many thanks prof.

  • @moinulbari5047
    @moinulbari5047 2 месяца назад +1

    Amazing , just what I needed

  • @auntikjeb6600
    @auntikjeb6600 5 месяцев назад +1

    Explained in a great way🎉 thanks

  • @akr5614
    @akr5614 16 дней назад +1

    I have an exam tomorrow and this video have greatly helped me. So thank you my guy

    • @weitlingD3P
      @weitlingD3P  16 дней назад

      Thanks and good luck with the exam 🤞

  • @Technic2023
    @Technic2023 Год назад +1

    For training purpose, I think here you should use drilling cycle to make a hole and with tool changing command. It's my opinion 😊

  • @oluwaseunquadri6423
    @oluwaseunquadri6423 8 месяцев назад +1

    Wonderful video.

  • @cruzerbager3242
    @cruzerbager3242 7 месяцев назад +1

    Excellent thank you!
    Edit: make a part 2? perhaps expound and do a short 3 part lathe series?

  • @chesneyamroodt7770
    @chesneyamroodt7770 3 месяца назад +1

    Thanks so much sir, this lesson has opened up a brand new world for me! thanks again.

    • @weitlingD3P
      @weitlingD3P  3 месяца назад

      Happy I could help More to come

    • @chesneyamroodt7770
      @chesneyamroodt7770 2 месяца назад

      Hi I have tried to run the code and everything thing works but I cannot get the machine to run the circle for whatever reason, I'm using open builds control and I have change the code on numerous times but cannot even simulate the circle in preview. what am I doing wrong? I have run it on my home built machine as I said everything works except the 15mm circle.

    • @chesneyamroodt7770
      @chesneyamroodt7770 2 месяца назад

      G02 I7.5 seems to be my nemesis. it just doesn't work, point 22.

  • @PaulAnthony2009
    @PaulAnthony2009 7 месяцев назад +1

    I've done a few years as a machinist and sometimes had to switch from a Fanuc controller to a system known as "Heidenhain conversational" which was a bit easier on the brain cells IMO.
    I wonder if any others have used it?

  • @justicemasete5580
    @justicemasete5580 3 месяца назад +1

    Very Helpful, Thank you

  • @rajeshtoora
    @rajeshtoora Месяц назад +1

    Well explained, thanks for sharing!

  • @paulharvey3688
    @paulharvey3688 7 месяцев назад +1

    Excellent video, please do more.

    • @weitlingD3P
      @weitlingD3P  7 месяцев назад

      Thanks Paul. I will. Part 2 will be peek drilling, and subcommand.

  • @Technic2023
    @Technic2023 Год назад

    For training purpose, I think you should use drilling cycle with tool changing command. It's my opinion 😊

  • @jack8n
    @jack8n 7 месяцев назад +1

    Mange Tak! This is fantastic

  • @blindness2sight119
    @blindness2sight119 8 месяцев назад +2

    Love the way you take the time to explain. Can I just ask how the machine knows what diameter cutter you are using so that it sets an offset (in this case of 3mm) off x0 y0 meaning that the shape is cut to dimension??

    • @weitlingD3P
      @weitlingD3P  8 месяцев назад

      Thanks. there is a way to compensate with the command G41 and G42. But not all systems support that gcode. When you write your code, you can compensate easily by your self. as eg. you have a 10mm end Mill (Radius 5) If your distance is X10 that is center tool you can compensate the radius by adding or substarcting the Radius of the tool X5 and or X15

  • @rcforall4842
    @rcforall4842 11 месяцев назад +1

    This is wonderful start for me as beginner 🙏🙏

    • @weitlingD3P
      @weitlingD3P  11 месяцев назад +1

      Thanks for watching I will soon come with a part Two

    • @rcforall4842
      @rcforall4842 11 месяцев назад +1

      That is So cool it will be very helpful cause i build this 4 Axis hotwire foam cutter but no Good Gcode software available except and expensive one which is DevFoam so I have to modify myself the file before cutting.

  • @anenechikwado6291
    @anenechikwado6291 2 месяца назад +1

    Great video!! Thanks for putting this together.
    What g-code can you recommend in order to make the movement along the coordinates very slow?

    • @weitlingD3P
      @weitlingD3P  2 месяца назад

      The movement is controlled by the F command in G01. I depends on what material you are cutting and dept.

  • @MrTweetyhack
    @MrTweetyhack 16 дней назад +1

    Good info

  • @wiredodger60
    @wiredodger60 7 месяцев назад +1

    Great information and stepping thru the process of manually G-coding. Well done.
    I made up my first simple G-Code program and the replay was so fast I couldn’t see it.
    My question is about the NC viewer. Is it possible to slow the replay down after coding? I looked at the settings and wasn’t able to find anything that would help. Any ideas?
    Again, thanks for your effort to educate newbies.

  • @danielsanbsas
    @danielsanbsas 7 месяцев назад +1

    MUY BIEN ESE INGLES CLARITO Y BIEN PRONUNCIADO.
    👍👍👍👍👍👍👍

  • @user-wr9cs8yj9k
    @user-wr9cs8yj9k 4 месяца назад

    well done !

  • @nasrahmed6236
    @nasrahmed6236 4 месяца назад +1

    You are great

  • @sagesse38
    @sagesse38 Месяц назад +1

    Thanks

  • @Discoworx
    @Discoworx 3 месяца назад +1

    Great video! Thanks! Is it possible to 'globally' adjust all speeds proportionally? I'm guessing that's done on the controller with the dial somehow?
    How would we exclude a particular speed IE spindle speed?
    Thanks

    • @weitlingD3P
      @weitlingD3P  3 месяца назад

      Thanks. As ecxamel speed is changed with the S value in the M3 command as eg M3 s1000 Fedrate will be F value F250

  • @user-rf2xs9vt9i
    @user-rf2xs9vt9i Год назад +4

    I THINK FOR THE SECOND TAKE. WE SHOULD GO BACK TO OUR ORIGIN WHICH WILL BE Z24 SINCE THAT WE WERE ON Z-04. AND WE ARE USING G91. WE SHOUT THEN TAKE Z-23 TO BE JUST ABOVE THE PART THEN Z-7 TO BE 6 MM INTO THE MATERIAL. AM I RIGHT?

  • @eyu40
    @eyu40 2 месяца назад +2

    Its my first time learning about G code. Nice simple and to the point, I love it.
    Just a question though. At line 18 : the G3 code z20
    Wasn’t the center at -3 already. Isn’t that making your G00 at z17, I think that’s why the circle cuts were below the original plane of the edge cuts.
    Edit: well i see some people have already mentioned it in the comments. Good job.

    • @weitlingD3P
      @weitlingD3P  2 месяца назад

      Well spotted, I made a mistake there :)

  • @edyblenfans
    @edyblenfans 5 месяцев назад +1

    ❤❤❤💪💪💪💪 excelent

  • @shahabkhodadoust7152
    @shahabkhodadoust7152 Месяц назад +1

    Thank u.
    But for the circle u should code like
    G00 z 23
    Not g00 20
    Because the end mill is -3 z axis already.
    It surely impact !!!

  • @davedsilva
    @davedsilva 7 месяцев назад

    G-Code is geometric code for computer aided design (CAD).

  • @franziegler4215
    @franziegler4215 11 месяцев назад +2

    Thanks for G code lecture very helpful and hopeful for me are there any more

    • @weitlingD3P
      @weitlingD3P  11 месяцев назад

      Thanks for your comment. Yes I will soon come with part 2

  • @TheLazyGuyWay
    @TheLazyGuyWay 2 месяца назад +1

    Best simple g code tutorial by far !
    One thing though, you did not take into consideration tool's diameter or maybe this is for a next course
    cheers

    • @weitlingD3P
      @weitlingD3P  2 месяца назад

      Hello yes is the next course.

  • @incubatork
    @incubatork 5 месяцев назад +1

    A great illustrated tutorial of G code, worth a subscription of anyone's money. This is probably nit-picking but if I set this set of Gcode to my machine the part would be exactly the same shape but the dimensions would not be correct because we did not account for the 6mm diameter endmill so the part would be 3mm less on all sides. To correct this how do we tell the machine we have a 6mm endmill so it cuts to the line rather than inside the line?

    • @weitlingD3P
      @weitlingD3P  5 месяцев назад

      You are right. Tool compensation will be in next episode. Thanks for watching

  • @Goofayball
    @Goofayball 23 дня назад +1

    When you carved so when cutting the circle out, you went to z20 and then -19 and then -4 which cut out the circle entirely. Would I be right in assuming that going to z23 would get you to your original z20 start height, then z -22 then z-7 to cut the whole circle out? Since it’s incremental the second return to z 20 only raised the bit 17mm as it was 3mm in the material. Is this correct?

    • @weitlingD3P
      @weitlingD3P  23 дня назад

      Correct, and well observed, was my mistake :)

  • @jorgetrevino2271
    @jorgetrevino2271 3 месяца назад +1

    Are the G spot and the G code one and the same things?

  • @adambergendorff2702
    @adambergendorff2702 4 месяца назад +2

    Excellent tutorial, but you never mentioned cutter offset, the part would 3mm wrong on all edges, correct?

    • @weitlingD3P
      @weitlingD3P  4 месяца назад

      Yes you are correct, I hope to make a video about tool offset in the coming weekend

  • @MrJesus4194
    @MrJesus4194 8 месяцев назад +1

    How would this work if you want to account for the width of the end mill. It seems like it would cut the part a little small?

    • @weitlingD3P
      @weitlingD3P  8 месяцев назад

      Hi Jesus You can use the G41 and G42 witch is left or right compensation. Or when you make your G code compensate when you program.

  • @wiredodger60
    @wiredodger60 7 месяцев назад +1

    Question… is there a way or… how do you slow the NC Viewer replay down?
    After I wrote a simple drill gcode it played so fast I couldn’t see the process.
    Thanks for the previous reply and your “schooling”
    Best.

    • @weitlingD3P
      @weitlingD3P  7 месяцев назад

      Hello you can do step by step

  • @markramsell454
    @markramsell454 7 месяцев назад +1

    I get the concept, but there's some practical problems. 1) The tool offset. 2) The hole would never be cut because the part would have went flying off on the second pass of the outline. Liked the tutorial.

    • @weitlingD3P
      @weitlingD3P  7 месяцев назад +1

      Is true tool offset and drilling will be in part 2

  • @onutalks9496
    @onutalks9496 11 месяцев назад +1

    Thank you so much.
    I will like to replicate the drawing using your code.
    How do I get a copy of your code?
    Thank you once again

    • @weitlingD3P
      @weitlingD3P  11 месяцев назад +1

      Thanks for watching. I am sorry I just made the code on the fly, I just checked and I dident save it

  • @tilakbhusal2577
    @tilakbhusal2577 4 месяца назад +1

    Please! clear my confusion. In the line 19, don't we have to add the diameter of the cutting tool in the x-direction? Though the tool path seems matching to the given drawing.

    • @weitlingD3P
      @weitlingD3P  4 месяца назад

      Hi :) You are right, It will cut at the center line, so the hole will be too big. But later today or tomorrow I will release a video about tool compensation.

  • @AProAir
    @AProAir 4 месяца назад +1

    great video training- But I lost you in the copy and paste section toward the end.

  • @154Colin
    @154Colin 7 месяцев назад +2

    Do you have the Part 2 of this? Part 1 is interesting.

    • @weitlingD3P
      @weitlingD3P  7 месяцев назад +2

      Hi Colin. Yes it will come soon. Sorry for being late, but I had some heart issues. But soon I am fit to fight :)

    • @154Colin
      @154Colin 7 месяцев назад +2

      @@weitlingD3P please take care of yourself

  • @chanchalsakarde2768
    @chanchalsakarde2768 3 месяца назад

    how to control steps movements, like lets say we have 400 circular points to move one by one and i need to move pointer in following example sequence starting from 0->10->240->45->28-> .......... -> 400 . How can we automate this ..

  • @MdArifulIslamArman-nq6rh
    @MdArifulIslamArman-nq6rh 22 дня назад +1

    ধন্যবাদ এই বিডিও টি দেওয়ার জন্য

  • @saltlight4220
    @saltlight4220 8 месяцев назад +1

    Subcribing to your channel for more learning. Thanks

  • @jaycedestiny521
    @jaycedestiny521 3 месяца назад

    What app is this

  • @user-wr9cs8yj9k
    @user-wr9cs8yj9k 4 месяца назад

    baho is watching !

  • @satan00069
    @satan00069 2 месяца назад +1

    Is this for lathe or milling?

    • @weitlingD3P
      @weitlingD3P  2 месяца назад

      Milling, but you can use NC viewer for Lathe as well

    • @satan00069
      @satan00069 2 месяца назад +1

      @@weitlingD3P alright thanks mate 👍

  • @dantheworkingman9757
    @dantheworkingman9757 5 месяцев назад +1

    how do you write code while accounting for the diameter of the tool?

    • @weitlingD3P
      @weitlingD3P  5 месяцев назад

      Hi I will soon upload a video about tool compensation. :) Thanks for watching and Mery Christmas

  • @newbi9942
    @newbi9942 Месяц назад

    good day sir....i new in this and i have a question what happened to 4mm in R19 CURVE?? thank u for the answer....godbless❤️❤️❤️🙏🙏🙏

  • @johnhe6840
    @johnhe6840 6 месяцев назад +1

    Where is the tool offset taken into consideration?

    • @weitlingD3P
      @weitlingD3P  6 месяцев назад

      It will come in another video

  • @DJjosher
    @DJjosher 5 месяцев назад

    Thank you! My only disconnect is how do you determine using G01, G02, G03?

    • @malcolmfenech1749
      @malcolmfenech1749 5 месяцев назад

      g01 is for straight line milling g02 is for a clockwise curve and G03 is for anticlockwise. So if you look at the demo pieces, the straight edges are done in g01. To determine whether it's g02 or g03 you want to see if the cut is clockwise or counter clockwise to the current position, so the first curve (top left) curves away to the right from the current position which is clockwise so you would use g02. Just imagine a clock face at the end of a straight cut, if the line would go clockwise g02, anti clockwise g03.

    • @DJjosher
      @DJjosher 5 месяцев назад

      @@malcolmfenech1749 Awesome! Great explanation. Thank you!

  • @alishafieyan6564
    @alishafieyan6564 9 месяцев назад +1

    Can Gcode generated by nc viewer be
    Install in ddcsv3.1

    • @weitlingD3P
      @weitlingD3P  9 месяцев назад

      Hi and thanks for watching. I would say yes. As long you follow the syntax for the ddcs.

  • @bjrnhjjakobsen2174
    @bjrnhjjakobsen2174 4 месяца назад +1

    Hej Søren - du er genkendt - Bjørn😂

  • @chidiebereuzoma5510
    @chidiebereuzoma5510 7 месяцев назад

    Please is there any tutorial for Lathe machine

    • @weitlingD3P
      @weitlingD3P  6 месяцев назад

      I am sorry, no I dont use lathe.

    • @chidiebereuzoma5510
      @chidiebereuzoma5510 6 месяцев назад

      @@weitlingD3P Alright boss, I've found some videos on it tho .... Your tutorial on lathe was great

  • @akoreemmanueljoshua4452
    @akoreemmanueljoshua4452 3 месяца назад +3

    please why did u subtract 19 from Z

    • @weitlingD3P
      @weitlingD3P  3 месяца назад +3

      The Z safe high is 20 mm above the plate. when i go 19mm down I am 1 mm above the plate, and start the job

    • @ihebrhimi4338
      @ihebrhimi4338 Месяц назад +1

      But you are on G91 which means whenever an order is completed the position of the spindle is the new zero and you are already-3 millimeters on Z axis which is why the circle in minute 41:34 is lower then the actual piece why didn’t you acount for it and sorry for my bad English and thank you for this amazing educational vid

    • @weitlingD3P
      @weitlingD3P  Месяц назад

      @@ihebrhimi4338 Thanks for the comment. that is a mistake :)

  • @LG-ro5le
    @LG-ro5le 2 месяца назад +1

    No m6?

  • @Greneby1
    @Greneby1 2 месяца назад +1

    What an embarrassing error on the Z! You moved from -3 and added 20 mm, which is 17, not safe height 20. When you went back down G0 Z-19 you crashed into the piece. Twice!
    Also, no compensation for the tool? G41/G42 would do that.

  • @manuelbologna3023
    @manuelbologna3023 10 месяцев назад

    dunno how this worked

  • @robinlehnerd1475
    @robinlehnerd1475 Месяц назад

    I can't stand the lip smacking. Will have to find a different video. That sound is so unbearably annoying.

    • @weitlingD3P
      @weitlingD3P  Месяц назад

      It is a free world. No one is forcing you to watch my video. I hope you find what you are looking for.

  • @shahabkhodadoust7152
    @shahabkhodadoust7152 Месяц назад

    Thank u.
    But for the circle u should code like
    G00 z 23
    Not g00 20
    Because the end mill is -3 z axis already.
    It surely impact !!!