Pass/Fail/NA test

Add a Pass/Fail/NA test to a sub-inspection when you want the inspector to indicate whether set criteria is met for the inspected item.

Circumstances in which you may want to add a Pass/Fail test to a sub-inspection:

Note: If you have multiple defects associated with a test, consider using the Defect List test instead of Pass/Fail/NA tests.

 

Contents  [Hide]

 

Adding a Pass/Fail test to a sub-inspection

  1. Click the Pass/Fail test toolbar button to add this test to the sub-inspection.

  2. Select a defect to include in the analysis for the test from the Selects Defects window that opens.

  3. Set any properties for this test on the Properties panel that displays after the test is added.

For information about using the Properties panel, see Changing property settings

Pass/Fail test properties

Property

Default setting or default display

Allows

APPEARANCE

ButtonFailLabel

Fail

Enter text to display on the fail button.

[For example, you may want to display "No" or "Reject" on the button.]

ButtonPassLabel

Pass

Enter text to display label on the pass button.

[For example, you may want to display "Yes" or "Accept" on the button.]

Label

[blank]

Enter text for a display label for this test.

BEHAVIOR

SetNCU

False. The NCU (nonconforming units) field is always set to 0 and the Number Good field is always set to 1.

Note: When the configuration setting Set nonconforming units = number of defects is enabled, the data looks as if this property were set to True.

True. When the inspector fails the test, the NCU field is set to 1 and the Number Good field is set to 0.

[PC]: When the inspector clicks the N/A button, a data record is stored with Sample Size = 0, NCU = 0, and Defects = 0 - regardless of this property.

ShowNA

False.

Does not display the N/A ("not applicable") option along with Pass and Fail options for this test.

True displays all three options (Pass, Fail, and N/A) for this test.

[PC]: If the inspector selects the N/A button, the data record has Sample Size = 0, NCU = 0, and Number Good = 0 - regardless of the SetNCU (above) and SampleSize (below) properties.

[Mobile]: If the inspector selects the N/A button, no data is stored for this test - even if the Inspection property StoreAll is set to True.

DATA

DefectName

[blank]

Select a defect for the test.

You can double-click on the Pass/Fail test to edit this property.

SampleSize

[blank] - The Sample Size for the data record will be 1.

Enter a different sample size for the data record. Typical values are 0 or 1.

If the inspector clicks Fail, the defect count will be 1 - regardless of this property.

[PC]: When the inspector clicks the N/A button, a data record is stored with Sample Size = 0, NCU = 0, and Defects = 0 - regardless of this property.

PC

FailColor

[PC only]

The default color for the Fail button is color number 255, 15, 15 .

To set a different color for the Fail button, you can use one of these methods:

  • Click the color cell, then click the drop-down arrow to select a different color.

  • Enter a different RGB color number (such as 255, 0, 0), HEX color number (such as #ff0000), or color name.

ForceNote

[PC only]

Use Sub-Inspection Settings.

Apply the settings from the sub-inspection ForceNote property to this test.

Click the ForceNote property and then click the button to choose a combination of options on the ForceNote window for this test. For details, see Setting the ForceNote property.

NAColor

[PC only]

The default color for the N/A button is color number 90, 90, 250 .

To set a different color for the N/A button, you can use one of these methods:

  • Click the color cell, then click the drop-down arrow to select a different color.

  • Enter a different RGB color number (such as 255, 0, 0), HEX color number (such as #ff0000), or color name.

PassColor

[PC only]

The default color for the Pass button is color number 60, 230, 70 .

To set a different color for the Pass button, you can use one of these methods:

  • Click the color cell, then click the drop-down arrow to select a different color.

  • Enter a different RGB color number (such as 255, 0, 0), HEX color number (such as #ff0000), or color name.

TestID

[PC only]

A unique TestID number is automatically assigned to each test in the inspection, but you can change this number to a more meaningful name.

The TestID property is only used in Python scripts for PC Collect inspections.

For more information, see About the TestID property

Enter a name for the TestID.

TestSpecificTrace

[PC only]

[blank]

You can specify one or more traceability values that will be applied only to this Pass/Fail test on this sub-inspection.

These values will not be displayed to the inspector during data entry.

If you want to store this test's TestID property as a traceability value, enter [testid] .

Any traceability values you set here will override values set by Traceability tests, Inspection properties, Planned Inspection traceability values, etc.

VerticalSize

[PC only]

Regular. Test is full-sized.

Short. Helps you to fit more tests on the screen. Test may be shorter, and white space above and below this test may be reduced.

Setting the ForceNote property

Use Sub-Inspection Settings

Apply the settings from the sub-inspection ForceNote property to this test.

 

Set for this test (override Sub-Inspection settings)

Executing a formula for a Pass/Fail/NA test

You can optionally choose to execute a formula for a Pass/Fail/NA  test when certain conditions are met during a running inspection.

See the OnChange topic for specifics about conditions that trigger the execution when a Pass/Fail/NA test is used in a sub-inspection with a formula.

Related topic