1
0
Files
campro_tool_library/fixture_automation/metric/fixture_database.dat
2026-02-22 14:16:24 +01:00

42 lines
1.9 KiB
Plaintext

###############################################################################
# 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_mm | 1 | Sim01Vise | 152.42 | 40.9 | 40.9 | 0.0 | 280.0
#END_DATA
#CLASS CHUCK
FORMAT LIBRF T DESCR DIAMETER MINCLMPDIA MAXCLMPDIA
#-------------------------------------------------------------------------------------
DATA | SimpleChuck_mm | 2 | SimpleChuck | 200.0 | 50.0 | 270.0
#END_DATA