Coding a LinuxCNC Toolchanger for Dummies

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 มิ.ย. 2024
  • Tips and tricks for driving a 20 position tool changer on a Vertical Milling Machine

ความคิดเห็น • 22

  • @egemens
    @egemens 2 หลายเดือนก่อน

    thanks for this good tutorial

  • @adammontgomery7980
    @adammontgomery7980 ปีที่แล้ว

    Man were you right about reading through the example configs. I was trying to get manual tool change with auto tool probe working. Then I found you can just call M6 from inside the remapped M6 and do a probe after. You've done the lord's work here

  • @FilterYT
    @FilterYT 3 หลายเดือนก่อน

    Thanks, very helpful!

  • @MechatronCNC-HVM
    @MechatronCNC-HVM 4 ปีที่แล้ว +2

    Hey thanks for these great videos, non of this stuff was obvious to me either. I've had Linuxcnc for years and never really found much info on how to do anything, I had no idea there were built in examples😆👍

  • @my1987toyota
    @my1987toyota 4 ปีที่แล้ว

    glad I found this channel I have a couple of projects that require an ATC

  • @JRF76476
    @JRF76476 2 ปีที่แล้ว

    Thanks Erik!! This may be the info I needed to get my toolchanger rolling. I have a machine with PPMC on it also. I always struggled with how to get the physical pins to the virtual pins. My tool changer is somewhat similar to yours. The O code flow path is very close. I am going to work on it some this weekend.

  • @makeorbreak5887
    @makeorbreak5887 3 ปีที่แล้ว

    What an extremely helpful and concise video. Much appreciated. Btw rs274 is the standard name of 'g code' although most implementations have some sort of differences. 'O' generally denotes the starting character of a program with the following characters being the program number. '#' denotes a macro variable with the following number being the address.
    Now to take what I've learned here and try it with a lathe turret.

    • @eriksalo5550
      @eriksalo5550  3 ปีที่แล้ว

      Thanks for the info about RS274! That's really helpful.

  • @cnc-ua
    @cnc-ua 3 ปีที่แล้ว

    Thank you so much!

  • @allanthomson4639
    @allanthomson4639 4 ปีที่แล้ว +1

    thanks Eric much appreciated - linux is great but its almost deliberate that very little is "explained" in context for the hobbyists, what the agenda is behind it is anybodies guess, you have done great for us dumbos

    • @griffinnathan476
      @griffinnathan476 2 ปีที่แล้ว

      sorry to be offtopic but does someone know of a trick to log back into an instagram account??
      I stupidly forgot the login password. I would appreciate any tips you can offer me

    • @johanemerson307
      @johanemerson307 2 ปีที่แล้ว

      @Griffin Nathan instablaster =)

    • @griffinnathan476
      @griffinnathan476 2 ปีที่แล้ว

      @Johan Emerson thanks for your reply. I found the site through google and im waiting for the hacking stuff now.
      Looks like it's gonna take quite some time so I will reply here later when my account password hopefully is recovered.

    • @griffinnathan476
      @griffinnathan476 2 ปีที่แล้ว

      @Johan Emerson it did the trick and I actually got access to my account again. I am so happy!
      Thanks so much you saved my ass :D

    • @johanemerson307
      @johanemerson307 2 ปีที่แล้ว

      @Griffin Nathan you are welcome :)

  • @idus
    @idus 2 ปีที่แล้ว

    Could you do a spindle orient quick video? Like the Hal pin connections for pid spindle control. This is a great video
    Thank you

  • @oscarwilbers
    @oscarwilbers 4 ปีที่แล้ว

    Just a quick (dumb?) question to help me understand: why remap the m6 command? Wouldn't it be possible to get the needed signals from component iocontrol's pins: tool-change, tool-number, tool-prepared, etc?

    • @TheFeralEngineer
      @TheFeralEngineer 3 ปีที่แล้ว

      I've been curious about that as well

  • @jarema-em7hp
    @jarema-em7hp 2 หลายเดือนก่อน

    Witam czy może pan udostępnić pliki konfiguracyjne wymiany narzędzi w linuxcnc , bardzo był bym wdzięczny .

  • @seancollins9745
    @seancollins9745 ปีที่แล้ว

    after venturing down this road, i wrote a whole hal component in C using hal compile.

    • @egemens
      @egemens 2 หลายเดือนก่อน

      for toolchanger?