Quantcast
Channel: PC-DMIS User Forum - Forums
Viewing all articles
Browse latest Browse all 11658

Variable output of Xact measure composite profile data

$
0
0
I've gone through a number of different posts regarding data extraction from Xact measure dimensions for composite tolerancing and still can't seem to get my output to work. I'm running composite profiles and need to extract the measurement results to upload into a first article software, using 2013 MR1.

As mentioned in previous threads, it's been as simple as generating a generic .csv output file referencing my individual characteristic values using legacy dimensioning. An example for characteristic 111.1 (a radius) would be:

FPTR =FILE/OPEN,M:\PPAP\ACTIVE PPAP-FAI CUSTOMERS\CMM UPLOAD\XXXX-XXX FAI RESULTS.CSV,WRITE
FILE/WRITELINE,FPTR,"ITEM,AXIS,MEAS,"+PREFIX
FILE/WRITELINE,FPTR,"111.1,M,"+LOC1.R.MEAS
FILE/CLOSE,FPTR,KEEP

In the string, the "M" is a generic axis indicator required by the software that will be translating the .csv data (CMM Xpert).
======================
My code for the Xact measure output is as follows, with a (currently failed) attempt to output the data into a format I can output to my .csv. The deviation for both portions of this composite profile are 0.0007. As you can see, the primary profile tolerance is 0.020 and the secondary tolerance is 0.005.

FCFPROF1 =SURFACE PROFILE : PLN15
FEATCTRLFRAME/SHOWPARAMS=YES,SHOWEXPANDED=YES
CADGRAPH=OFF,REPORTGRAPH=OFF,TEXT=OFF,MULT=1.00,AR ROWDENSITY=100,OUTPUT=BOTH,UNITS=IN
COMPOSITE=YES,
CUSTOMIZED DRF=NO
STANDARDTYPE=ASME_Y14_5
PRIMARY DIMENSION/PROFILE OF SURFACE,0.02,<UZ>,<UTol>,B,<dat>,<dat>
SECONDARY DIMENSION/,0.005,<UZ>,<UTol>,B,<dat>,<dat>
NOTE/FCFPROF1
FEATURES/PLN15,,

ASSIGN/FCFCOMMAND=GETCOMMAND(184, "UP", 1)
ASSIGN/PLN15PROF1=GETTEXT(673, 1, FCFCOMMAND)
ASSIGN/PLN15PROF2=GETTEXT(673, 2, FCFCOMMAND)

F1 =GENERIC/POINT,DEPENDENT,CARTESIAN,$
NOM/XYZ,<0,-4,0>,$
MEAS/XYZ,<PLN15PROF1,PLN15PROF2,0>,$
NOM/IJK,<0,0,1>,$
MEAS/IJK,<0,0,1>

DIM LOC3= LOCATION OF POINT F1 UNITS=IN ,$
GRAPH=OFF TEXT=OFF MULT=1.00 OUTPUT=NONE HALF ANGLE=NO
AX NOMINAL +TOL -TOL MEAS DEV OUTTOL
X 0.02000 0.00000 0.02000 0.00070 -0.01930 0.00000 #--------
Y 0.00500 0.00000 0.00500 0.00000 -0.00500 0.00000 #--------
END OF DIMENSION LOC3

Any help would be appreciated. I've seen some various differences for the "gettext" string. And I was recommended to use the "getcommand" prompt after inquiring about this topic to Hexagon staff. If all else fails, I'll fall back to legacy. Xact measure is just convenient for performing simultaneous evaluation of patterns of features and composite tolerances.

Viewing all articles
Browse latest Browse all 11658

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>