Initial commit
This commit is contained in:
41
fixture_automation/english/fixture_database.dat
Normal file
41
fixture_automation/english/fixture_database.dat
Normal file
@@ -0,0 +1,41 @@
|
||||
###############################################################################
|
||||
# fixture_database.dat - database file for fixture database stored as ascii file
|
||||
###############################################################################
|
||||
#############################################################################
|
||||
## Data file for the Machine fixtures
|
||||
##
|
||||
##
|
||||
## REVISED:
|
||||
## $dbc_logname $out_daytime
|
||||
##
|
||||
## The following key words for Attribute ids are defined
|
||||
##
|
||||
## LIBRF - unique record identifier
|
||||
## T - fixture type - 1-Vice
|
||||
## 2-Chuck
|
||||
## DESCR - Short description ( Product ID, etc.)
|
||||
## JAWWIDTH - The width of the jaws of a vise
|
||||
## MINJAWHGHT - The minimum height the jaws of a vise can hold
|
||||
## MAXJAWHGHT - The maximum height the jaws of a vise can grip
|
||||
## MINCMLPWIDTH - min clamping width for vises
|
||||
## MAXCLMPWIDTH - max clamping width for vises
|
||||
## DIAMETER - the diameter of the chuck's body
|
||||
## MINCLMPDIA - min clamping diameter for chucks
|
||||
## MAXCLMPDIA - max clamping diameter for chucks
|
||||
##
|
||||
##############################################################################"
|
||||
##
|
||||
##############################################################################
|
||||
|
||||
#CLASS VISE
|
||||
FORMAT LIBRF T DESCR JAWWIDTH MINJAWHGHT MAXJAWHGHT MINCMLPWIDTH MAXCLMPWIDTH
|
||||
#----------------------------------------------------------------------------------------------------------------------
|
||||
DATA | Sim01Vise_in | 1 | Sim01Vise | 6.0 | 1.6 | 1.6 | 0.0 | 11.0
|
||||
#END_DATA
|
||||
|
||||
#CLASS CHUCK
|
||||
FORMAT LIBRF T DESCR DIAMETER MINCLMPDIA MAXCLMPDIA
|
||||
#-------------------------------------------------------------------------------------
|
||||
DATA | SimpleChuck_in | 2 | SimpleChuck | 8.0 | 2.0 | 10.5
|
||||
#END_DATA
|
||||
|
||||
Reference in New Issue
Block a user