;+++++++++++++++++++++++++++++++++++++++++++ ;Tabelle für DIN-Kegelsenkungen in machining ;30.10.2014 Wd ;+++++++++++++++++++++++++++++++++++++++++++ (in-package :cad-cam-link-customization) (use-package :oli) (sd-create-logical-table "mach_adv_library-countersunk_throughhole-drill_dia-table" :columns ' (:description :drill_dia :chamfer_depth :drill_dia_tol :chamfer_depth_tol ) :columnNames ' ("Beschreibung" "Bohrdurchm." "Fasentiefe" "Bohrdurchmtol." "Senktieftol." ) :types ' (:string :length :length :list :list ) :units ' (nil :mm :mm :nil :nil) :contents ' ( ("DIN 74-1" 0 0 (:tol_type :no_tol) (:tol_type :no_tol) ) ("fuer DIN 7991" 0 0 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 3" 3.4 1.75 (:tol_type :iso :iso "H13") (:tol_type :no_tol) ) ("M 4" 4.5 2.35 (:tol_type :iso :iso "H13") (:tol_type :no_tol) ) ("M 5" 5.5 3.0 (:tol_type :iso :iso "H13") (:tol_type :no_tol) ) ("M 6" 6.6 3.55 (:tol_type :iso :iso "H13") (:tol_type :no_tol) ) ("M 8" 9.0 4.65 (:tol_type :iso :iso "H13") (:tol_type :no_tol) ) ("M 10" 11.0 5.85 (:tol_type :iso :iso "H13") (:tol_type :no_tol) ) ("M 12" 13.5 6.85 (:tol_type :iso :iso "H13") (:tol_type :no_tol) ) ("M 16" 17.5 8.25 (:tol_type :iso :iso "H13") (:tol_type :no_tol) ) ("M 20" 22.0 9.35 (:tol_type :iso :iso "H13") (:tol_type :no_tol) ) ("+++++++++++++++++++++++" 0 0 (:tol_type :no_tol) (:tol_type :no_tol) ) ("DIN 74-1" 0 0 (:tol_type :no_tol) (:tol_type :no_tol) ) ("fuer DIN 963 - ISO 2009" 0 0 (:tol_type :no_tol) (:tol_type :no_tol) ) ("+++++++++++++++++++++++" 0 0 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 2" 2.4 1.1 (:tol_type :iso :iso "H13") (:tol_type :no_tol) ) ("M 3" 3.4 1.55 (:tol_type :iso :iso "H13") (:tol_type :no_tol) ) ("M 4" 4.5 2.05 (:tol_type :iso :iso "H13") (:tol_type :no_tol) ) ("M 5" 5.5 2.45 (:tol_type :iso :iso "H13") (:tol_type :no_tol) ) ("M 6" 6.6 2.9 (:tol_type :iso :iso "H13") (:tol_type :no_tol) ) ("M 8" 9.0 3.7 (:tol_type :iso :iso "H13") (:tol_type :no_tol) ) ("M 10" 11.0 4.7 (:tol_type :iso :iso "H13") (:tol_type :no_tol) ) ("M 12" 13.5 5.2 (:tol_type :iso :iso "H13") (:tol_type :no_tol) ) ("M 16" 17.5 7.2 (:tol_type :iso :iso "H13") (:tol_type :no_tol) ) ("M 20" 22.0 9.2 (:tol_type :iso :iso "H13") (:tol_type :no_tol) ) ); end contents ); end sd-create-logical-table (sd-create-display-table "mach_adv_library-countersunk_throughhole-drill_dia-table" :tableTitle (F2::lola_mesg "Senkungen fuer Senkschrauben nach DIN 7991" 16 "browser_tag" "") :logicalTable "mach_adv_library-countersunk_throughhole-drill_dia-table" :columns '(:description :drill_dia :chamfer_depth) :filterStatusLine nil :applyColumns '(:drill_dia) :selectionMode :single-row :applyAction :default-tokens )