I have been reading everything I can and can't seem to figure it out. I am running an Acorn 6 with a rack mount ATC (Avid Benchtop Pro) with a KP3 probe and Laser tool setter. I have 2 questions about manual tool changes.
The first is when probing I can probe the X/Y axis with no problem but since I manually tool change to the probe I cannot change the active tool number to correctly offset the height for Z probing. I have tried just about everything to manually change the tool number of the active tool in the spindle and cannot figure it out. I tried downloading the macro for a manual tool change that is posted on the forum but it did not work for me.
Secondly the ATC rack has 6 slots for tools, most my programs I can get by with that but every once in a while I need to use 7 or 8 tools for the part. Is there a way to run the program and have it prompt for a manual tool change when a tool # that is called for is not in the rack but defined in the tool # and height offset library.
Any help would be greatly appreciated!
Automated and manual tool change help
Moderator: cnckeith
-
- Posts: 5
- Joined: Wed Jul 17, 2024 12:15 am
- Acorn CNC Controller: No
- Plasma CNC Controller: No
- AcornSix CNC Controller: Yes
- Allin1DC CNC Controller: No
- Hickory CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: 0008DC111213-0313230099
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Automated and manual tool change help
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Community Expert
- Posts: 3628
- Joined: Thu Sep 23, 2021 3:49 pm
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: 6433DB0446C1-08115074
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
- Location: Germany
Re: Automated and manual tool change help
To change to the tool #1 with offset #1 in MDI:
T1 ; loads tool #1
G43 H1 ; loads offset #1 in the CNC
To prompt for a manual tool change with a tool# not in the ATC, it can be done in the M6 macro.
Uwe
T1 ; loads tool #1
G43 H1 ; loads offset #1 in the CNC
To prompt for a manual tool change with a tool# not in the ATC, it can be done in the M6 macro.
Uwe
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 5
- Joined: Wed Jul 17, 2024 12:15 am
- Acorn CNC Controller: No
- Plasma CNC Controller: No
- AcornSix CNC Controller: Yes
- Allin1DC CNC Controller: No
- Hickory CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: 0008DC111213-0313230099
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Re: Automated and manual tool change help
I just tried "T#" in the MDI and it does not change the tool number currently in use but accepts the input for all the tool # in my tool rack, but once I go above the tool # available in the tool rack (Tool 7+) it give me the error "Tool Library Invalid for T#". Tools are entered in the library and offset menu for tools 7+.
The G43 H# does change the tool height offset though, thanks for that!
The G43 H# does change the tool height offset though, thanks for that!
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 544
- Joined: Wed Jan 23, 2019 4:19 pm
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: 80F5B5B92C3A-0213236854
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Re: Automated and manual tool change help
It was either param 160 or 161 that stores the max number of tools. So you need to tell the system you have one more tool spot than it thinks it has now.
Ken
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Site Admin
- Posts: 8935
- Joined: Wed Mar 03, 2010 4:23 pm
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: Yes
- Oak CNC controller: Yes
- CNC Control System Serial Number: none
- DC3IOB: Yes
- CNC11: Yes
- CPU10 or CPU7: Yes
- Contact:
Re: Automated and manual tool change help
please post more info, a fresh report.zip and photos would go a long way in getting good answers.BlackflagMFG wrote: ↑Wed Jul 17, 2024 1:14 am I have been reading everything I can and can't seem to figure it out. I am running an Acorn 6 with a rack mount ATC (Avid Benchtop Pro) with a KP3 probe and Laser tool setter. I have 2 questions about manual tool changes.
The first is when probing I can probe the X/Y axis with no problem but since I manually tool change to the probe I cannot change the active tool number to correctly offset the height for Z probing. I have tried just about everything to manually change the tool number of the active tool in the spindle and cannot figure it out. I tried downloading the macro for a manual tool change that is posted on the forum but it did not work for me.
Secondly the ATC rack has 6 slots for tools, most my programs I can get by with that but every once in a while I need to use 7 or 8 tools for the part. Is there a way to run the program and have it prompt for a manual tool change when a tool # that is called for is not in the rack but defined in the tool # and height offset library.
Any help would be greatly appreciated!
Need support? READ THIS POST first. http://centroidcncforum.com/viewtopic.php?f=60&t=1043
All Acorn Documentation is located here: viewtopic.php?f=60&t=3397
Answers to common questions: viewforum.php?f=63
and here viewforum.php?f=61
Gear we use but don't sell. https://www.centroidcnc.com/centroid_di ... _gear.html
All Acorn Documentation is located here: viewtopic.php?f=60&t=3397
Answers to common questions: viewforum.php?f=63
and here viewforum.php?f=61
Gear we use but don't sell. https://www.centroidcnc.com/centroid_di ... _gear.html
(Note: Liking will "up vote" a post in the search results helping others find good information faster)