hexagon logo

Set Flag if Dimension Out-of-Tolerance

Here's what I'm trying to do - Display a message, prior to printing results, that says "There are N dimensions out-of-tolerance, do you still want to print the report?" Of course, I could accomplish this by doing a whole lot of computations with expressions, but I'd thought I'd first inquire if PC-DMIS can set a flag, based upon the Dimension command, that I can convert into a counter.
Parents
  • Is there a way to get a message box with the OOT dims to pop up at programs end? Also, can you get it to say "There are ___ dimensions out of tolerance" the ___ being the quantity?


    First part
    yes. Using flow control and logic statements and assignments.

    second part
    maybe. If the version of PCDMIS is V2013 or later.
Reply
  • Is there a way to get a message box with the OOT dims to pop up at programs end? Also, can you get it to say "There are ___ dimensions out of tolerance" the ___ being the quantity?


    First part
    yes. Using flow control and logic statements and assignments.

    second part
    maybe. If the version of PCDMIS is V2013 or later.
Children
No Data