hexagon logo

Header not repeating in looped program

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.
Parents
  • Are your serial numbers sequential? You could do this within the loop quite easily if they are. If they aren't then you'll need to enter each individually and either write them to a table for recall or maybe poke them into an array to grab at each loop cycle. If you're only talking about a SAMPLE NUMBER then that's even easier.

    Mike

    EDIT: I just realized that you tagged this question on to an existing topic. You should really start your own as this has nothing to do with repeating headers.
Reply
  • Are your serial numbers sequential? You could do this within the loop quite easily if they are. If they aren't then you'll need to enter each individually and either write them to a table for recall or maybe poke them into an array to grab at each loop cycle. If you're only talking about a SAMPLE NUMBER then that's even easier.

    Mike

    EDIT: I just realized that you tagged this question on to an existing topic. You should really start your own as this has nothing to do with repeating headers.
Children
No Data