Dmis Reporting

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Dmis Reporting

    I know that Dmis will track number of dimensions measured and number of dimensions OOT. Is there a method to add those numbers to the top (preferably) or bottom of a report? If yes, how?

  • #2
    (AA-AF are dimension idenfications)
    Code:
     ASSIGN/OT1=SUM(ARRAY(AA_1.D.OUTTOL <> 0, AC1_1.M.OUTTOL <> 0, AC2_1.M.OUTTOL <> 0, AC3_1.M.OUTTOL <> 0, AD_1.D.OUTTOL <> 0, AE_1.M.OUTTOL <> 0, AF_1.M.OUTTOL <> 0))
    If/OT1>0   
    COMMENT/REPT,
                "Part has" + OT1 + "Out of tolerance dimensions"
    end_if/

    Comment


    • louisd
      louisd commented
      Editing a comment
      If you want it at the top of the report, you would need to produce dimensions twice. One set to evaluate the OUTTOL (which would need output set to NONE) then one set (unique ID's ) to send to your report.

  • #3
    There is an expression to get the number of measured and out of tolerance. These values are reset when performing a full execution. I think GETPROGRSMINFO is the expression to use. Search help to see the parameters to pass.
    Last edited by SABarber; 10-30-2019, 09:11 AM.

    Comment


    • #4
      =GETPROGRAMINFO("NUMMEAS")
      =GETPROGRAMINFO("NUMOOT")

      But note that they both do wrong on XactMeasure FCFs - the Jira bug report PCD-148772 says "Fix version(s): 2020 R1"
      AndersI
      SW support - Hexagon Metrology Nordic AB

      Comment

      Related Topics

      Collapse

      Working...
      X