tool offset on Komo Innova

This forum is for requests and queries about machine tool support for Vectric Products
Post Reply
Boltz
Vectric Craftsman
Posts: 143
Joined: Tue Apr 13, 2010 4:10 pm

tool offset on Komo Innova

Post by Boltz »

Hi, I'm working on a post for a Komo Innova. It has a Fanuc 210-MB control and an 8 station tool changer.

The problem I'm having arises from the fact that the way the control is set up, the tool offset register is the tool number plus 10. I tried changing:

"[N]G00G43H[T][ZH]"

to:

"[N]G00G43H[T+10][ZH]"

and of course that failed, but that's what I need to achieve.

Any help would be gratefully appreciated.

Boltz
Vectric Craftsman
Posts: 143
Joined: Tue Apr 13, 2010 4:10 pm

Re: tool offset on Komo Innova

Post by Boltz »

I actually don't even have to do any arithmetic. All I have to do is figure out how to insert the numeral "1" in between "H" and the variable [T].

User avatar
Rcnewcomb
Vectric Archimage
Posts: 5886
Joined: Fri Nov 04, 2005 5:54 am
Model of CNC Machine: 24x36 GCnC/WinCNC with ATC
Location: San Jose, California, USA
Contact:

Re: tool offset on Komo Innova

Post by Rcnewcomb »

I actually don't even have to do any arithmetic. All I have to do is figure out how to insert the numeral "1" in between "H" and the variable [T].
Try this:
"[N]G00G43H1[T][ZH]"
- Randall Newcomb
10 fingers in, 10 fingers out, another good day in the shop

Boltz
Vectric Craftsman
Posts: 143
Joined: Tue Apr 13, 2010 4:10 pm

Re: tool offset on Komo Innova

Post by Boltz »

The first time I tried that it didn't work. I must have bungled something, because it works now!

Post Reply