Extract of a Template of a Correlation Table{
"mode": "FMEA",
"title": "Correlation Table",
"columns": [{
"text": "Mono Failure",
"dataIndex": "directEffect",
"width": "250px"
}, {
"text": "Multi Failures",
"dataIndex": "higherLevelEffects",
"width": "300px",
}],
"groups": ["cause"]
}
Extract of a Template of a Corresponding FMEA Table{
"mode": "FMEA",
"title": "FMEA with Correlations",
"columns": [{
"text": "Component",
"dataIndex": "causeOccurrence",
"width": "200px"
}, {
"text": "Failure Mode",
"dataIndex": "causeFailureMode",
"width": "200px"
}, {
"text": "Symptoms",
"dataIndex": "higherLevelEffects",
"width": "250px",
"qualifiers": [
{"global": "true", "name": "Visibility", "text": "Visibility"},
{"global": "true", "name": "Symptom Rank", "text": "Rank", "readOnly": "true"},
]
}],
"groups": ["cause"]
}
| |||||||||