Hi all! I've got a program that loops to measure four parts on one run. The program loops properly and gives me four separate reports except after the first run our company header is not carried on past the first report. What am i missing? I know I am missing something simple, but I have been beating my head against the wall trying to figure it out. I have chosen the proper template and chose the right default report to use, but to no avail. BTW, I am running 2013 MR1 SP6. Thanks in advance.
Rich P - Thanks for the response, but I'm still struggling. when I enter a serial number in C1, it reports the same serial number for each part in the loop. See code.
TIP/T1A0B0, SHANKIJK=0, 0, 1, ANGLE=90
FORMAT/TEXT,OPTIONS, ,HEADINGS,SYMBOLS, ;NOM,TOL,MEAS,DEV,DEVANG,OUTTOL,
C1 =COMMENT/INPUT,NO,FULL SCREEN=NO,
**************************
enter serial number
**************************
ASSIGN/PARTSER_NUM=C1.INPUT
LOOP_1 =LOOP/START,ID=YES,NUMBER=2,START=1,SKIP=,
OFFSET:XAXIS=-6,YAXIS=0,ZAXIS=0,ANGLE=0
REPORT/LABEL, FILENAME= ABC.LBL
COMMENT/REPT,
************************************************
Serial Number : "+PARTSER_NUM+"
************************************************
MOVE/CLEARPLANE
Rich P - Thanks for the response, but I'm still struggling. when I enter a serial number in C1, it reports the same serial number for each part in the loop. See code.
TIP/T1A0B0, SHANKIJK=0, 0, 1, ANGLE=90
FORMAT/TEXT,OPTIONS, ,HEADINGS,SYMBOLS, ;NOM,TOL,MEAS,DEV,DEVANG,OUTTOL,
C1 =COMMENT/INPUT,NO,FULL SCREEN=NO,
**************************
enter serial number
**************************
ASSIGN/PARTSER_NUM=C1.INPUT
LOOP_1 =LOOP/START,ID=YES,NUMBER=2,START=1,SKIP=,
OFFSET:XAXIS=-6,YAXIS=0,ZAXIS=0,ANGLE=0
REPORT/LABEL, FILENAME= ABC.LBL
COMMENT/REPT,
************************************************
Serial Number : "+PARTSER_NUM+"
************************************************
MOVE/CLEARPLANE