3.5mr2
Hi to all. I have a radial surface to inspect on a multi vane casting. I want to use the loop so that I do not have to rotate everytime and take the same point. I thought I had it working if I did not transfer inside the loop.
Then I went to full report mode and it only had the last point taken. I really need the transfer in the loop. I have attached the code I have in my program.
Any and all help is greatly appreciated.
Toffield
RECALL/ALIGNMENT,EXTERNAL,rr826a,RR826A_CDEC_FIX:rr826a
V2 =LOOP/START, ID = YES, NUMBER = 5, START = 1, SKIP = ,
OFFSET: XAXIS = 0, YAXIS = 0, ZAXIS = 0, ANGLE = -1.443
ALIGN0 =ALIGNMENT/START,RECALL:RR826A_CDEC_FIX:rr826a, LIST= YES
ALIGNMENT/TRANS,YAXIS,F7
ALIGNMENT/END
T_2P11 =AUTO/VECTOR POINT, SHOWALLPARAMS=NO
THEO/-2.4,12.09,0,0,-1,0
ACTL/-2.403,15.571,-63.394,0,-0.9971481,-0.0754699
TARG/-2.4,12.09,0,0,-1,0
MOVE/INCREMENT,-2,-2,12.7
DIM D1= LOCATION OF POINT T_2P11 UNITS=MM ,$
GRAPH=OFF TEXT=OFF MULT=1.00 OUTPUT=BOTH
AX MEAS NOMINAL +TOL -TOL DEV OUTTOL
Y 11.574 12.090 0.250 -0.250 -0.516 0.266 <--------
END OF DIMENSION D1
LOOP/END
Hi to all. I have a radial surface to inspect on a multi vane casting. I want to use the loop so that I do not have to rotate everytime and take the same point. I thought I had it working if I did not transfer inside the loop.

Any and all help is greatly appreciated.
Toffield
RECALL/ALIGNMENT,EXTERNAL,rr826a,RR826A_CDEC_FIX:rr826a
V2 =LOOP/START, ID = YES, NUMBER = 5, START = 1, SKIP = ,
OFFSET: XAXIS = 0, YAXIS = 0, ZAXIS = 0, ANGLE = -1.443
ALIGN0 =ALIGNMENT/START,RECALL:RR826A_CDEC_FIX:rr826a, LIST= YES
ALIGNMENT/TRANS,YAXIS,F7
ALIGNMENT/END
T_2P11 =AUTO/VECTOR POINT, SHOWALLPARAMS=NO
THEO/-2.4,12.09,0,0,-1,0
ACTL/-2.403,15.571,-63.394,0,-0.9971481,-0.0754699
TARG/-2.4,12.09,0,0,-1,0
MOVE/INCREMENT,-2,-2,12.7
DIM D1= LOCATION OF POINT T_2P11 UNITS=MM ,$
GRAPH=OFF TEXT=OFF MULT=1.00 OUTPUT=BOTH
AX MEAS NOMINAL +TOL -TOL DEV OUTTOL
Y 11.574 12.090 0.250 -0.250 -0.516 0.266 <--------
END OF DIMENSION D1
LOOP/END
Comment