V4.1
procedure:
measured 6 Auto Feature holes in a bolt circle
constructed a Feature Set with those 6 holes
BOLTCIR =FEAT/SET,RECT
THEO/0,0,0,0,0,1
ACTL/-0.02,-0.01,0,0,0,-1
CONSTR/SET,BASIC,CIR1,CIR2,CIR3,CIR4,CIR5,CIR6,,
dimensioned Feature Set as True Position
problem:
Yesteday the report showed the size and tolerance of the holes, the positions to the basic dimensions, and the XY locations with the deviation from the nominal. Today only the size and tolerance of the holes is displayed. I tried to create the True Position again (FCFLOC3) and only get the size of the holes, not even the tolerance. The Advanced tab in TP has "Both" selected for "Report Textual Analysis". A Windows re-boot had no effect. The difference in the code is in the line before PRIMARY DIMENSION/.... I can not edit the code and can't find any differences in the selections of the True Position window.
FCFLOC3 = TRUE POSITION OF BOLTCIR
FEATCTRLFRAME/SHOWNOMS=NO,SHOWPARAMS=YES,SHOWEXPANDED=YES
CADGRAPH=OFF REPORTGRAPH=OFF TEXT=BOTH MULT=10.00 OUTPUT=BOTH UNITS=MM
COMPOSITE=NO,FIT TO DATUMS=NO,OUTPUT ALIGNMENT=Datum Reference Frame
NOTE/6,DIAMETER,10.5
PRIMARY DIMENSION/TRUE POSITION,DIAMETER,0.2,<MC>,A,<dat>,<dat>
SECONDARY DIMENSION/<Dim>,<tol>,<MC>,<PZ>,<len>,<dat>,<dat>,<dat>
NOTE/FCFLOC3
FEATURES/BOLTCIR,,
COMMENT/REPT,Position of 6 Bolt Holes
FCFLOC1 = TRUE POSITION OF BOLTCIR FEATCTRLFRAME/SHOWNOMS=NO,SHOWPARAMS=YES,SHOWEXPANDED=YES
CADGRAPH=OFF REPORTGRAPH=OFF TEXT=BOTH MULT=10.00 OUTPUT=BOTH UNITS=MM
COMPOSITE=NO,FIT TO DATUMS=NO,OUTPUT ALIGNMENT=Datum Reference Frame
SIZE TOLERANCES/6,DIAMETER,10.5,0.15,0.15
PRIMARY DIMENSION/TRUE POSITION,DIAMETER,.2,<MC>,A,B,<MC>,<dat>
SECONDARY DIMENSION/<Dim>,<tol>,<MC>,<PZ>,<len>,<dat>,<dat>,<dat>
NOTE/FCFLOC1
FEATURES/BOLTCIR,,
I finally copied the entire program, started a new one and pasted everthing in. No change in the new True Position (FCFLOC3), but the original one got back the data that was missing on the report, and then some. Now I can't get rid of the extra data. It's taking up more than a page to display all of the hit data for every hit on every circle! The code still looks the same. Any ideas?
FCFLOC1 = TRUE POSITION OF BOLTCIR FEATCTRLFRAME/SHOWNOMS=NO,SHOWPARAMS=YES,SHOWEXPANDED=YES
CADGRAPH=OFF REPORTGRAPH=OFF TEXT=BOTH MULT=10.00 OUTPUT=BOTH UNITS=MM
COMPOSITE=NO,FIT TO DATUMS=NO,OUTPUT ALIGNMENT=Datum Reference Frame
SIZE TOLERANCES/6,DIAMETER,10.5,0.15,0.15
PRIMARY DIMENSION/TRUE POSITION,DIAMETER,.2,<MC>,A,B,<MC>,<dat>
SECONDARY DIMENSION/<Dim>,<tol>,<MC>,<PZ>,<len>,<dat>,<dat>,<dat>
NOTE/FCFLOC1
FEATURES/BOLTCIR,,
procedure:
measured 6 Auto Feature holes in a bolt circle
constructed a Feature Set with those 6 holes
BOLTCIR =FEAT/SET,RECT
THEO/0,0,0,0,0,1
ACTL/-0.02,-0.01,0,0,0,-1
CONSTR/SET,BASIC,CIR1,CIR2,CIR3,CIR4,CIR5,CIR6,,
dimensioned Feature Set as True Position
problem:
Yesteday the report showed the size and tolerance of the holes, the positions to the basic dimensions, and the XY locations with the deviation from the nominal. Today only the size and tolerance of the holes is displayed. I tried to create the True Position again (FCFLOC3) and only get the size of the holes, not even the tolerance. The Advanced tab in TP has "Both" selected for "Report Textual Analysis". A Windows re-boot had no effect. The difference in the code is in the line before PRIMARY DIMENSION/.... I can not edit the code and can't find any differences in the selections of the True Position window.
FCFLOC3 = TRUE POSITION OF BOLTCIR
FEATCTRLFRAME/SHOWNOMS=NO,SHOWPARAMS=YES,SHOWEXPANDED=YES
CADGRAPH=OFF REPORTGRAPH=OFF TEXT=BOTH MULT=10.00 OUTPUT=BOTH UNITS=MM
COMPOSITE=NO,FIT TO DATUMS=NO,OUTPUT ALIGNMENT=Datum Reference Frame
NOTE/6,DIAMETER,10.5
PRIMARY DIMENSION/TRUE POSITION,DIAMETER,0.2,<MC>,A,<dat>,<dat>
SECONDARY DIMENSION/<Dim>,<tol>,<MC>,<PZ>,<len>,<dat>,<dat>,<dat>
NOTE/FCFLOC3
FEATURES/BOLTCIR,,
COMMENT/REPT,Position of 6 Bolt Holes
FCFLOC1 = TRUE POSITION OF BOLTCIR FEATCTRLFRAME/SHOWNOMS=NO,SHOWPARAMS=YES,SHOWEXPANDED=YES
CADGRAPH=OFF REPORTGRAPH=OFF TEXT=BOTH MULT=10.00 OUTPUT=BOTH UNITS=MM
COMPOSITE=NO,FIT TO DATUMS=NO,OUTPUT ALIGNMENT=Datum Reference Frame
SIZE TOLERANCES/6,DIAMETER,10.5,0.15,0.15
PRIMARY DIMENSION/TRUE POSITION,DIAMETER,.2,<MC>,A,B,<MC>,<dat>
SECONDARY DIMENSION/<Dim>,<tol>,<MC>,<PZ>,<len>,<dat>,<dat>,<dat>
NOTE/FCFLOC1
FEATURES/BOLTCIR,,
I finally copied the entire program, started a new one and pasted everthing in. No change in the new True Position (FCFLOC3), but the original one got back the data that was missing on the report, and then some. Now I can't get rid of the extra data. It's taking up more than a page to display all of the hit data for every hit on every circle! The code still looks the same. Any ideas?
FCFLOC1 = TRUE POSITION OF BOLTCIR FEATCTRLFRAME/SHOWNOMS=NO,SHOWPARAMS=YES,SHOWEXPANDED=YES
CADGRAPH=OFF REPORTGRAPH=OFF TEXT=BOTH MULT=10.00 OUTPUT=BOTH UNITS=MM
COMPOSITE=NO,FIT TO DATUMS=NO,OUTPUT ALIGNMENT=Datum Reference Frame
SIZE TOLERANCES/6,DIAMETER,10.5,0.15,0.15
PRIMARY DIMENSION/TRUE POSITION,DIAMETER,.2,<MC>,A,B,<MC>,<dat>
SECONDARY DIMENSION/<Dim>,<tol>,<MC>,<PZ>,<len>,<dat>,<dat>,<dat>
NOTE/FCFLOC1
FEATURES/BOLTCIR,,
Comment