Performing a Check Analysis

When creating an Expert check, you can add a script to verify how the check was performed.


Before you begin: Before performing the tasks described in this section, you must have created a PLM Rule Set and a Pad with Holes.
Related Topics
About PLM Objects
Inserting Existing PLM Objects Into a PLM Rule Set
Related Topics
Deleting PLM Objects Under a Rule Set
Launching a Check Correction Method
  1. Click and select Knowledgeware > Rules > Knowledge Expert.

  2. Click Expert Check and change the name to HoleCheck.

    The Expert Check Editor opens.

  3. In the Condition tab, double-click <Add new argument> in the Input argument list and enter:

    H in the field.

    Select Hole in the Type scrolling list.

    Enter H.Diameter > 15mm in the Editor.

  4. In the Report tab field, enter the following string, and click OK.

    Holes diameters must be greater than 15mm.

  5. Select the rule base under the Relationsnode and click Expert Check . Change the name of the check to DraftandHole and click OK.

    The Expert Check Editor opens.

  6. In the Condition tab, enter the following script, then click Apply and OK.

    H:Hole ; D:Draft

    Editor: D.Activity AND H.Diameter > 12mm

    The check is created.

  7. Click Check Analysis in the Knowledge toolbar.

    The Reports window opens.

  8. Click to update the status of the checks.

    The checks lights turn to red in the specification tree.

  9. Click .

    An xml page opens indicating the items that failed.

  10. To correct the check, modify the value of the Length parameter.