Initial commit
This commit is contained in:
33
feeds_speeds/ascii/sample_machining_data.csv
Normal file
33
feeds_speeds/ascii/sample_machining_data.csv
Normal 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
|
||||
|
Reference in New Issue
Block a user