Hello Guest it is March 29, 2024, 05:08:36 AM

Author Topic: Tool offsets and long delays vs Work offsets - help  (Read 14812 times)

0 Members and 1 Guest are viewing this topic.

Offline rcaffin

*
  •  1,052 1,052
    • View Profile
Tool offsets and long delays vs Work offsets - help
« on: February 14, 2011, 05:39:06 PM »
I am using a lathe with a custom multi-head tool holder.
Mach has a nice system which lets me position each tool to the job, hit Touch X/Z, and set up the tool table. This works well.

However, when changing tools (T202 etc) in the program, I have to M3 after each tool change, So there is a very long delay while the chuck stops, and then spins up again.  So, questions:

Is there any way to tell the system to just change the tool table entry used and NOTHING else? ie, no long delays. (Yes, I know I have to clear the job first!)

Or, is there any way to set up work offsets automatically, tool table style? I could juts as easily flip work offsets for this job.

Thanks

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: Tool offsets and long delays vs Work offsets - help
« Reply #1 on: February 14, 2011, 05:44:16 PM »
Do you need to stop the spindle? Or are you using the option on General Config to Stop and Wait? If the latter then possibly  you could set to Auto Toolchange and in your M6Start macro you could just issue a feedhold or similar.
Hood

Offline rcaffin

*
  •  1,052 1,052
    • View Profile
Re: Tool offsets and long delays vs Work offsets - help
« Reply #2 on: February 14, 2011, 06:20:59 PM »
No, I don't need to stop anything. Just change the entry in the tool table being used for offsets.

I have the system configured to use the Auto-tool change option now, but it still stops the chuck when the program does a Tn command.
In fact, if it is using T2 and the program issues another T2 (for safety reasons and the program is modular), then it still stops the chuck.
I am using the stock M6Start mand M6End macros - they don't seem to do anything with the chuck.

Puzzling.

Cheers

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: Tool offsets and long delays vs Work offsets - help
« Reply #3 on: February 14, 2011, 06:23:44 PM »
In Turn only the m6start is used. Dont recall whats in the m6 start macro as standard as mine is a custom one.
My spindle never turns off unless I press stop or call m5.
Hood

Offline rcaffin

*
  •  1,052 1,052
    • View Profile
Re: Tool offsets and long delays vs Work offsets - help
« Reply #4 on: February 14, 2011, 06:33:04 PM »
In Turn only the m6start is used. Dont recall whats in the m6 start macro as standard as mine is a custom one.
M6Start:
  tool = GetSelectedTool()
  SetCurrentTool( tool )

Quote
My spindle never turns off unless I press stop or call m5.
Yeah - that is what I want! But I can't get it to happen. Very strange.

Cheers

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: Tool offsets and long delays vs Work offsets - help
« Reply #5 on: February 14, 2011, 06:34:53 PM »
Can you attach your xml, your tools3.dat and some code and I will see if I can simulate here and get the same issue.
Hood

Offline rcaffin

*
  •  1,052 1,052
    • View Profile
Re: Tool offsets and long delays vs Work offsets - help
« Reply #6 on: February 14, 2011, 06:58:19 PM »
Hi Hood

I will ... but I seem to have hung up the Forum SW with the attachments. Working ...

Cheers

Offline rcaffin

*
  •  1,052 1,052
    • View Profile
Re: Tool offsets and long delays vs Work offsets - help
« Reply #7 on: February 14, 2011, 07:03:17 PM »
The program

Offline rcaffin

*
  •  1,052 1,052
    • View Profile
Re: Tool offsets and long delays vs Work offsets - help
« Reply #8 on: February 14, 2011, 07:04:57 PM »
The 4-head unit

Offline rcaffin

*
  •  1,052 1,052
    • View Profile
Re: Tool offsets and long delays vs Work offsets - help
« Reply #9 on: February 14, 2011, 07:06:26 PM »
The XML