1
0

Initial commit

This commit is contained in:
2026-02-22 14:16:24 +01:00
commit 1692d191fa
3684 changed files with 10817616 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
# The data is organized in the format separated by
# The fields in the database are in the following order:
#
# LIBRF - Unique record identifier
# (Desired Library Reference or empty cell and the system will determine a unique reference)
# OPERTYPE - cutmthd_libref Cut Method Library Reference
# PARTMAT - part_material_libref Part Material Library Reference
# TOOLMAT - tool_material_libref Tool Material Library Reference
# DIAM_IN - cutter diameter - inch
# DIAM_MM - cutter diameter - mm
# LENGTH_IN - cutter length - inch
# LENGTH_MM - cutter length - mm
# DPT_CUT_IN - dpth_of_cut Depth_of_cut(inch)
# DPT_CUT_MM - dpth_of_cut Depth_of_cut(mm)
# STEPOVER_IN - stepover distance (inch)
# STEPOVER_MM - stepover distance (mm)
# SURF_SPEED_FPM - surface_speed Suface Speed(FPM),,,,,,,,,,,,,,,,,,,,,,
# SURF_SPEED_MPM - surface_speed Suface Speed(MPM),,,,,,,,,,,,,,,,,,,,,,
# FEED_IPT - feed_per_tooth Feed per Tooth(IPT),,,,,,,,,,,,,,,,,,,,,,
# FEED_MMPT - feed_per_tooth Feed per Tooth(MMPT),,,,,,,,,,,,,,,,,,,,,,
# APPROACH_PCT - approach feedrate percentage of cut feedrate,,,,,,,,,,,,,,,,,,,,,,
# ENGAGE_PCT - engage feedrate percentage of cut feedrate,,,,,,,,,,,,,,,,,,,,,,
# FRSTCUT_PCT - first cut feedrate percentage of cut feedrate,,,,,,,,,,,,,,,,,,,,,,
# STEPOVER_PCT - stepover feedrate percentage of cut feedrate,,,,,,,,,,,,,,,,,,,,,,
# RETRACT_PCT - retract feedrate percentage of cut feedrate,,,,,,,,,,,,,,,,,,,,,,
# RETURN_PCT - return feedrate percentage of cut feedrate,,,,,,,,,,,,,,,,,,,,,,
# DEPART_PCT - departure feedrate percentage of cut feedrate,,,,,,,,,,,,,,,,,,,,,,
#--------------------------------------------------------------------------------,,,,,,,,,,,,,,,,,,,,,,
#LIBRF,OPERTYPE,PARTMAT,TOOLMAT,DIAM_IN,DIAM_MM,LENGTH_IN,LENGTH_MM,DPT_CUT_IN,DPT_CUT_MM,STEPOVER_IN,STEPOVER_MM,SURF_SPEED_FPM,SURF_SPEED_MPM,FEED_IPT,FEED_MMPT,APPROACH_PCT,ENGAGE_PCT,FRSTCUT_PCT,STEPOVER_PCT,RETRACT-PCT,RETRUN_PCT,DEPART_PCT
THSO_00285,OPD0_00002,MAT0_00001,TMC0_00001,0.5,0,3,0,0.01,0.25,0,0,240,72.96,0.003,0.0762,0,90,60,0,0,0,0
THSO_00286,OPD0_00002,MAT0_00001,TMC0_00001,0.25,0,2,0,0.05,1.25,0,0,160,48.64,0.005,0.127,0,90,60,0,0,0,0
THSO_00287,OPD0_00002,MAT0_00001,TMC0_00001,0.75,0,4,0,0.1,2.5,0,0,125,38,0.01,0.254,0,90,60,0,0,0,0
,OPD0_00002,MAT0_00001,TMC0_00001,0.125,0,1,0,0.1,2.5,0,0,125,38,0.01,0.254,0,90,60,0,0,0,0
1 # The data is organized in the format separated by
2 # The fields in the database are in the following order:
3 #
4 # LIBRF - Unique record identifier
5 # (Desired Library Reference or empty cell and the system will determine a unique reference)
6 # OPERTYPE - cutmthd_libref Cut Method Library Reference
7 # PARTMAT - part_material_libref Part Material Library Reference
8 # TOOLMAT - tool_material_libref Tool Material Library Reference
9 # DIAM_IN - cutter diameter - inch
10 # DIAM_MM - cutter diameter - mm
11 # LENGTH_IN - cutter length - inch
12 # LENGTH_MM - cutter length - mm
13 # DPT_CUT_IN - dpth_of_cut Depth_of_cut(inch)
14 # DPT_CUT_MM - dpth_of_cut Depth_of_cut(mm)
15 # STEPOVER_IN - stepover distance (inch)
16 # STEPOVER_MM - stepover distance (mm)
17 # SURF_SPEED_FPM - surface_speed Suface Speed(FPM)
18 # SURF_SPEED_MPM - surface_speed Suface Speed(MPM)
19 # FEED_IPT - feed_per_tooth Feed per Tooth(IPT)
20 # FEED_MMPT - feed_per_tooth Feed per Tooth(MMPT)
21 # APPROACH_PCT - approach feedrate percentage of cut feedrate
22 # ENGAGE_PCT - engage feedrate percentage of cut feedrate
23 # FRSTCUT_PCT - first cut feedrate percentage of cut feedrate
24 # STEPOVER_PCT - stepover feedrate percentage of cut feedrate
25 # RETRACT_PCT - retract feedrate percentage of cut feedrate
26 # RETURN_PCT - return feedrate percentage of cut feedrate
27 # DEPART_PCT - departure feedrate percentage of cut feedrate
28 #--------------------------------------------------------------------------------
29 #LIBRF OPERTYPE PARTMAT TOOLMAT DIAM_IN DIAM_MM LENGTH_IN LENGTH_MM DPT_CUT_IN DPT_CUT_MM STEPOVER_IN STEPOVER_MM SURF_SPEED_FPM SURF_SPEED_MPM FEED_IPT FEED_MMPT APPROACH_PCT ENGAGE_PCT FRSTCUT_PCT STEPOVER_PCT RETRACT-PCT RETRUN_PCT DEPART_PCT
30 THSO_00285 OPD0_00002 MAT0_00001 TMC0_00001 0.5 0 3 0 0.01 0.25 0 0 240 72.96 0.003 0.0762 0 90 60 0 0 0 0
31 THSO_00286 OPD0_00002 MAT0_00001 TMC0_00001 0.25 0 2 0 0.05 1.25 0 0 160 48.64 0.005 0.127 0 90 60 0 0 0 0
32 THSO_00287 OPD0_00002 MAT0_00001 TMC0_00001 0.75 0 4 0 0.1 2.5 0 0 125 38 0.01 0.254 0 90 60 0 0 0 0
33 OPD0_00002 MAT0_00001 TMC0_00001 0.125 0 1 0 0.1 2.5 0 0 125 38 0.01 0.254 0 90 60 0 0 0 0