TOOL DATABASE
The tool database utility enables the user to store additional information about the tools listed in the linuxcnc tool.tbl file. This extra information is kept in a SQLITE database. On startup, the program checks if the database exists and creates one if needed. Data that exists in the system tool.tbl cannot be modified by this program. That data can only be modified by the tool_offsetview module.
Usage
Very little user action is required other than entering data into the parameter fields of the tool information panel. This panel appears on the right side of the tool_offset view in the TOOL page.
- A combobox is used to select an icon to be displayed whenever a tool is loaded into the spindle.
- To use tool icons, there must be a directory in the CONFIG folder called tool_icons.
- The tool_icons must be .png images. This enables them to have transparent backgrounds.
- If a recommended RPM value is entered, a corresponding SCS value is calculated.
- All parameter fields that are editable can be filled in without committing them to the database.
- To commit the changes to the database, the user must press RETURN on one of the parameter fields.
- If the ADD TOOL button on the tool_offsetview is pressed, the tool info panel will show the next lowest tool number available.
- Currently, duplicate tool numbers are not allowed. (This may change in the future).
- To display the stored info for a particular tool, set that tool to checked in the tool_offsetview.
- Tool parameters can only be modified if the machine is ON and the interpreter is IDLE.