-
23-10-2017 #1
Hello Guys,
I am after a bit of guidance regarding the tool change location function within MACH 3.
I have configured my Auto Tool Zero and it is running lovely however I am unsure how to set up a certain location where it will go to before it does every tool change?
If someone would be able to help me with this it would be greatly appreciated.
Regards,
Tim
-
23-10-2017 #2
You need to modify the M6start and M6end macros.
I've not used Mach 3 for a few years, so it'll probably be better searching over on the mach forums.Avoiding the rubbish customer service from AluminiumWarehouse since July '13.
-
24-10-2017 #3
The gcode you need is G28. This takes the machine to s predefined position, which could be your tool change position. You set the position (using machine coordinates) in one of the Mach3 configuration screens, although I can't remember which one off the top of my head. As m_c says, you can then incorporate this code into your M6start macro so that as part of the tool change operation, the machine will go to the tool change position. On my machine, I also have a fixed touch plate set into the bed at this point so I can do a "second operation" tool height setting without having to jog the tool again. When you hit "run" the M6end macro is called which by default takes the machine back to where it was when the m6 tool change started.
-
24-10-2017 #4
-
24-10-2017 #5
Can you explain exactly what you are trying to do? Everyone has their own way of working and I'm not quite sure what you're looking for.
For example, my tool change code moves the tool to tool change position, waits until I hit Run, then goes back to where it started and carries on. While the tool is at the tool change position, I can choose to use one of the tool-height setting options I have written or not - they are not built-in to the tool-change macros themselves. That suits the way I work, but might not be right for everyone.
-
24-10-2017 #6
Neale,
When I'm running our GCODE to produce one of our units it had four cuts in total. I would like it to go to a certain position WHEN a tool change it needed then I press auto tool zero it hits my wireless probe (Which will be in a fixed location) zero's its self out and then returns to the next cutting position.
Hope this makes sense to you! :D
Tim
-
24-10-2017 #7
Anything to do with toolchanges happens, or at least starts and ends in the M6 macros.
I'm not entirely sure, but I think once you've used M6start to move to your toolchange position, you can then use your tool zero button, then once you're finished and click cycle start again, M6end takes care of moving back to the work area.Avoiding the rubbish customer service from AluminiumWarehouse since July '13.
-
24-10-2017 #8
-
The Following User Says Thank You to Neale For This Useful Post:
-
24-10-2017 #9
Neale could you copy and paste what's inside your M06.M1S file please?
Regards,
Tim
-
24-10-2017 #10
Can do - will take a little time as I'll get the current copy off my machine. Might as well post m6start, m6end, and my tool-height setting routine while I'm at it. These all work, at least on my setup.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Manual Tool Change
By Kev2960 in forum General DiscussionReplies: 11Last Post: 24-10-2017, 10:11 AM -
WANTED: Coventry easy change tool holders
By Benja in forum Items WantedReplies: 0Last Post: 01-07-2017, 02:04 AM -
Ignoring tool change
By dudz in forum Machine DiscussionReplies: 6Last Post: 15-02-2014, 06:34 PM -
Mach3 Tool Change Position
By Mad Professor in forum Artsoft Mach (3 & 4)Replies: 7Last Post: 15-07-2013, 06:54 PM -
WANTED: Tool holders for T2 (I think) quick change toolpost
By Jonathan in forum Items WantedReplies: 22Last Post: 07-05-2011, 10:30 AM
Bookmarks