Where can I find the “XSTATS11.tmp” file?
Do not worry Mr. Brian, here I provide some information.
The following for the V2.2 format of the xstats11.tmp file:
There are four line types: The FILE, DIM, DIM2, and TRACE lines.
Earlier versions may use the FILE and DIM lines, while the current version uses the FILE and DIM2 line.
The FILE line:
Line type: “FILE: ”
Part name: 20 characters of the file name.
Stats count Integer counter of stats count variable from PC-DMIS.
Date/Time: 18 characters of date and time in the format of month/day/year
(Space) hour/minute/second.
The DIM and DIM2 lines are similar:
Line type: “DIM: “ or “DIM2: “
Dim ID: For DIM line type: 10 character field for the dimension id, followed by 3 spaces.
For DIM2 line type: First 15 characters of the dimension id, terminated with the ascii character 0x03. Note that in this document the 0x03 character prints out as an underscore character, but may appear differently in other documents.
Feat ID: For DIM line type: 10 character field for the feature id, followed by 3 spaces.
For DIM2 line type: First 15 characters of the feature id, terminated with the ascii character 0x03. Note that in this document the 0x03 character prints out as an underscore character, but may appear differently in other documents.
If there are more than one feature associated to the dimension, only the first feature is printed.
Axis Field: 2 character field for the axis type (M, X, Y, Z, D, DF, TP, etc.)
Nominal: %12.6 lf double field for the dimension nominal.
+Tol: %12.6 lf double field for the dimension plus tolerance.
-Tol: %12.6 lf double field for the dimension minus tolerance.
Measured: %12.6 lf double field for the dimension measured.
The TRACE line:
Line type: “TRACE: ”
Trace name: Trace field name.
Separator: “ : “
Trace value: Trace field value.
Sample V2.3 xstats11.tmp file:
FILE: tracesubroutine 4 03/11/99 15:25:25
DIM2: LOC1_LOC1_M 1.000000 0.000000 0.000000 0.000000
DIM2: LOC2_LOC2_M 2.000000 0.000000 0.000000 0.000000
DIM2: LOC3_PNT1_X 0.000000 0.100000 0.100000 0.000000
DIM2: LOC3_PNT1_Y 0.000000 0.200000 0.200000 0.000000
DIM2: LOC3_PNT1_Z 0.000000 0.300000 0.300000 0.000000
TRACE: operator : wb
DIM2: LOC5_LOC5_M 5.000000 5.000000 5.000000 0.000000
DIM2: LOC4_LOC4_M 4.000000 0.000000 0.000000 0.000000
FILE: tracesubroutine 5 03/11/99 15:26:32
DIM2: LOC1_LOC1_M 1.000000 0.000000 0.000000 0.000000
DIM2: LOC2_LOC2_M 2.000000 0.000000 0.000000 0.000000
DIM2: LOC3_PNT1_X 0.000000 0.100000 0.100000 0.000000
DIM2: LOC3_PNT1_Y 0.000000 0.200000 0.200000 0.000000
DIM2: LOC3_PNT1_Z 0.000000 0.300000 0.300000 0.000000
FILE: tracesubroutine 6 03/11/99 15:27:03
DIM2: LOC1_LOC1_M 1.000000 3.000000 0.000000 0.000000
DIM2: LOC2_LOC2_M 2.000000 3.000000 0.000000 0.000000
DIM2: LOC3_PNT1_X 0.000000 0.100000 0.100000 0.000000
DIM2: LOC3_PNT1_Y 0.000000 0.200000 0.200000 0.000000
DIM2: LOC3_PNT1_Z 0.000000 0.300000 0.300000 0.000000
TRACE: operator : ryan
DIM2: LOC5_LOC5_M 5.000000 50.000000 5.000000 0.000000
V2.2 and V2.3 of PC-DMIS also set various parameters in the pcdlrn.ini file in the WinNT or Win95 directory. These are in the [Database] section and are used by DPUPDATE.EXE to set various parameters in DataPage.
[Database]
DatabaseDirectory=C:DATAPAGEPART
ReadLock=10
WriteLock=20
MemoryPages=4
UserID=407827132
DataPageVariableName=0
ControlCalculations=1