Load and Unload Your Tool Changer Easily Using Setting 420 - Haas Automation Tip of the Day

Поделиться
HTML-код
  • Опубликовано: 10 дек 2024

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

  • @ludacrips76
    @ludacrips76 Год назад +21

    I'm just really bummed this tip wasn't shown on April 20th..lol

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

    3:40 one of things I cant understand why every machine doesnt come with atleast 3 buttons for macros. Like cmon there are there are commands that constantly need to use, like M19, or move to x0 y0, z0 y0 that it would very very convieniat

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

    Two weeks ago I wrote a program to make this easier for myself. I didn't want to do a deep dive into using something like a calculation of some kind, so I just copy pasted the tool number and subprogram call (i run a umc so I position the head right in my face) and changed the toolnumbers till tool 15. Program is written so it doesn't cost anymore time.
    Only benefit to this way is when pushed reset it won't start over! So I probably am going to use it

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

      When you add a N-number for each tool (change) and you reset the program, it jumps back to program start.
      You can jump to each tool by e.g. N6 ( tool 6 ) and the [ cursor down ] key, it jumps to line N6 and you can go from there.

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

      @@ytfan3815 of course, great idea. Thank you!

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

      @@Coert94
      You're welcome, I have two programs for this, one simple for tool change, and one with a extra macro-call G65 for the tool-presetter.
      We have BLUM Novotest presetter, so I added macro P9912 for the tool lenght H so I can set tool lenght for every tool directly after tool change.
      I added several M01's or M00's so I can set approximate lenght in the Offset table before touching of on the pre-setter.

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

      @YT Fan I use my program to (un)load tools quickly. Meanwhile I change the inputs for tool measuring in the tooltable. Before I changed all the settings but that is way too much work and not always useful. The way I work now is so much quicker in setting up the machine. Still trying to improve tho

  • @esmth
    @esmth Год назад +6

    It's my lucky number

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

    has anyone made a macro statement that re-orders the tools in the carousel sequentially? On the newer high speed tool changers its not a big issue, but on the older 40 tool changers, the tools being on opposite sides of the carousel can add a decent amount of time to a cycle if the tools have short run times.

    • @135SoHc
      @135SoHc Год назад +2

      Not sure on the macro side of things. On the program side of things you can always add the T-number on the next line after the T-number M6 command line to get the tool changer indexed to the next tool.
      TxM6
      Tx
      ect.

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

      @135SoHc yes the pre-call shortens up the load. When for instance you have a drill doing 1 or 2 holes in aluminum, the tool runs for 3-5 seconds, but the 40 tool carousel may take 20 seconds after that pre-precall to get to the right pocket. Putting them close together by manually calling them up is the only way I know how to shorten that up.

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

    For those of use with UTC’s it would be extremely beneficial to be able to renumber the pocket numbers like on machines with SMTCs. Having to constantly change tool numbers in cam to fit stuff in the UTC wherever it fits is extremely time consuming, especially when adding in the time to redo offsets every time. I know I can use different T/H/D numbers but I’d prefer to not do this.

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

    I have the previous generation controller on my VF1. How do I delete an empty folder?

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

    Episode idea: can you show us how to do a dubble push on Haas bar feeder. Please

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

    g84 doesn't take q peck value....what to do???

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

      Multiple Z depths with same x and y coordinate.

    • @Cirik7674
      @Cirik7674 Год назад +4

      G84 is a tapping cycle, G83 is for pecking

    • @ДимитърПеев-ч4ц
      @ДимитърПеев-ч4ц Год назад

      ruclips.net/video/yBK1MN_Q9J0/видео.html

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

      @@casey2219 thats why fanuc controller is dominating market and haas has limitations ....😂

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

      @@Cirik7674 but in fanuc it also allows peck tapping if you take q value in g84 cycle

  • @SOLO-ht2cc
    @SOLO-ht2cc 11 месяцев назад

    Can Haas machine be Jogged without referencing it first?.

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

      turn on setting 53

  • @ytfan3815
    @ytfan3815 Год назад +3

    I made two programs for this type of Setup, just a simple program for T01 to T - - which stops every tool change including the lower Z for easy reach. (G53).
    The other one is a similar program with a G65 macro for the tool presetter ( tool offset length - H ), .... btw, not on a Haas machine.😉