586,060 active members*
4,563 visitors online*
Register for free
Login
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2005
    Posts
    1145

    Tool Changes and ATC Control

    Has anyone tried a tool changer (non Tormach) with PathPilot yet. I have 2 ATCS to setup in PP. They are carousel type. One simple and the other quite complex BUT they are both easy to do in Mach3 or UCCNC. I have run them BOTH in either controller.

    First glance LinuxCNC tool changes ( M6) look like a Hot Spanish Romance Novel written in Latin.

    (;-) TP

  2. #2
    Join Date
    Nov 2012
    Posts
    591

    Re: Tool Changes and ATC Control

    You can write Python code for any M function. The Python code can talk to your tool changer in any way you want.
    So, if you know Python programming, then you should be able to make it do whatever you want.
    If NOT, then you're at the mercy of whatever documentation you can find on the web, which ... as you say ... varies in comprehensibility.

  3. #3
    Join Date
    Aug 2014
    Posts
    257

    Re: Tool Changes and ATC Control

    MACH3 and UCCNC are both general purpose controllers whereas PP is designed specifically for Tormach's products. They are not interested in making it simple for you to adapt 3rd party hardware to it.

    That being said there are plenty of people who never the less do so including myself. You might be better served browsing over to the LinuxCNC-PathPilot forum where people tend to do the things you're trying to do.

    I have messed around the M6 function as you mentioned it's a crazy dance. Yeah, you need to be proficient in Python and NGC including its variants - o code & parameters. LinuxCNC does document this very well but the difficulty is understanding the PP named parameters used when calling the M6 routine. Tormach does not publish this kind of information so you have to dig through their Python code to glean whats going on & how you can use it to accomplish the task.

    Then you have the physical interface. This will probably require some custom hardware & more software to implement it.

    All this can be done & some people have done it with varying degrees of success. The trick is getting it done seamlessly so you don't need to modify your program code in order to make it go!

Similar Threads

  1. Replies: 0
    Last Post: 05-08-2018, 03:25 PM
  2. control shows tool -1 active
    By jonatclifty in forum Dynapath
    Replies: 0
    Last Post: 06-27-2012, 03:12 PM
  3. tool change & tool control questions
    By Garage Elf in forum DIY CNC Router Table Machines
    Replies: 5
    Last Post: 09-06-2011, 10:41 AM
  4. Tool Eye on QT-8 with T32-2 control
    By mattme in forum Mazak, Mitsubishi, Mazatrol
    Replies: 1
    Last Post: 05-29-2008, 03:56 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •