Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: milkof on May 23, 2006, 04:22:40 PM

Title: Set tool length
Post by: milkof on May 23, 2006, 04:22:40 PM
Hi, I have a question for you.

I have a sensor for set a tool length but I don’t know how can use it.

Is it possible make a automatism for use it?

There Is a macro?

Could tell me more about?

 

 

Regards

 Milko
Title: Re: Set tool length
Post by: Brian Barker on May 23, 2006, 10:29:57 PM
There is a video that will tell you one way to do a tool setter... After you have tooled at that you are free to post here and I will help you get it working the way you would like. There are MANY ways to set one up...


Thank you and look forward to getting it working for you
Brian
Title: Re: Set tool length
Post by: milkof on May 24, 2006, 01:00:29 PM
There is a video that will tell you one way to do a tool setter... After you have tooled at that you are free to post here and I will help you get it working the way you would like. There are MANY ways to set one up...


Thank you and look forward to getting it working for you
Brian


Hi I saw a video but i have a problem to understand whit tell.
For me is more simple read.
which is a many wais to set one up.

regards Milko from Italy
Title: Re: Set tool length
Post by: Brian Barker on May 24, 2006, 02:53:14 PM
Try this script and please test this in the air.

Zpos = GetDRO(2)
Code ("G31 Z" & Zpos -1.00 & " F10.0") 'Probe  down one unit
Zpos = GetVar(2002) 'Get the point where the probe hit
Code ("G00 Z" & Zpos) 'Rapid to where the probe hit
while Ismoving()
Wend
Call SetDRO(2,0)'Set the Z to zero

Thanks
 Brian