OK that all sound normal.Treb63 wrote:Hi Dave,
I am experiencing an issue with my MSM Pro when running a tool change routine using M6 Txx, I am using master tool mode with my probe set up as master tool (99).
I call T99 M6 manually and probe the tool change table plate (calibrate) then probe the feature on my workpiece to give my G54 all good so far.
I run my first op which includes a M6 T8, it runs the M6 goes to the tool change position ( tool is changed) then it feeds to the tool change plate and does the double touch and eventually returns to the run page and continues the operation using the tool offset measured, all still good so far, I may not finish the programme correctly with the M30.
What is the exact error message? Can you get this to happen and send me the mach history log (Hist button in MSM)? Maybe take a screen shot of the error message?Treb63 wrote: I then run the next operation (a separate programme is loaded) and if I use the same tool number that is already the active tool during the M6 tool call the machine goes to the tool change position, the tool is changed or not in this case, cycle start is pressed then I get an M6 end error,
really? all by itself? I'm surprised that it could continue after a M6 error.Treb63 wrote: the programme then continues ...
That make sense to me - if M6End faulted early only the tool measurement stuff would not get run.Treb63 wrote: ...without measuring the tool
Also makes seom sense - the MSM Tool Change led is turne don by M6Start and off again by M6 End. So if M6 End did not run, it would get stuck in the ON state.Treb63 wrote: ...but the TC LEDs are still lit whilst running the programme,
By "same thing", do you mean that all M6 sequences give the same error message?Treb63 wrote: further tool changes then do the same thing
well at least that gets things fixed up.Treb63 wrote: ...until Mach3 is reset ( reboot)
Any Thourghts?
DaveCVI wrote:Hi,
let me start with a couple of questions so I'll know if my assumptions are warranted or not:
1) MSM version?
2) mach version?
3) motion device?
OK that all sound normal.Treb63 wrote:Hi Dave,
I am experiencing an issue with my MSM Pro when running a tool change routine using M6 Txx, I am using master tool mode with my probe set up as master tool (99).
I call T99 M6 manually and probe the tool change table plate (calibrate) then probe the feature on my workpiece to give my G54 all good so far.
I run my first op which includes a M6 T8, it runs the M6 goes to the tool change position ( tool is changed) then it feeds to the tool change plate and does the double touch and eventually returns to the run page and continues the operation using the tool offset measured, all still good so far, I may not finish the programme correctly with the M30.
Would you elaborate a bit re the "... may not finish the programme correctly with the M30." ?
Is this just a simple situation of you git feed hold or stop instead running thru an M30? Or did something else happen that may be a clue I should be thinking about (Crash? error messages?)
Executing an M30 to end a program is not required - M30 is end program and then rewind program to start. It's ok to end a program with out rewinding it (rewinding is actually a hold over from the days of paper tape programs).
M0 and M2 are other ways to end a program- but even they are not strictly required as far as I remember.
I'd like to know more precisely the way the program was ended - as this sets up the state for mach just before the 2nd part of your question.
What is the exact error message? Can you get this to happen and send me the mach history log (Hist button in MSM)? Maybe take a screen shot of the error message?Treb63 wrote: I then run the next operation (a separate programme is loaded) and if I use the same tool number that is already the active tool during the M6 tool call the machine goes to the tool change position, the tool is changed or not in this case, cycle start is pressed then I get an M6 end error,
I've tried loading a t# then loading a program where the 1st T# called for is the same as the # already loaded - seems to work fine for me. So there must be more to the sequence of steps that I am not doing.
really? all by itself? I'm surprised that it could continue after a M6 error.Treb63 wrote: the programme then continues ...
Did you have to do anything to make it continue (Press cycle start or ?)?
That makes sense to me - if M6End faulted early only the tool measurement stuff would not get run.Treb63 wrote: ...without measuring the tool
Also makes some sense - the MSM Tool Change led is turned on by M6Start and off again by M6 End. So if M6 End did not run, it would get stuck in the ON state.Treb63 wrote: ...but the TC LEDs are still lit whilst running the programme,
By "same thing", do you mean that all M6 sequences give the same error message?Treb63 wrote: further tool changes then do the same thing
well at least that gets things fixed up.Treb63 wrote: ...until Mach3 is reset ( reboot)
Any Thourghts?
Is a reboot necessary. or will a click of the reset button to put mach into estop and then another cliock of reset to get out of estop enough to clear the error condition?
Dave