Hello Guest it is March 29, 2024, 03:27:07 AM

Author Topic: Set tool length  (Read 3452 times)

0 Members and 1 Guest are viewing this topic.

Set tool length
« 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
Re: Set tool length
« Reply #1 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
Fixing problems one post at a time ;)

www.newfangledsolutions.com
www.machsupport.com
Re: Set tool length
« Reply #2 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
Re: Set tool length
« Reply #3 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
Fixing problems one post at a time ;)

www.newfangledsolutions.com
www.machsupport.com