;+++++++++++++++++++++++++++++++++++++++++++ ;Tabelle für DIN-Senkungen in machining ;21.11.2011 mbk ;+++++++++++++++++++++++++++++++++++++++++++ (in-package :cad-cam-link-customization) (use-package :oli) (sd-create-logical-table "mach_adv_library-counterbored_throughhole-sink_depth-table" :columns ' (:description :hole_dia :sink_dia :sink_depth :hole_dia_tol :sink_dia_tol ) :columnNames ' ("Beschreibung" "Bohrdurchm." "Senkdurchm." "Senktiefe" "Bohrdurchmtol." "Senktieftol." ) :types ' (:string :length :length :length :list :list ) :units ' (nil :mm :mm :mm :nil :nil) :contents ' ( ("DIN 974" 0 0 0 (:tol_type :no_tol) (:tol_type :no_tol) ) ("fuer DIN 912" 0 0 0 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 3" 3.4 6.5 3.4 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 4" 4.5 8.0 4.6 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 5" 5.5 10.0 5.7 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 6" 6.6 11.0 6.8 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 8" 9.0 15.0 9.0 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 10" 11.0 18.0 11.0 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 12" 13.5 20.0 13.0 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 16" 17.5 26.0 17.5 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 20" 22.0 33.0 21.5 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 24" 26.0 40.0 26.0 (:tol_type :no_tol) (:tol_type :no_tol) ) ("++++++++++++++++++++" 0 0 0 (:tol_type :no_tol) (:tol_type :no_tol) ) ("DIN 974" 0 0 0 (:tol_type :no_tol) (:tol_type :no_tol) ) ("fuer DIN 7984" 0 0 0 (:tol_type :no_tol) (:tol_type :no_tol) ) ("++++++++++++++++++++" 0 0 0 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 3" 3.4 6.5 2.4 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 4" 4.5 8.0 3.2 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 5" 5.5 10.0 3.9 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 6" 6.6 11.0 4.4 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 8" 9.0 15.0 5.6 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 10" 11.0 18.0 6.6 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 12" 13.5 20.0 7.6 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 16" 17.5 26.0 9.6 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 20" 22.0 33.0 11.6 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 24" 26.0 40.0 13.8 (:tol_type :no_tol) (:tol_type :no_tol) ) ); end contents ); end sd-create-logical-table (sd-create-display-table "mach_adv_library-counterbored_throughhole-sink_depth-table" :tableTitle (F2::lola_mesg "Senkungen fuer Zylinderschrauben nach DIN 974" 16 "browser_tag" "") :logicalTable "mach_adv_library-counterbored_throughhole-sink_depth-table" :columns '(:description :hole_dia :sink_dia :sink_depth) :filterStatusLine nil :applyColumns '(:sink_depth) :selectionMode :single-row :applyAction :default-tokens )