1
0

Added some tools

This commit is contained in:
Matthias Heisig
2026-02-22 19:46:59 +01:00
parent c81b7db7e7
commit ffade15943
8 changed files with 90 additions and 13 deletions

View File

@@ -0,0 +1,56 @@
# SHANK_ASCII.DAT
##########################################################################
#
# PURPOSE:
#
# This is the database file used for defining multiple section tool
# shanks.
#
#
# The next line causes the on site revision history to be saved.
# To prevent this, delete the next line.
#
# dbc_logname
#
##########################################################################
# The data is organized using the following fields separated by |
#
# The following fields are defined for all records
#
# LIBRF - Unique holder identifier (library reference of the holder)
# RTYPE - Record type
# = 1 General shank record
# = 2 Shank data record
#
# The following fields are defined for RTYPE = 1
#
# STYPE - Shank type
# = 1 Milling and Drilling Holder
# SNUM - Section number - count of sections for this holder
# DESCR - Shank description
#
# The following fields are defined for Milling and Drilling holders with RTYPE = 2
#
# LIBRF - Unique shank identifier (same as in RTYPE = 1 record)
# SEQ - Sequence number of section (represents where this section is
# in the overall shank set.
# DIAM - Diameter of section
# LENGTH - Length of section
# TAPER - Taper angle of section in degree
# CRAD - Corner radius of section
#
#
#-------------------------------------------------------------------------------
#CLASS MILLING_DRILLING
FORMAT LIBRF RTYPE STYPE SNUM DESCR
#-------------------------------------------------------------------------------
DATA | SHK001_00001 | 1 | 1 | 2 |
#END_DATA
#-------------------------------------------------------------------------------
#CLASS MILLING_DRILLING
FORMAT LIBRF RTYPE SEQ DIAM LENGTH TAPER CRAD
#-------------------------------------------------------------------------------
DATA | SHK001_00001 | 2 | 1 | 9.80000 | 2.00000 | 2.86240 | 0.00000
DATA | SHK001_00001 | 2 | 2 | 10.00000 | 48.00000 | 0.00000 | 0.00000
#END_DATA