Before You Begin
Ensure you have an existing FHA document with classified failure conditions — the top events in your fault tree should correspond to catastrophic or hazardous failure conditions identified during FHA. You will need access to the Risks space in your Polarion project.Steps
1. Create the FTA Module
- Navigate to the Risks space in your project sidebar.
- Click Create Document and select the FTA Template from the Nextedy solution templates.
- Name the document following the convention:
<System Name> - Fault Tree Analysis(for example,FCC System - Fault Tree Analysis). - Confirm creation. The document opens with the FTA risksheet pre-loaded.
The exact location of the Create Document action and template selector may vary depending on your Polarion configuration and role permissions.
2. Define the Top Event
- In the FTA risksheet, add the first row at the Top Event level (level 1).
- Set the work item type to
failureCondition. - Enter the failure description — for example, Loss of Flight Control.
- Set the Classification field to the ARP 4761 severity level: Catastrophic, Hazardous, Major, Minor, or No Safety Effect.
- Set the DAL Allocation (A–E) derived from the classification.
- Set the Flight Phase to identify when this failure condition can occur.
- Enter the Probability Target — the quantitative failure rate objective aligned to your DAL allocation.
3. Add Intermediate Events and Gate Logic
- Add child rows beneath the top event at level 2 (intermediate events).
- For each intermediate event, select the Gate Type that describes the failure logic:
| Gate Type | Color | Logic |
|---|---|---|
| AND | Blue | All inputs must occur simultaneously |
| OR | Red | Any single input triggers the event |
| Inhibit | Orange | Conditional — input triggers only when condition is met |
| K-of-N | Purple | Exactly K of N inputs must occur |
- Continue adding rows at level 3 for Basic Events — the fundamental, indivisible causes at the lowest level.
4. Link Failure Modes from FMEA
To connect your fault tree to the bottom-up FMEA analysis:- Open a basic event row and navigate to the Links panel.
- Add a causeOf link pointing to the corresponding
failureConditionin your FHA document. - For failure mode propagation chains, use the causes link role to connect
failureModeitems from your SFMEA or DFMEA documents to intermediate events in the fault tree.
5. Use the Four Risksheet Views
Switch between views using the view selector at the top of the risksheet:- Full Tree — complete hierarchy with all columns
- Top Events — summary of root failure conditions and their classifications
- Gate Summary — focused view on gate types and logic structure
- Probability View — quantitative failure rate targets and DAL allocations
6. Complete Probability Targets
For each basic event, enter the allocated Probability Target consistent with ARP 4761:| ARP 4761 Severity | Probability Category |
|---|---|
| Catastrophic | Extremely Improbable |
| Hazardous | Extremely Remote |
| Major | Remote |
| Minor | Reasonably Probable |
Verification
You should now see an FTA document in the Risks space with a structured tree offailureCondition work items organized by level, gate types assigned to intermediate events, probability targets set for basic events, and traceability links connecting to your FHA and FMEA documents. Open the Gate Summary view to confirm that all intermediate events have a gate type assigned.
See Also
- Identify Failure Conditions — define the top events for your fault tree from FHA
- Assign DAL to Failure Conditions — set DAL allocation before building the tree
- Create a Common Cause Analysis (CCA) — complement FTA with common cause investigation
- Create PSSA and SSA Documents — use FTA results to populate system safety assessments
- Identify System-Level Failure Modes — link SFMEA failure modes as basic events
Source References (dev)
Source References (dev)
Code:
.polarion/tracker/fields/workitem-link-role-enum.xml (0.59) · modules/RiskTemplates/FTATemplate/attachments/risksheet.json (0.58) · .polarion/nextedy/models/rtm.yaml (0.57) · datasets/sol-aero-ui-walkthrough/summary.md, navigation.md, dashboards/home-dashboard.md, dashboards/role-dashboards.md, dashboards/standards-compliance.md, risksheet-views/risksheet-views.md, work-item-types/data-model.md (0.56) · .polarion/tracker/fields/workitem-type-enum.xml (0.53) · modules/RiskTemplates/PSSATemplate/attachments/risksheet.json (0.53) · .polarion/pages/spaces/_default/Safety Assessment Summary/page.xml, Common Cause Analysis Report/page.xml, Security Threat Assessment/page.xml, Hara Risk Matrix Report/page.xml (0.53) · .polarion/pages/spaces/Requirements/Home/page.xml, Design/Home/page.xml, Risks/Home/page.xml, Testing/Home/page.xml, Risks/FMEA Reports/page.xml, Documentation/Home/page.xml, Documentation/Powersheet Help Redirect/page.xml, RiskTemplates/Home/page.xml (0.53) · modules/RiskTemplates/System-FMEATemplate/attachments/risksheet.json (0.52) · modules/RiskTemplates/CCATemplate/attachments/risksheet.json (0.51)