tool change script errors

MSM turn mode support (and mill-turn as it runs in turn mode).
Post Reply
SGAULT62
Posts: 6
Joined: Wed Sep 25, 2013 5:31 am

tool change script errors

Post by SGAULT62 »

This is probably something i have set up wrong but can't figure it out. when i run a program the machine goes to the tool change position and then an error window pops up.
error.GIF
error.GIF (15.62 KiB) Viewed 6422 times
i select OK then the next one pops up.
error2.GIF
error2.GIF (13.26 KiB) Viewed 6422 times
I hit OK and then have to hit the RESET button. after that everything works fine.

Any ideas what i don't have set correctly? Below is first few lines of G Code also.

(TOOL - 3 OFFSET - 3)
(LATHE TOOL 1 INSERT - TNMG-321)
N110 G28 U0. W0.
N120 G50 X2. Z1.5
N130 G0 T0303
N140 G97 S3600 M03


thanks for any help.
User avatar
DaveCVI
Site Admin
Posts: 798
Joined: Mon Feb 04, 2013 3:15 pm
Contact:

Re: tool change script errors

Post by DaveCVI »

MSM is looking for the scripts that the user has to supply for Auto tool Change mode but not finding them.
I bet you do not have mach set to the tool change mode you want.

Go to the mach menus, config, general config.
Look in the upper left area of the dialog - I bet you have mach set to "Auto Tool Changer" when what you probably want is "Stop Spindle, Wait for Cycle Start".
Save the new setting. shut down mach (to get the change saved to the Mach profile XMl file).
Restart and you should now get the stop&Wait mode for tool changes.

Dave
Productivity Software for Personal CNC Machinists
http://www.CalypsoVentures.com
SGAULT62
Posts: 6
Joined: Wed Sep 25, 2013 5:31 am

Re: tool change script errors

Post by SGAULT62 »

Bingo, changed it just like you said and everything works fine. Amazing what 1 little check box can do.
thanks for your quick response.
Scott
Post Reply