Tool Length Compensation (#TLC ON/OFF)
![]() | Not included in the scope of the standard license. The use of this feature requires a license for the "Transformations” extension package. |
Syntax: | |
#TLC ON [ <delta_tool_length> ] | Select TLC |
#TLC OFF | Deselect TLC |
<delta_tool_length> Tool length difference in [mm, inch].
TLC permits the reuse of NC programs which were created by a programming system and which consider a specific tool length, even if the tool length was changed on the machine. It must be noted that no new tool offsets or radii may be compensated.
![]() | The TLC function may not be selected when RTCP is active. The error is output with ID 20669. The two functions mutually exclude each other. |
Programming Example
Tool Length Compensation
N10 #TLC ON [15] (Select TLC with extended tool,∆TL =15 mm)
N20 .
.
N100 #TLC OFF (Deselect TLC)
N200 #TLC ON [-20] (Select TLC with extended tool, ∆TL = -20 mm))
N210 .
.
N300 #TLC OFF (Deselect TLC)
N200 M30