# 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 | SHKI001_00001 | 1 | 1 | 2 | #END_DATA #------------------------------------------------------------------------------- #CLASS MILLING_DRILLING FORMAT LIBRF RTYPE SEQ DIAM LENGTH TAPER CRAD #------------------------------------------------------------------------------- DATA | SHKI001_00001 | 2 | 1 | 0.45000 | 0.10000 | 14.03620 | 0.00000 DATA | SHKI001_00001 | 2 | 2 | 0.50000 | 1.90000 | 0.00000 | 0.00000 #END_DATA