I Would Like To Have Max & Min Included When I Use And Export The Spreadsheet Report. Can This Be Added And Where Would I Go To Do This If I Can?
Max/min In Data Spreadsheet Report?
Collapse
X
-
Originally posted by SABarber View PostThis is not possible. The spreadsheet report displays the values (Nom/Up/Low/Measured) of each transaction. Where would the max/min go?sigpic
B&S ADVANTAGE 12-22-10, EXCEL 9-15-9, ETC.
PCDMIS 4.1, 3.5mr2,
Comment
-
Re: Max/Min
You can get Datapage to report the Max/Min, but, you must make the Max and the Min basically their own seperate entity. If you assign a variable to the max and to the min, and then create a generic feature using those 2 variables, you can report the max and the min as a dimension unto itself. There may be an easier way, but this is what I have done in the past.sigpic
Comment
-
Spreadsheets basically reprot each seperate run for each seperate variable. The best way to do this would be to turn on Upper Deviation and Lower Deviation in a Statistical Report.sigpic
If A Pretty Poster And A Cute Saying Are All It Takes To Motivate You,
You Probably Have A Very Easy Job. The Kind Robots Will Be Doing Soon.
Comment
-
I know it's been awhile since you posted this, but were you looking for a max/min of a feature set (scan, etc..) or between runs?Last edited by Sinned; 07-14-2008, 11:17 PM.sigpic
If A Pretty Poster And A Cute Saying Are All It Takes To Motivate You,
You Probably Have A Very Easy Job. The Kind Robots Will Be Doing Soon.
Comment
-
Scans, Perpendicularity, parallelism, ......................
Anything that would have a high and low range.
Seems like it would be an easy optional add on for Datapage to include.
Thankssigpic
B&S ADVANTAGE 12-22-10, EXCEL 9-15-9, ETC.
PCDMIS 4.1, 3.5mr2,
Comment
-
Well then, my sugestion is to do what The Dude said. I if you do a textual analysis in PC-DMIS it will report it out for you, but not send it to Datapage. Here is some code that follows The Dude's suggestion, where x will equal your max, and y your min.
Code:PRO =FEAT/SCAN,LINEARCLOSE,SHOWHITS=NO,SHOWALLPARAMS=NO MEAS/SCAN BASICSCAN/LINE,SHOWHITS=NO,SHOWALLPARAMS=NO ENDSCAN ENDMEAS/ DIM PROFILE AX NOMINAL MEAS +TOL -TOL DEV OUTTOL M 0.0000 0.0029 0.0040 0.0020 0.0029 0.0000 -#------- PRO MAX/MIN=GENERIC/POINT,DEPENDENT,RECT,$ NOM/XYZ,PROFILE.MAX,PROFILE.MIN,0,$ MEAS/XYZ,0,0,0,$ NOM/IJK,0,0,1,$ MEAS/IJK,0,0,1 DIM MAX/MIN AX NOMINAL MEAS +TOL -TOL DEV OUTTOL X 0.0018 0.0000 0.0040 0.0020 -0.0018 0.0000 #-------- Y -0.0011 0.0000 0.0040 0.0020 0.0011 0.0000 ----#---- END OF DIMENSION MAX/MIN
sigpic
If A Pretty Poster And A Cute Saying Are All It Takes To Motivate You,
You Probably Have A Very Easy Job. The Kind Robots Will Be Doing Soon.
Comment
Related Topics
Collapse
-
by gszpotI have 30 pockets on a part that need width, length, parallelism,and perpendicularity checked on each pocket. However I only need to report the min and...
-
Channel: PC-DMIS for CMMs
06-05-2020, 01:01 PM -
-
by gt143744Hi, I know it's been posted a tonne of times before but I can't make heads or tails of what's been posted. Please explain like I'm five. I need to report...
-
Channel: PC-DMIS for CMMs
09-24-2020, 07:55 AM -
-
by hertangelHello,
how do you report MIN or MAX id that's what the drawing asking.
in other words the print calls for 25 max dimater.-
Channel: PC-DMIS for CMMs
12-20-2011, 01:24 PM -
-
by rerun_livesCan anyone tell me how to send the max and min values from a dimensioned feature set to Data Page along with all my other report stats? ex. Max and Min...
-
Channel: PC-DMIS for CMMs
04-04-2006, 06:05 PM -
-
by MikeFI ran a part with the min/max turned off, the customer wants the diameter min/max so I go back in the program turn on min/max output and they show min...
-
Channel: PC-DMIS for CMMs
10-24-2018, 11:52 AM -
Comment