I am trying to inspect the Z position of a Point at X.500Y.500 When I dimension the Point X and Y are not at X.500 or Y.500 How do I Inspect the Z position of a Targeted Point?
Inspecting a targeted point
Collapse
X
-
You do the exact same as with the X and Y dimension, but select Z instead. LOCation, select your point, uncheck "auto" and select the axes you want reported.
If it is a point you have taken (not a point created by other features) in the XY-plane, the difference between X-actual (and Y-actual) and X-nom (and Y-nom) could be the positional accuracy of your machine. The machine simply reports where it took the point (if the assumption is correct). In other words, the only distance you can call "measured" with some confidence is in this case (if the above is correct) the Z-coordinate.PC-DMIS CAD++ 2o22.2 SP3
-
This is a copy of the point in my Program How do I make it take a hit where I want? Thanks for your response!
TARGET POINT=FEAT/POINT,CARTESIAN
THEO/<0.5,0.5,0.0001>,<0,0,1>
ACTL/<0.5113,0.5057,0>,<0,0,1>
MEAS/POINT,1,WORKPLANE
HIT/BASIC,NORMAL,<0.5,0.5,0.0001>,<0,0,1>,<0.5113,0.50 57,0>,USE THEO=YES
ENDMEAS/
DIM LOC5= LOCATION OF POINT TARGET POINT UNITS=IN ,$
GRAPH=OFF TEXT=OFF MULT=10.00 OUTPUT=BOTH HALF ANGLE=NO
AX NOMINAL +TOL -TOL MEAS DEV OUTTOL
X 0.5000 0.0010 0.0010 0.5113 0.0113 0.0103 -------->
Y 0.5000 0.0010 0.0010 0.5057 0.0057 0.0047 -------->
Z 0.0001 0.0010 0.0010 0.0000 -0.0001 0.0000 ---#-----
END OF DIMENSION LOC5
Comment
-
The X,Y hit position is governed by the type of CMM and what limit you have set for positioning accuracy. The errors you are seeing are outside of what you would normally expect. So unless you have a bad drive or very large target limit I would discount them as the cause.
It is more likely that the surface you are probing is not at vectors 0,0,1 but at an angle and what you are seeing is cosine error of that point.
-
Not the case UKCMM - for a single point in the z direction like that there won't be cosine error as such. The point is compensated at 0,0,1. That's not to say there might not be some slight cosine error on the point but it won't show itself like that, and especially not by that amount.
-
-
Thank You for your responses. I did a DCC alignment. The target point is just a point on my level plane. I am using these points as an example. I expected the X and Y positions to be a lot better. I will have my CMM checked out to see if there is a problem or if there is a large target limit set. Thanks Again
Comment
-
there's two settings under your F10 Opt.Probe "Positioning accuracy" & "Probing accuracy" that you can fiddle with, to increase your ability to lock down the location of your measured point. These settings are program specific, and you can even insert the command mid-routine and revert it.
Fiddle at your own risk. You might dramatically increase inspection time as the CMM will take longer to locate more accurately.
You can also increase the accuracy by adding a couple movepoints to 0.5 x 0.5 y before taking the hit.
Comment
-
I questioned our local CMM Calibration service about this. He said CMMs are not like a CNC, It might not go to the exact spot you call out like a CNC will. I checked that by giving it a Move to point and actually checking to see what point it went to. My CMM was definitely not perfect. Please respond back as to how accurate your CMM goes to a Move to point. Thanks
Comment
-
Thank You!!!! Putting Snap on Targets my point Exactly. X and Y were exactly in the correct position. Thank You for your help. I will check into the drift issue.
Comment
Related Topics
Collapse
-
by Andy F.So I measure plane for -A- a line for -B- and a point for -C-. Then I measure a hole. It has a deviation from the nominal -0.0046 on the X and -0.0007...
-
Channel: PC-DMIS for CMMs
10-24-2014, 12:07 PM -
-
by Stephen1055Is there a way to clear all of the data out of the memory of a program when you start it?
I have a program that runs fine and gives me...-
Channel: PC-DMIS for CMMs
06-13-2014, 03:35 PM -
-
by DJAMSThought I'd share my prefered method of extracting and constructing the high point from a feature.
For me, the constructed CAST point is...-
Channel: Tips & Tricks
11-18-2016, 01:00 PM -
-
by SoberYangIs anyone can help me?
I get a problem form V4.1.
After I measure a lot of Vector Point and dimension "T" in...-
Channel: PC-DMIS for CMMs
10-19-2007, 12:17 PM -
-
by ytilauqFELLOW PROGRAMMERS;
Have 216 points labeled IN1 thru IN216... and OUT1 thru OUT216
Trying to dimension Distance 3D from...-
Channel: PC-DMIS for CMMs
04-28-2015, 02:20 PM -
Comment