VERICUT Users' Forum

Due to relentless spammers, we are no longer automatically accepting new forum registrations. If you wish to register for this forum, please send an e-mail to: info@cgtech.com

You are not logged in.

#1 2014-05-20 00:43:33

casper
Member
Registered: 2011-03-17
Posts: 4

Is there a way to control tool tip and corner radius in one project

Hi.
Is there a way to control tool tip and corner radius in one project.
It works in corner radius set in Configure Tooling.
But we must use tool tip option.

Here is sample code.

---------------------------------
Configure Tooling > Control Point > Tool Tip


T4
M06
.
.
.
G49
G90G54
G90G00A0.0C0.0
#11199=#11004-2.0 (  #11199 = Calculated Tool Length Value  ,#11004 = Current Tool Length Value , 2.0 = Tool Corner Radius )
G90G00X0.0Y0.0
G43.4Z100.0H199 ( <= Calculated Tool Length Compensation Value )
.
.
---------------------------------

How to setting this control?
What macro is usefull for the motion?

Thanks.

Last edited by casper (2014-05-21 08:58:03)

Offline

#2 2014-05-21 19:26:45

Tony
Moderator
From: Crewe, England
Registered: 2007-02-20
Posts: 181
Website

Re: Is there a way to control tool tip and corner radius in one project

If I understand you correctly, you want to modify the tool length by the corner radius ?

If this is the case you will need to make sure that AutosetToolLengthCompVars is set  correctly in Configuration > G-Code Processing > Start of Processing.

Take a look at the library fan30im.ctl in the latest V7.3.1 release.


Tony

Offline

#3 2014-05-22 04:31:00

casper
Member
Registered: 2011-03-17
Posts: 4

Re: Is there a way to control tool tip and corner radius in one project

Thanks.
How to use AutosetToolLengthCompVars in that case?
I can't understand for their using method.

Let's list a few ways I tried.

1.Start of Processing>AutosetToolLengthCompVars:Value=11000
2.T*> ToolLengthCompValue,AutosetToolLengthCompVars:Value=11000
3.Variables
#11004 | Tool Length Compensation:4* | 186
#11199 |                                          | 184

4.H* > Now What to do?
: Maybe in this position, gage offset or tool length compesation value must be changed ( #11004 =>#11199 )

Offline

Board footer