Welcome, Guest. Please login or register.
Did you miss your activation email?
May 27, 2012, 01:47:24 PM

Login with username, password and session length
Search:     Advanced search
* Home Help Search Calendar Links Login Register
+  Machsupport Forum
|-+  Mach Discussion
| |-+  General Mach Discussion
| | |-+  tool change
Pages: 1   Go Down
Print
Author Topic: tool change  (Read 327 times)
0 Members and 1 Guest are viewing this topic.
lajoolaj
Active Member

Offline Offline

Posts: 5


View Profile
« on: January 08, 2011, 12:10:43 PM »

i am useing mach3 mill. when i do M6 T2 program stop and waiting for cycle start. it is ok but when i press cykle start spindle dont start. what is wrong?
sorry my bad english
Logged
BR549
Active Member

Offline Offline

Posts: 2,556


View Profile
« Reply #1 on: January 08, 2011, 12:16:30 PM »

A tool change normally does not restart the spindle. It is normally restarted via Gcode after the machine clears the tool change area .

YOU can alter the M6end macro to auto restart the spindle .

To the M6end add  DoSpinCW() to the end of the file.  Just remember it willl autostart the spindle EVEN if it is not where you want it to be(;-)

Hope that helps, (;-) TP
Logged
ger21
Global Moderator
*
Offline Offline

Posts: 2,619



View Profile WWW
« Reply #2 on: January 08, 2011, 12:48:51 PM »

Yes, be careful with having the toolchange macro start the spindle.

I was doing that with my auto zero macro (as part of M6) UNTIL the spindle started unexpectedly.

At that point, I decided to let the g-code start the spindle.
Logged

derekbpcnc
Active Member

Offline Offline

Posts: 194


View Profile
« Reply #3 on: January 08, 2011, 03:35:11 PM »

Hi,

Safer to write in your Gcode:-

T2 M06         (Tool change to tool 2)
G43 H2       (apply tool lenght offset if you have programmed the tool table)
M03 S1000 (turn spindle on and set speed)

ATB
Derek
Logged

You can "chop it off" but can't "chop it on"
Pages: 1   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!