Tool Numbering

This forum is for general discussion about Aspire
User avatar
SteveNelson46
Vectric Wizard
Posts: 2304
Joined: Wed Jan 04, 2012 2:43 pm
Model of CNC Machine: Camaster Stinger 1
Location: Tucson, Az.

Tool Numbering

Post by SteveNelson46 »

Is there a limitation on how many different tool numbers that can be used in the tool database? It may seem like a silly question for those who have an ATC but I have a Camaster Stinger with the FTC (fast tool change) option. It's just a configuration in WinCNC that automates the measuring process when a tool change is called in gcode so, if it's possible, I would like to number all of my bits with a different number to avoid a conflict.
Steve

User avatar
Adrian
Vectric Archimage
Posts: 14655
Joined: Thu Nov 23, 2006 2:19 pm
Model of CNC Machine: ShopBot PRS Alpha 96x48
Location: Surrey, UK

Re: Tool Numbering

Post by Adrian »

Doesn't appear to be a limit on the Vectric side of things as far as I can see. Might be some limits at the WinCNC end of things. I know there is in the ShopBot software I use without changes to the code.

User avatar
IslaWW
Vectric Wizard
Posts: 1402
Joined: Wed Nov 21, 2007 11:42 pm
Model of CNC Machine: CNC Controller Upgrades
Location: Bergland, MI, USA

Re: Tool Numbering

Post by IslaWW »

I think the Vectric limit is 2 digits or 99. The CAMaster (WinCNC) limit for a given file would be 10 unless you generated more "T" macros, which is not that difficult). ATC's are usually limited to the number of physical tool storage positions
Gary Campbell
GCnC Control
ATC & Servo Controller Controller Upgrades
GCnC411 (at) gmail.com

User avatar
TReischl
Vectric Wizard
Posts: 4652
Joined: Thu Jan 18, 2007 6:04 pm
Model of CNC Machine: 8020 48X36X7 RP 2022 UCCNC Screenset
Location: Leland NC

Re: Tool Numbering

Post by TReischl »

Agree with Gary, I hit the wall recently at 99. Nooo, I do not have 99 tools or a 99 tool changer. I just wanted to increment between them leaving some room for additions later on.
"If you see a good fight, get in it." Dr. Vernon Johns

User avatar
Adrian
Vectric Archimage
Posts: 14655
Joined: Thu Nov 23, 2006 2:19 pm
Model of CNC Machine: ShopBot PRS Alpha 96x48
Location: Surrey, UK

Re: Tool Numbering

Post by Adrian »

Where did you find a limit of 99? I setup a few tools with random numbers (some ten digits long) and then created toolpaths using them. The tool numbers were output into the code without any issues.

User avatar
TReischl
Vectric Wizard
Posts: 4652
Joined: Thu Jan 18, 2007 6:04 pm
Model of CNC Machine: 8020 48X36X7 RP 2022 UCCNC Screenset
Location: Leland NC

Re: Tool Numbering

Post by TReischl »

Adrian wrote:Where did you find a limit of 99? I setup a few tools with random numbers (some ten digits long) and then created toolpaths using them. The tool numbers were output into the code without any issues.
Beats the heck out of me, I was redoing my tool database a couple of months ago and I could not get it to go past 99. Of course now when I went to see what it was doing it cruises right on past 99.

Maybe a couple of my key marbles fell out?

Well, it is good news anyhow. Now I can do what I wanted to do in the first place.

Sheesh.
"If you see a good fight, get in it." Dr. Vernon Johns

User avatar
IslaWW
Vectric Wizard
Posts: 1402
Joined: Wed Nov 21, 2007 11:42 pm
Model of CNC Machine: CNC Controller Upgrades
Location: Bergland, MI, USA

Re: Tool Numbering

Post by IslaWW »

I just did the same... let off the buttons in the 250's. Whooda Thunk?
Gary Campbell
GCnC Control
ATC & Servo Controller Controller Upgrades
GCnC411 (at) gmail.com

ger21
Vectric Wizard
Posts: 1592
Joined: Sun Sep 16, 2007 2:59 pm
Model of CNC Machine: Custom DIY
Location: Lake St Clair, MI, USA
Contact:

Re: Tool Numbering

Post by ger21 »

Our Morbidelli tool numbers start at 100, and I had no issues the few times I've used Aspire with it.
Gerry - http://www.thecncwoodworker.com

User avatar
TReischl
Vectric Wizard
Posts: 4652
Joined: Thu Jan 18, 2007 6:04 pm
Model of CNC Machine: 8020 48X36X7 RP 2022 UCCNC Screenset
Location: Leland NC

Re: Tool Numbering

Post by TReischl »

I am voting to have this thread deleted. :shock:
"If you see a good fight, get in it." Dr. Vernon Johns

User avatar
SteveNelson46
Vectric Wizard
Posts: 2304
Joined: Wed Jan 04, 2012 2:43 pm
Model of CNC Machine: Camaster Stinger 1
Location: Tucson, Az.

Re: Tool Numbering

Post by SteveNelson46 »

TReischl wrote:I am voting to have this thread deleted. :shock:
What's the matter, Ted? Senior moments catching up with you?
Steve

User avatar
TReischl
Vectric Wizard
Posts: 4652
Joined: Thu Jan 18, 2007 6:04 pm
Model of CNC Machine: 8020 48X36X7 RP 2022 UCCNC Screenset
Location: Leland NC

Re: Tool Numbering

Post by TReischl »

SteveNelson46 wrote:
TReischl wrote:I am voting to have this thread deleted. :shock:
What's the matter, Ted? Senior moments catching up with you?
Darn kids, you just wait! And while I am at it "GET OFF MY GRASS!" 8)
"If you see a good fight, get in it." Dr. Vernon Johns

M Queen
Vectric Apprentice
Posts: 86
Joined: Tue Jul 29, 2014 9:25 pm
Model of CNC Machine: WinCNC Hybrid
Location: Buckhannon, WV, USA
Contact:

Re: Tool Numbering

Post by M Queen »

Please read the last line first! Then read it again as you progress through the email.

There is a file called "CNC.MAC" in the WinCNC folder. In there you should find something like:

T1=M98 MACROS/G37Z.MAC T1
T2=M98 MACROS/G37Z.MAC T2
T3=M98 MACROS/G37Z.MAC T3
T4=M98 MACROS/G37Z.MAC T4
T5=M98 MACROS/G37Z.MAC T5
T6=M98 MACROS/G37Z.MAC T6
T7=M98 MACROS/G37Z.MAC T7
T8=M98 MACROS/G37Z.MAC T8
T9=M98 MACROS/G37Z.MAC T9
T10=M98 MACROS/G37Z.MAC T10


You should be able to add as many tools as you want, ie:"T11=M98 MACROS/G37Z.MAC T11" up to T99.

But I warn you, make a backup of your WinCNC folder before you do this. If you mess the file/files up, you could completely stop WinCNC from working.
Mike Queen
Microsystems World CNC (WinCNC)
https://www.youtube.com/user/cncMike304

User avatar
Jim_in_PA
Vectric Craftsman
Posts: 278
Joined: Wed Jan 10, 2018 3:24 am
Model of CNC Machine: Camaster Stinger II SR-44 (MacOS user)

Re: Tool Numbering

Post by Jim_in_PA »

I deal with this by careful organization so that I have minimal need to renumber in a specific toolpath from the default tool numbers in the tools. (I'm a Stinger II owner) This is pretty easy because I rarely use, say, two different .125 end mills in a cutting file that have to be differentiated by tool number. .125 end mills have a default of T1. .25 end mills have a default of T2, etc, with the more rarely used cutters up in the T8-T9 area. V-Carve or Aspire, etc, will warn you when you have a tool number conflict when you go to save the multiple tool path file and it's a quick fix to change the tool number in a specific tool path to alleviate the conflict. I do put the tool information in the tool path name so that things like down-cut/up-cut and other requirements are in the file to insure clarity when cutting later.

Related to his, careful ordering of your toolpaths to minimize the number of changes with FTC should become a habit if it has not already. You do not need to run them in the order they were created and you can gang them together when they use the same tool/tool number, even if you have spindle speed and movement speed differences in each of the toolpaths. You may need to do a change to re-install something you previously used for that final cutout in many cases, but otherwise, careful planning works out nicely for both convenience and faster cutting times.

GeneMpls
Vectric Craftsman
Posts: 193
Joined: Sun Nov 04, 2012 4:27 pm
Model of CNC Machine: PRS Buddy48alpha ,4x6' 130w laser, Wazer

Re: Tool Numbering

Post by GeneMpls »

Not knowing how to do this properly,,, I have always used decimals , first number is the type of bit and go from there.

User avatar
IslaWW
Vectric Wizard
Posts: 1402
Joined: Wed Nov 21, 2007 11:42 pm
Model of CNC Machine: CNC Controller Upgrades
Location: Bergland, MI, USA

Re: Tool Numbering

Post by IslaWW »

Don't know if there is a right or wrong way for tool numbering. Most would depend on the controller. Ger needs numbers starting at 100, WinCNC by default uses 1-10, ShopBot uses 1-19 for head 1, 20's for head 2, 30's for drill1, etc.

In any case I have owned over 25 machines, in one case, using a 12 tool rotary changer I used 12 tool numbers, the rest have never used a tool number over 8. Even with hundreds of endmills available, since atc systems wont allow use of more tool numbers than there are tool storage positions, I have really seldom ever used numbers higher than 8
Gary Campbell
GCnC Control
ATC & Servo Controller Controller Upgrades
GCnC411 (at) gmail.com

Post Reply