586,102 active members*
3,106 visitors online*
Register for free
Login
IndustryArena Forum > MetalWorking Machines > Tormach Personal CNC Mill > Tormach PathPilot™ > Pathpilot Arduino Integration - Does Anybody Have any Pointers?
Results 1 to 3 of 3
  1. #1

    Pathpilot Arduino Integration - Does Anybody Have any Pointers?

    For those who have done it, can you share information on how you were able to get Pathpilot (2.0 or greater) to communicate with an arduino board via serial?

    I am currently using the Tormach USB I/O and counting pulses with the arduino to send info from Pathpilot. I have quickly concluded that though this works, it compounds the possibility for errors. I would like to eliminate the USB I/O and send information (and get feedback) directly to and from the arduino.

    Any Info you can share would be greatly appreciated.

  2. #2
    Join Date
    Nov 2012
    Posts
    591

    Re: Pathpilot Arduino Integration - Does Anybody Have any Pointers?

    What, specifically, do you want to communicate? The G code? The pulses?

    The Arduino can plug straight into the PathPilot controller computer -- it's just a standard Linux PC. You can talk to it using whatever serial port it comes up as; typically /dev/ttyUSB0 or /dev/ttyACM0.
    However, you'll obviously need to change some code in the PathPilot software itself to actually write data to the Arduino.

    If you want the actual stepper pulses to go to the Arduino, there's no easy way to do that, because the pulses are generated by the FPGA on the add-in board in the PC, not on the PC processor itself.
    The only way to read those pulses is to electrically hook up to the output of the DB-25 connector.

  3. #3
    Join Date
    May 2007
    Posts
    1026

    Re: Pathpilot Arduino Integration - Does Anybody Have any Pointers?

    A little late to the party here, but I documented a LinuxCNC-Arduino integration a while back. This won’t give you everything but hopefully it gets you a little closer. I just got a PathPilot controller today and am planning to port my pendant to it.

    https://ckcnc.wordpress.com/basic-arduino-emc-howto/

Similar Threads

  1. Pathpilot & Arduino
    By petenc in forum Tormach PathPilot™
    Replies: 19
    Last Post: 12-19-2016, 10:45 PM
  2. Red Dot Pointers?
    By FanFan in forum Laser Engraving / Cutting Machine General Topics
    Replies: 10
    Last Post: 02-10-2012, 05:39 PM
  3. need a few pointers on 3d
    By soundoffaudio in forum Jewelry Design Software
    Replies: 3
    Last Post: 01-11-2011, 01:14 PM
  4. New guy need some pointers!
    By Ismaster in forum Waterjet General Topics
    Replies: 3
    Last Post: 01-23-2009, 10:01 PM
  5. need some pointers
    By cncadmin in forum Uncategorised CAD Discussion
    Replies: 3
    Last Post: 01-21-2005, 11:52 PM

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
  •