Hand Programming Bolt Hole Circle Using Haas G70 Code

Поділитися
Вставка
  • Опубліковано 12 вер 2024

КОМЕНТАРІ • 26

  • @bradleywright441
    @bradleywright441 2 роки тому +3

    You were extremely helpful in this video. Thank you very much sir, you helped me gain a greater understanding of the concept 👍👍

    • @aaronrunk4209
      @aaronrunk4209  2 роки тому

      Your welcome and thank you for watching

  • @davidv5084
    @davidv5084 4 місяці тому +1

    Excelente,saludos!

  • @josuealvarez2525
    @josuealvarez2525 2 роки тому +2

    YOU'RE A HERO MAAAAAN!

    • @aaronrunk4209
      @aaronrunk4209  2 роки тому

      Lol I appreciate it, and thank you for watching

  • @estebanjaramillo3369
    @estebanjaramillo3369 2 роки тому +1

    Extremely helpful thanks a lot

    • @aaronrunk4209
      @aaronrunk4209  2 роки тому

      Your welcome and thank you for watching

  • @mayro5741
    @mayro5741 3 місяці тому +1

    What program were you using for the demonstration at 8:12?

    • @aaronrunk4209
      @aaronrunk4209  3 місяці тому

      It's a Haas simulator, but it's a computer version of it when. When I started teaching, it was already on the computer, but a local Haas dealer should be able to assist you in getting one for your computer. Thanks for watching

  • @manjunathans3250
    @manjunathans3250 2 роки тому +1

    Thanks buddy really helpful,
    I tried to generate "G70 bolt hole pattern" code in (hsmworks cam package), but i could not able to do.
    It is not possible??
    Or should edit the post processor for haas vf2??

    • @aaronrunk4209
      @aaronrunk4209  2 роки тому +1

      So I know that post processors can be edited to do bolt circles. I'm not sure how you would set up the post-processor, coding is definitely a different ball game for me. however most software's will program point-to-point which should work in most cases. Thank you again for watching

  • @jessicacolbert1675
    @jessicacolbert1675 2 роки тому +1

    When programming a bolt circle, I know sometimes you need to center drill first and then go back and drill next. Since the center drill bit and drill bit are different size bits, would that need to taken into consideration when programming and how would you input that in the program?

    • @aaronrunk4209
      @aaronrunk4209  2 роки тому

      You are correct you do need to be center Drilling if your drill is not self centering. Good news is you can simply copy and paste the drilling code and change the z depth and both will work. Thanks for watching

  • @omlambate552
    @omlambate552 Рік тому

    One two lines interpoluction holes (one time 10 to 15 holes interpoluction cycle ) please tell

    • @aaronrunk4209
      @aaronrunk4209  Рік тому

      If your wanting to interpolate holes. You will want to use subprogramming M98 or M97. This way you can move to your location and then turn on G91 and interpolate at that location. Here's video for sub programming. Thank you for watching. ua-cam.com/video/eqGHHDnEEgo/v-deo.html

  • @fabiolagutierrez6762
    @fabiolagutierrez6762 2 роки тому +1

    how do you get the "i" Value if different hole patter?

    • @bradleywright441
      @bradleywright441 2 роки тому

      As long as it’s a circle it doesn’t matter, but if it’s not a circle, I believe G71 or G72 have to do with that

  • @wagnerdamotta726
    @wagnerdamotta726 2 роки тому +1

    Hi
    This work on Fadal?
    Thank you

    • @aaronrunk4209
      @aaronrunk4209  2 роки тому +1

      Hi Wagner, unfortunately G70 is a Haas specific Code, but the polar coordinate function I would want to say would work. If you want to try it just copy the code that I show and give a try. Thank you again for watching

    • @wagnerdamotta726
      @wagnerdamotta726 2 роки тому

      @@aaronrunk4209 thank you very much
      Great job

    • @wagnerdamotta726
      @wagnerdamotta726 2 роки тому

      @@aaronrunk4209
      Hi
      If i send to you a BHC from Fadal manual do you be able the explain to me how can i program my cnc to do BHC?
      Thank you
      Wagner Damotta

    • @aaronrunk4209
      @aaronrunk4209  2 роки тому

      ​@@wagnerdamotta726 I don't know how much help I could be with a manual. However, I don't mind taking a look at it. The best i can come up with until then is a sample program. Below is the post for a Fadal_cnc88_3x the bolt circle is DIA(1.574) 8 holes equally spaced .392 deep
      Again I would attempt the Polar Coordinates programming for a bolt hole circle.
      www.cnccookbook.com/cnc-bolt-circle-g15-g16-gcode-polar-coordinates/

    • @aaronrunk4209
      @aaronrunk4209  2 роки тому

      @@wagnerdamotta726
      N591 T4 M06
      N596 S70 M03
      N601 F11.811
      N606 G00 X1.933 Y3.311 Z0.343 G43 H00
      N611 T3 M06
      N616 S70 M03
      N621 F11.811
      N626 G01 X4.747 Y1.296 Z1.5 G43 H00
      N631 G01 Z0.463
      N636 G02 X3.625 Y0.174 I-1.122 J0 F39
      N641 G01 X2.779
      N646 G01 Y0
      N651 G00 Z0.539
      N656 G00 X4.467 Y1.296
      N661 G00 Z0.463
      N666 G02 X3.625 Y0.454 I-0.842 J0
      N671 G01 X2.499
      N676 G01 Y0
      N681 G00 Z0.539
      N686 G00 X4.187 Y1.296
      N691 G00 Z0.463
      N696 G02 X3.625 Y0.734 I-0.562 J0
      N701 G01 X2.281
      N706 G03 X2.219 Y0.672 I0 J-0.062
      N711 G01 Y0
      N716 G00 Z0.519
      N721 G00 X4.747 Y1.296


      N1386 M05
      N1391 M02
      %
      This is only one hole because of reply restrictions