Hello Guest it is April 19, 2024, 03:55:57 AM

Author Topic: I want to know how Mach 4 communicates for ATC  (Read 732 times)

0 Members and 1 Guest are viewing this topic.

I want to know how Mach 4 communicates for ATC
« on: October 16, 2020, 08:24:26 AM »
I am making a new CNC machine using Mach 4 and SmoothStepper.

After checking many videos, I thought about the operation of ATC.

I can develop some embedded software and operate stepper motors and pneumatic cylinders. i can easily manipulate what i want by using raspberry pie or various embedded boards.
What I'm curious about is,
If i make a tool change order in Mach 4, how do i communicate that order to me?

When I receive a command called Tool 3, the CNC will move the spindle to the position for tool change. (I think it will be possible on Mach 4)


Here is the question.

When I receive an order to replace tool 3, how does Mach 4 communicate it to me?
If Mach 4 (tool 4) sends me an order to exchange
Operate the pneumatic cylinder (on separate equipment and board)
Start the step motor with tool 4 and move it to the required position.
Will deliver.

Then, operate the air switch to remove the old tool from the spindle,
We will replace the new tool.

In this case, I need to inform Mach 4 that the tool has been replaced.

I would like to know how to communicate for ATC on Mach 4.
Can anyone give me a detailed explanation?

I can make the communication and movement that Mach 4 wants

If Mach 4 delivers the data to me.

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: I want to know how Mach 4 communicates for ATC
« Reply #1 on: October 16, 2020, 01:03:03 PM »
You should be able to do all of the ATC moves and updates from inside of Mach4 and not have to step out of the Mach4 enviroment to do a tool change.

Just a thought, (;-) TP

Offline Graham Waterworth

*
  • *
  •  2,672 2,672
  • Yorkshire Dales, England
    • View Profile
Re: I want to know how Mach 4 communicates for ATC
« Reply #2 on: October 16, 2020, 01:05:14 PM »
depending on how many inputs and outputs you need for the ATC you could have enough on the ESS to control everything and just use LUA to do the software side.
Without engineers the world stops