i created this loop program to run either 1 or 6 parts depending on how many they load into the machine in fixture they input 1 thru 6 in an operator input then i use that to see how many loops i need to run. i am having trouble with the report and trying…
we are using following code to find max and min dia among 93 holes inspected
can someone suggest any alternate way?
ASSIGN/COUNT=0
ASSIGN/NUM_OF_DIM=93
ASSIGN/MMPROF1=0
ASSIGN/MMPROF2=0
ASSIGN/MAX_DIM=0
ASSIGN/MIN_DIM=0
ASSIGN/MAX_PROF=0
ASSIGN…
Hello all, I'm back.
The organization I'm at currently likes to run multiple parts in programs using "Paste with Pattern". I'm writing a program that measures 4 parts, and I would like it to print 4 clean reports. If I use 4 "PRINT/REPORT" commands…
Hi
Can Any one help me regarding my issue?. My issue is we are using loop command and when we are printing the reports so we are using our customize Header and footer. When PCDMIS is printing the report header and footer is coming same as per our…
Hello folks,
I am being tasked with a task for an R&R on our CMM, and though it seems simple enough, I realize there are several ways that are possible to structure the tests. I wanted to get some input about methods and see if it makes for a better…
I have gauge with 2 different diameters inside – bowtie shape. Smaller dia I measure with no problems, for larger I created 2 loops, 12 points each. I even managed to construct circle and measure it (you guys helped me a few weeks ago to do this). Because…
Hello!
PC-DMIS 2013 MR1, Optiv Perf. 443
-------------------------------------------------
Basically, I have a cylindrical part in a rotary table. I take a few hits with a touch probe to align, and make some measurements for some notches.
After…