Tool management
Application
The control displays the tool definitions of all technologies as well as the tools currently present in the tool magazine in the Tool management application of Tables operating mode.
The tool management allows you to add or delete tools, or to edit parameters.
Related topics
- Creating new tools
- Table workspace
- Form workspace
Description of function
You can define up to 32,767 tools in the tool management; this is the maximum number of available table rows.
The control displays all parameters of the tool tables below in the tool management:
- Tool table tool.t
- Touch-probe table tchprobe.tp (#17 / #1-05-1)
The control additionally displays the pockets occupied in the magazine from pocket table tool_p.tch in the tool management.
You can edit the parameters in the Table or Form workspaces. In the Form workspace the control shows the correct parameters for each tool type.
Notes
- When creating a new tool, the length L and radius R parameters are empty at first. The control will not insert a tool whose length and radius are missing and will display an error message.
- Tools still stored in the pocket table cannot be deleted. The tools must be removed from the magazine first.
- When editing parameters, bear in mind that the current tool may have been entered in the RT column as a replacement tool of another tool!
- Make sure to keep the tool table as short and clear as possible so that it does not impair the computing speed of your control. Use a maximum of 10,000 tool entries in tool management. For example, you can delete all unused tool numbers; tool numbers need not be sequential.
- If the cursor is within the Table workspace and the Edit toggle switch is deactivated, a search using the keyboard can be started. The control opens a separate window with an input field and automatically searches for the entered string. If the controls finds a tool with the entered characters, it selects this tool. If it finds several tools with this string of characters, you can scroll up and down in the window.
- In the Simulation workspace you can check for collisions between the tool (including its holder) and the workpiece or fixtures.
Importing and exporting tool data
Application
The control can import and export tool data. This avoids manual editing efforts and possible typing errors. Importing tool data is particularly useful in connection with a tool presetter. Exported tool data can be used for the tool database of your CAM system, for example.
Description of function
The control transmits tool data as a CSV file.
The tool data transfer file is structured as follows:
- The first row contains the tool table column names that are transferred.
- The other rows contain the parameters to be transferred. The order of the parameter values must match the order of the column names in the first row. Decimal numbers are separated by a point.
The column names and the tool parameter values are placed in double quotation marks and are separated by semicolons.
Please note the following regarding the transfer file:
- The tool number must be present.
- Any tool data can be imported. The data record does not need to contain all tool table column names or all parameter values.
- Missing parameter values contain no value between the quotation marks.
- The column names can be arranged in any order. The sequence of parameter values must match the order of column names.
Importing tool data
To import tool data: | ||
| ||
| ||
| ||
| ||
| ||
| ||
|
- Use this function only with tool data that are no longer needed
Exporting tool data
To export tool data: | ||
| ||
| ||
| ||
| ||
| ||
| ||
|
Notes
- Check whether the column names are correct
- After importing, check the tool data and adapt them if required.
- The transfer file must be saved under TNC:\table.
- The control creates an output of the CSV files with the following formatting:
- TNC7 (semicolon-separated) encloses the values in double quotation marks, the individual values are separated by semicolons
- iTNC 530 / TNC 640 (comma-separated) encloses the values in double curly brackets, the individual values are separated by commas
Most table calculation programs use a semicolon as the default separator.
The control is able to import and export data in both formats.