60 lines
2.3 KiB
Plaintext
60 lines
2.3 KiB
Plaintext
# 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.
|
|
#
|
|
# M.Heisig Sun Feb 22 2026 05:13 PM Saving SHK001_01001
|
|
# 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 |
|
|
DATA | SHK001_01001 | 1 | 1 | 1 |
|
|
#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
|
|
DATA | SHK001_01001 | 2 | 1 | 8.00000 | 37.30000 | 0.00000 | 0.00000
|
|
#END_DATA
|
|
|