(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 ' ( ("Schiller-Norm SN4" 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) ) (" " 0 0 0 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 1.6 DIN974-1" 1.8 3.3 1.8 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 2 SN4" 2.4 4.3 2.8 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 2.5 DIN974-1" 2.9 5.0 2.9 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 3 SN4" 3.4 6.5 3.9 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 4 SN4" 4.5 8.0 4.9 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 5 SN4" 5.5 10.0 6.0 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 6 SN4" 6.6 11.0 7.1 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 8 SN4" 9.0 15.0 9.4 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 10 SN4" 11.0 18.0 11.6 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 12 SN4" 13.5 20.0 13.7 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 16 SN4" 17.5 26.0 17.9 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 20 SN4" 22.0 33.0 22.1 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 24 SN4" 26.0 40.0 26.6 (:tol_type :no_tol) (:tol_type :no_tol) ) (" " 0 0 0 (:tol_type :no_tol) (:tol_type :no_tol) ) ("Schiller-Norm SN5" 0 0 0 (:tol_type :no_tol) (:tol_type :no_tol) ) ("fuer DIN 7984 (niedriger Kopf)" 0 0 0 (:tol_type :no_tol) (:tol_type :no_tol) ) (" " 0 0 0 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 1.6 DIN974-2" 1.8 3.3 1.2 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 2 DIN974-2" 2.4 4.3 1.6 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 2.5 DIN974-2" 2.9 5.0 2.0 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 3 SN5" 3.4 6.5 2.9 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 4 SN5" 4.5 8.0 3.7 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 5 SN5" 5.5 10.0 4.5 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 6 SN5" 6.6 11.0 5.1 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 8 SN5" 9.0 15.0 6.4 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 10 SN5" 11.0 18.0 7.6 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 12 SN5" 13.5 20.0 8.7 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 16 SN5" 17.5 26.0 10.9 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 20 SN5" 22.0 33.0 13.1 (:tol_type :no_tol) (:tol_type :no_tol) ) ("M 24 SN5" 26.0 40.0 15.6 (:tol_type :no_tol) (:tol_type :no_tol) ) ); end contents ); end sd-create-logical-table ;; ;;---- There must be a display table for each logical table, ;;---- else the table cannot be used at all. ;; (sd-create-display-table "mach_adv_library-counterbored_throughhole-sink_depth-table" :tableTitle (F2::lola_mesg "Zafensenkungen fuer Zylinderschrauben nach SN4 & SN5" 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 ) (print "----------------------------------------------------------------------") (print "-- MA_Schiller_counterbored_throughhole_sink_depht_table.lsp ist OK --") (print "----------------------------------------------------------------------")