hexagon logo

Values from previous runs inside the report

Hello, how do I force PCDMIS to only keep values from the last run inside the report?  If I have printing setup to print automatically at the end of the run and I run the same program multiple times, every next time I run, my report has values from all the previous runs plus the last one.  The only way I know how to fix this is to save and close the program after the run, reopen it and reopen report window - this way I only have last run values. I have all software versions between 2018 - 2023 and it is happening regardless of version I use.

Parents Reply Children
  • If you want to skip your manual alignment so you do not need to run from cursor each time. Where I work, we put a "GOTO" before the manual alignment/readpoints, and then just before the DCC mode command we put a LABEL. That way when doing a full execution it will start at the DCC. Now instead of having to unmark your manual alignment you can just Mark/Unmark the "GOTO" command and retain previous manual alignment/readpoints.

                GOTO/DCC
    $$ NO,
                MANUAL ALIGNMENT TO BE SKIPPED
    DCC        =LABEL/
                MODE/DCC