Hello Guest it is April 19, 2024, 01:33:15 PM

Author Topic: Mach3/Mach4 integration with my own software  (Read 614 times)

0 Members and 1 Guest are viewing this topic.

Mach3/Mach4 integration with my own software
« on: May 28, 2021, 01:21:23 AM »
I'm currently working on a project that uses Mach3 or Mach4 to drive a CNC machine. Instead of writing the G-code by hand, I'll create software that does it for me.

Can I send my code directly from my software and have it execute without having to manually copy it into Mach3/Mach4?
Re: Mach3/Mach4 integration with my own software
« Reply #1 on: May 28, 2021, 10:37:04 AM »
Yes, mach3 exposes a COM interface and mach4 you can access the api's:

https://www.machsupport.com/forum/index.php?topic=34168.0

Offline Bill_O

*
  •  563 563
    • View Profile
Re: Mach3/Mach4 integration with my own software
« Reply #2 on: May 28, 2021, 06:02:00 PM »
Mach 4 has a developers version you can get from them to do what you are wanting to do.
We used it to make our software run Mach 4.