Can the attached arc (colored green) be measured on the cmm? The radius is 1mm.
measuring small arc
Collapse
X
-
Yes.
Since the radius is so small I would make an alignment local to where the radius is to help me find it. Level to that plane, make a high point on the large top sweeping radius, then measure that ID, then make a line from the ID to the high point...then lvl plane, rotate line, make circle and plane origins.
Then, measure the radius using fixed rad, then origin to fixed rad, then remeasure the radius you'll use for reporting using least square.
Be mindful of workplanes when doing this.
-
I just scan them and use profile and dimension form only..... Yeah, I know some people don't approve of this.....
Comment
-
I can't get any repeatability measuring that arc. The surface area of the arc is 0.5mm so one hit takes up the entire surface using a 0.5mm stylus. I like the profile method but not acceptable here. We have a surfcom that can measure it but it must be done on the cmm.
Comment
-
If that whole surface area is only 0.5mm...and MUST be on CMM (with all due respect this WOULD NOT be a CMM check at any company I have ever worked at but regardless IF I was giving it my best attempt...), I would use the fixed rad method I said above and then use a 0.3mm probe to measure the actual surface if you have one.
Sounds like you're in a rough spot.
-
-
I would try this (even if I believe that it's not "measurable" accurately on a cmm !) :
1- Scan with a high density from the left start of the large circle to the end of the plane
2- Measure min circ circle on the large circle (or create a circle from the scan hits)
3- Measure the tagent plane (or create a line from the scan hits)
4- Level on the plane, origin on the circle
5- Calculate PR of each hit : ASSIGN/V1=SQRT(DOT(SCN1.HIT[1..SCN1.NUMHITS].XYZ,SCN1.HIT[1..SCN1.NUMHITS].XYZ)..................(here, coordinates = vector components because the origin is on the circle)
6- Search the hits with a PR > circle radius ASSIGN/V2=((V1-(CIRC1.R+0.001))+ABS(V1-(CIRC1.R+0.001)))/2..................should give an array with 0 for hits on the circle. I added 0.001 mm to avoid hits of the min circ !
7- Search the hits higher than the plane ASSIGN/V3=((SCN1.HIT[1..SCN1.NUMHITS].Z-(PL1.Z+0.001))-ABS(SCN1.HIT[1..SCN1.NUMHITS].Z-(PL1.Z+0.001)))/((SCN1.HIT[1..SCN1.NUMHITS].Z-(PL1.Z+0.001))-ABS(SCN1.HIT[1..SCN1.NUMHITS].Z-(PL1.Z+0.001))).......................should give an array of 0 and 1 for all the hits > PL1.Z
8- ASSIGN/V4=(V2/V2)*V3...........................should be an array of 0 and 1
9- ASSIGN/V5=MININDEX(V2).........................should be the first hit of the 1 mm circle
10- ASSIGN/V6=SUM(V4)........................................ .should be the number of hits of the 1 mm circle
Then construct a circle from SCN1.HIT[V5..V6].............................(maybe a synthax like ASSIGN/V7="SCN1.HIT["+V5+".."+V6+"]" and use V7 in the circle)
Comment
-
something...
The requirement is to inspect on a CMM.
If the customer adheres to their own requirement, they will have the same trouble measuring it... and get the same sketchy results.
One screenshot is worth a thousand Need more info
Never attribute to malice that which is adequately explained by stupidity...
Comment
-
Hexagon has a pdf you can download that explains how to do it. It's pretty much exactly what DAN_M described, but you can keep a copy of it for yourself. The link should be in the first comment of this old thread.
https://www.pcdmisforum.com/forum/pc...d-from-hexagon
NOTE: You will need to have an account with Hexagon and be signed in for the download to be available!
Comment
-
Any kind of feature can be measured on the a CMM bu the question is will it be accurate and repeatable. Some things are not to be measured on the CMM even many in engineering and/or management seem think otherwise, this is one that is not unless measured as part of a profile callout as stated aboveXcel & MicroVal Pfx & Global 37mr4 thru 2012mr1sp3
Contura Calypso 5.4
Lord, keep Your arm around my shoulder and Your hand over my mouth. Amen.
Comment
Related Topics
Collapse
-
by Jonathan SI need to measure a dimension to the centerline of a radius, but the radius is 2" and only covers an arc of about 25 degrees. Measured on the optical...
-
Channel: PC-DMIS for CMMs
06-01-2006, 10:40 AM -
-
by WolfManI have a flange, and it has a Radius 1.580" and off center .380.
The arc is about 60-70°, when I measure it the Radius is .012 Large...-
Channel: PC-DMIS for CMMs
06-06-2014, 07:23 AM -
-
by JStewartI am trying to measure a very small internal radius and it's driving me crazy! The radius is .450 in the -X plane, but all I have to beep off of is about...
-
Channel: PC-DMIS for CMMs
12-03-2010, 12:01 PM -
-
by Ines_MI’m looking to using fixed radius option when measuring an arc in two cases, because I cannot achieve repeatability otherwise.
First,...-
Channel: PC-DMIS for CMMs
06-17-2018, 06:48 AM -
-
by David KickDoes anyone know an easy method to get accurate measurements on radius size with small arc sections? It seems like anything less than a full circle gets...
-
Channel: PC-DMIS for CMMs
07-20-2007, 10:07 AM -
Comment