hexagon logo

Parts Measuring Exactly the Same

Hope everyone is well on this Friday. I have a decent issue on my hands. I'm measuring a few parts to get a feel for what the numbers are. The first part was a completed part that inspected all the features. The next two parts are missing a giant bore in them. But wanted to check the position of some other holes.

The problem I'm having is that, my report shows the same numbers as from the first part. Its not updating to the newly measured parts. Any idead to as what I'm doing wrong? Thaks for your time.
Parents
  • If you're reporting all dimensions at the end of the program rather than after every feature measured, then the report is not updating if you stop the routine after the feature is measured but before you get to the dimension...if I understand the question correctly....


    This is the issue here. You stop the routine before the dimension is updated. You could either skip to the dimensioning with a goto label after the last feature you measured instead of stopping the program or you can go f9 the dimensions that you want to be refreshed and press ok to close the dimensioning window without changing anything. Refresh the report and print is you chose the latter.
Reply
  • If you're reporting all dimensions at the end of the program rather than after every feature measured, then the report is not updating if you stop the routine after the feature is measured but before you get to the dimension...if I understand the question correctly....


    This is the issue here. You stop the routine before the dimension is updated. You could either skip to the dimensioning with a goto label after the last feature you measured instead of stopping the program or you can go f9 the dimensions that you want to be refreshed and press ok to close the dimensioning window without changing anything. Refresh the report and print is you chose the latter.
Children