Re: [Emc-developers] Sample Configs layout

2014-08-01 Thread andy pugh
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

Re: [Emc-developers] Sample Configs layout

2014-08-01 Thread Rick Lair
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

[Emc-developers] Mach4 is for sale!

2014-08-01 Thread sam sokolik
If anyone is interested... https://groups.yahoo.com/neo/groups/mach1mach2cnc/conversations/messages/145043 http://www.machsupport.com/forum/index.php/topic,27747.0.html http://www.machsupport.com/software/mach4/ sam --

Re: [Emc-developers] Mach4 is for sale!

2014-08-01 Thread sam sokolik
Sorry - this was supposed to be on the users list. sam On 8/1/2014 10:22 AM, sam sokolik wrote: > If anyone is interested... > > https://groups.yahoo.com/neo/groups/mach1mach2cnc/conversations/messages/145043 > > http://www.machsupport.com/forum/index.php/topic,27747.0.html > > http://www.machsupp

Re: [Emc-developers] Sample Configs layout

2014-08-01 Thread andy pugh
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

Re: [Emc-developers] Sample Configs layout

2014-08-01 Thread Rick Lair
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.