Tool length (P-TOOL-00003)
Tool length is entered in the parameter "wz[i].laenge".
Variable name | Type | Permissible range | Dimension |
laenge | SGN32 | MIN(SGN32) < laenge < MAX(SGN32) | 0,1 µm or 0,0001 inch |
| |
The tool length is expected in the unit [0,1µm] or [0,0001 inch]. |
EXAMPLE: The length of tool 5 is 60 mm.
Extract from "werkz_d.lis":
# ==========================================================================
# Tool data for tool no. 5
# ==========================================================================
wz[5].laenge 600000 # Tool length 60 mm
........