Can you report only the Min and Max of a bunch of points without reporting all of the points? 3.5 mr2 tia
Reporting Min/Max of a bunch of points
Collapse
X
-
Indeed you can!!! Create a Feature set from the 'bunch' then report on them in the required axis, Z for example. DON'T report this dimension!!! (OUTPUT=NONE)
Then create a GENERIC POINT as follows: (you need 1 generic point for the MAX and 1 generic point for the MIN)
SCN1 =FEAT/SET,RECT
THEO/0.05,0.3789,0.1289,0,0,1
ACTL/0.05,0.3789,0.1289,0,0,1
CONSTR/SET,BASIC,PNT1,PNT2,PNT3,PNT4,PNT5,,
DIM LOC1= LOCATION OF SET SCN1 UNITS=IN ,$
GRAPH=OFF TEXT=OFF MULT=10.00 OUTPUT=NONE
AX MEAS NOMINAL +TOL -TOL DEV OUTTOL
X 0.0500 0.0500 0.0000 0.0000 0.0000 0.0000 #
Y 0.3789 0.3789 0.0000 0.0000 0.0000 0.0000 #
Z 0.1289 0.1289 0.0000 0.0000 0.0000 0.0000 #
END OF DIMENSION LOC1
F4 =GENERIC/POINT,DEPENDENT,RECT,$
NOM/XYZ,0,0,0,$
MEAS/XYZ,0,0,LOC1.Z.MAX,$
NOM/IJK,0,0,1,$
MEAS/IJK,0,0,1
F5 =GENERIC/POINT,DEPENDENT,RECT,$
NOM/XYZ,0,0,0,$
MEAS/XYZ,0,0,LOC1.Z.MIN,$
NOM/IJK,0,0,1,$
MEAS/IJK,0,0,1
DIM LOC2= LOCATION OF POINT F4 UNITS=IN ,$
GRAPH=OFF TEXT=OFF MULT=10.00 OUTPUT=NONE
AX MEAS NOMINAL +TOL -TOL DEV OUTTOL
Z 0.1428 0.0000 0.0000 0.0000 0.1428 0.1428 >
END OF DIMENSION LOC2
DIM LOC3= LOCATION OF POINT F5 UNITS=IN ,$
GRAPH=OFF TEXT=OFF MULT=10.00 OUTPUT=NONE
AX MEAS NOMINAL +TOL -TOL DEV OUTTOL
Z 0.0800 0.0000 0.0000 0.0000 0.0800 0.0800 >
END OF DIMENSION LOC3
that'll do ya!!!Last edited by slinky1561; 06-14-2006, 04:38 AM.I am a Mushroom................Kept in the dark and fed on sh*t!!!!!
Related Topics
Collapse
-
by MFCguyI apologize if this has been addressed before, but I couldn't find it.
I am trying to create a generic feature for the MIN/MAX of the 5 space widths...-
Channel: PC-DMIS for CMMs
10-05-2010, 11:50 AM -
-
PC-Dmis v.3.7mr2 - Windows XP, DEA Mistral
Good morning everybody... Just a quick question. I am trying to create a min/max profile using...-
Channel: PC-DMIS for CMMs
06-13-2006, 07:18 AM -
-
by FAMOUSX1Morning All,
I am having some trouble finding the max values for different linear open scans. I looked at other posts and I tried Josh's...-
Channel: PC-DMIS for CMMs
09-15-2017, 10:17 AM -
-
by David WedelIf assign a variable to get the total mismatch error from two vector pionts do i us the measure and does it matter what axis i us because all im looking...
-
Channel: PC-DMIS for CMMs
12-31-2014, 04:44 PM -
-
by KingkrabWe spend way to much time gathering data for first article's. Bubbled drawings are available when programs are made. Can the actual feature or the dimension...
-
Channel: PC-DMIS for CMMs
06-08-2011, 03:25 PM -
Comment