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,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