Hello Guest it is March 28, 2024, 03:13:17 PM

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

0 Members and 1 Guest are viewing this topic.

Offline rcaffin

*
  •  1,052 1,052
    • View Profile
Re: Tool offsets and long delays vs Work offsets - help
« Reply #30 on: February 15, 2011, 06:57:17 PM »
Hi Hood

Program Lockout tested: makes no difference whether program lockout is ticked or not.

Single step mode through test program: executing the T command stops the spindle if it is spinning and actives the standard dwell.

Sigh.
Cheers

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: Tool offsets and long delays vs Work offsets - help
« Reply #31 on: February 15, 2011, 07:02:06 PM »
Just dont understand that at all, can you  zip and email your whole macro folder from the machine and I will test with that.
Will pm you my email address.
Hood

Offline rcaffin

*
  •  1,052 1,052
    • View Profile
Re: Tool offsets and long delays vs Work offsets - help
« Reply #32 on: February 15, 2011, 07:25:40 PM »
Hi Hood

Attached - not very many macros in the folder . Hum ...

Cheers

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: Tool offsets and long delays vs Work offsets - help
« Reply #33 on: February 15, 2011, 07:37:05 PM »
And there is your problem
m6start  macro has


DoSpinStop()
while(ismoving)
wend
tool = GetSelectedTool()
SetCurrentTool( tool )

Offline rcaffin

*
  •  1,052 1,052
    • View Profile
Re: Tool offsets and long delays vs Work offsets - help
« Reply #34 on: February 15, 2011, 08:03:01 PM »
Hi Hood

OBVIOUSLY!
But the more interesting Q now is where did this come from? I did not edit that file myself, and so far I cannot find the original source. Beats me...

Never mind: I am extremely grateful to you for this! If I can help in any other way, please let me know.

Cheers
Roger caffin

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: Tool offsets and long delays vs Work offsets - help
« Reply #35 on: February 15, 2011, 08:06:55 PM »
Dont know, maybe it was in some earlier version and it has stuck but I have never seen it before, then again I never look at the standard macros as mine are mostly custom.
At least the problem has been found, thats all that matters :)
Hood

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: Tool offsets and long delays vs Work offsets - help
« Reply #36 on: February 15, 2011, 08:10:57 PM »
Seems to say it was modified on 14th Dec 2010 so maybe you had  a visit from one of the Ghosts of Christmas that likes messing with VB ;D
Hood

Offline rcaffin

*
  •  1,052 1,052
    • View Profile
Re: Tool offsets and long delays vs Work offsets - help
« Reply #37 on: February 15, 2011, 08:46:30 PM »
Hi Hood

Confirming all is well after a real test on the machine.

> Seems to say it was modified on 14th Dec 2010 so maybe you had  a visit from one of the Ghosts of Christmas
Hum ... it may be that the supplier sent me some updates about then. The machine was originally designed for teaching use, and they may have 'modified' it to keep little fingers from being minced. My best guess.

Cheers

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: Tool offsets and long delays vs Work offsets - help
« Reply #38 on: February 16, 2011, 03:00:28 AM »
Thats good news, its amazing how small changes can be a real PITA
Hood