Hey Andy,
Sorry for the delay, my email has been giving me trouble lately,
No we do not have separate tool offsets, wear offsets, and tool data, poor
wording on my part, the only thing that we use is the standard
Tool/Geometry/Fixed Offsets/Data/Numbers and the Wear/Assignable
Offsets/Data/Number
On 1 August 2014 18:17, Rick Lair wrote:
> Here is a copy of what we did to the file
>
> Toolchange.ngc
>
> O sub
> (debug, Tool requested = #)
> # = [[# MOD 100] + 1]
> # = [FIX[ # / 100]]
> M6 T#
> G43 H#
>
> # = #
> (debug, tool = # wear = #)
> O endsub [0]
Is there a separate tool offse
Hello Andy,
After about 2 hrs of cutting, pasting, and trying different things, my boss
and myself think we have modified the toolchange.ngc to our liking. It works
the way I talked about earlier, TXXYY, XX is the tool and YY is the offset.
Here is a copy of what we did to the file
Toolchange.n
On 1 August 2014 13:44, Rick Lair wrote:
> It looks like it is acting as a TYYXX
> operation when calling with the offset. When making just a tool with no
> offset call such as T01 it will ask to change to tool 1, or 2, or whatever
> TXX call is made.
Looks like I guessed wrongly :-)
> Is this
Hello Andy,
I have been tinkering with your new config for the Fanuc style change, and
have noticed the following,
When doing a tool change TXXYY should call tool XX, offset YY, with the tool
being the 1,2,3 etc, and the offset being the 10001, 10002, 1003, etc.
entries in the tool table.
(16:44:05) dgarr: andypugh: one way to conform to configs structure,
pickconfig, and prior (remap) examples: http://www.pastebin.ca/2826231
(16:45:30) dgarr: there is some info in configs/maintainer.txt too
(16:53:15) dgarr: also you can debug and/or see pickconfig copying in a rip by
using expor
I made a remapped-T config that uses the new G43.2 to give lathe-style
toolchanges.
This has been incorporated into 2.6. But unfortunately it doesn't work.
The config needs to find "public" remap files (nc_files/remap_lib) but
also uses some common files from sim/axis
I didn't put it in sim-axis