<defectsFromTable> Element
This element defines a defects hierarchy read from an Acuit Pinpoint table.
Parent Elements
Attributes
Name | Type | Description | Required |
---|---|---|---|
table | string | The name of the Acuit Pinpoint table from which to read the defects hierarchy. | Yes |
namePartsColumns | string | The comma-separated names of the table columns that contain the defect name parts, ordered from the top level down in the hierarchy. See the remarks for more details. | No |
alarmDefectRateColumn | string | The name of table column that contains the alarm defect rate. See the alarmDefectRate attribute in the defect element for details. |
No |
associatedBuyoffsColumns | string | The comma-separated names of the table columns that contain associated buyoffs. Each value in these columns can contain multiple buyoffs, separated by commas. See the associatedBuyoffs attribute in the defect element for details. |
No |
Child Elements
None.
Remarks
Empty rows in the table (i.e., where every cell value in referenced columns is empty or whitespace) will be ignored.
There can optionally be one or more initial rows without any name parts that specify an alarm defect rate and/or associated buyoffs for the root node of the hierarchy (i.e., which would make them apply as defaults for the entire hierarchy).
Other rows define a defect node starting with the required top level name and then optional sub-level names. Table cells can be left blank for higher-level name parts, in which case it will assume the same defect part name as the defect row above it.
For example, the following configuration specifies a defects tree source from a table:
<defectsFromTable table="DefectsTable" namePartsColumns="Level 1,Level 2,Level 3" alarmDefectRateColumn="Alarm Defect Rate" associatedBuyoffsColumns="Associated Buyoffs" />
Here is an example "DefectsTable" table:
Level 1 | Level 2 | Level 3 | Associated Buyoffs | Alarm Defect Rate |
---|---|---|---|---|
Final Inspection | 5 | |||
Burner Assy | Run Test | |||
Burner | ||||
Damaged | ||||
Incorrect Install | ||||
Inoperable | ||||
Flame Sensor | ||||
Damaged | ||||
Incorrect Install | ||||
Inoperable | ||||
HXC Assy | Run Test | |||
Inducer | ||||
Damaged | ||||
Incorrect Install | ||||
Inoperable | ||||
Noisy |