πŸŽ“ Lesson 17 D5

Aerospace MBOMs: Configuration Management & FAI Integration

An Aerospace MBOM is a detailed list of all parts, materials, and instructions needed to build an aircraft or spacecraft, showing exactly how they fit together and are configured for each specific version.

🎯 Learning Objectives

  • βœ“ Explain the functional and procedural differences between EBOM and MBOM in an aerospace context
  • βœ“ Apply AS9102 requirements to design a compliant FAI package directly traceable to MBOM structure
  • βœ“ Analyze a real MBOM excerpt to identify configuration mismatches between drawing revisions, part numbers, and process steps
  • βœ“ Design a configuration management gate that synchronizes MBOM release with FAI authorization

πŸ“– Why This Matters

In aerospace, a single undocumented MBOM deviationβ€”like using an unapproved fastener revision or omitting a heat-treat stepβ€”can ground an entire fleet. The 2019 Boeing 737 MAX software-MBOM integration gap revealed how misaligned configuration control between design intent and manufacturing execution contributed to systemic safety failures. This lesson equips you to prevent such gaps by mastering how MBOMs serve as the legal, technical, and regulatory nexus between engineering design and certified production.

πŸ“˜ Core Principles

Aerospace MBOMs are governed by three interlocking pillars: (1) Configuration Management (CM), which establishes and maintains baselines through formal change control (per EIA-649C); (2) First Article Inspection (FAI), which validates that the first production unit conforms to the MBOM’s prescribed materials, processes, and measurements (per AS9102); and (3) Digital Thread Traceability, ensuring bidirectional linkage from CAD model β†’ EBOM β†’ MBOM β†’ shop floor work instruction β†’ inspection record β†’ digital twin. Critically, the MBOM is *not* a derivative of the EBOMβ€”it is a purpose-built artifact reflecting production reality: it includes non-part items (e.g., 'Apply primer per BAC5719', 'Perform NDT per BAC5518'), alternate process routings, consumables, and serialized tooling IDsβ€”all subject to configuration control.

πŸ“ FAI Coverage Ratio (FCR)

The FAI Coverage Ratio quantifies the completeness of MBOM-driven inspection coverage relative to total configurable items. It ensures no configuration-controlled element escapes verification at first-article level. FCR is calculated per AS9102 Rev D Β§4.2.1 and drives sampling rationale for complex assemblies.

FAI Coverage Ratio (FCR)

FCR (%) = (N_FAImandatory / N_config_items) Γ— 100

Measures percentage of configuration-controlled MBOM items requiring direct FAI documentation per AS9102 Rev D.

Variables:
SymbolNameUnitDescription
N_FAImandatory Number of FAI-mandated items count Items in MBOM requiring documented FAI evidence (e.g., dimensional checks, material certs, process records)
N_config_items Total configuration-controlled items count All parts, processes, inspections, and consumables in MBOM subject to revision control per EIA-649C
Typical Ranges:
Tier 1 airframe assembly: 95% – 100%
Non-structural avionics housing: 85% – 95%

πŸ’‘ Worked Example

Problem: An MBOM for a wing spar assembly contains 142 configuration-controlled items: 87 hardware parts (with revision-controlled drawings), 22 process steps (each requiring documented evidence), 18 inspection characteristics (dimensional & NDT), and 15 consumables (with lot-controlled certs). Per AS9102, 129 of these items require full FAI documentation; the remaining 13 are covered by supplier certificates or prior approved data. Calculate FCR and assess compliance against AS9102 minimum threshold of 95%.
1. Step 1: Identify total configuration-controlled items = 87 + 22 + 18 + 15 = 142
2. Step 2: Identify FAI-mandated items = 129
3. Step 3: Compute FCR = (129 Γ· 142) Γ— 100 = 90.85%
4. Step 4: Compare to AS9102 requirement: 90.85% < 95% β†’ Non-compliant; requires justification per Β§4.2.1(c) or MBOM refinement
Answer: The result is 90.85%, which falls below the AS9102 Rev D required minimum of 95%. This triggers a configuration review to either add missing FAI requirements or submit a formal waiver with risk assessment.

πŸ—οΈ Real-World Application

Lockheed Martin’s F-35 Program uses a Model-Based MBOM (MBOM-MBD) integrated with Teamcenter. When a structural bracket’s material specification changed from AMS4911 Ti-6Al-4V ELI to AMS4967 (higher strength, different heat treat), the MBOM was updated not only with new part number 35-12876-REV4 but also with mandatory process additions: 'Solution Treat @ 955Β°C Β±5Β°C per BAC5615' and 'Inspect grain flow per BAC5412'. The FAI package (AS9102 Form 1–3) was auto-generated from this MBOM baseline and flagged 100% coverageβ€”ensuring zero field incidents from undetected material/process mismatch.

πŸ“‹ Case Connection

πŸ“‹ Aerospace MBOM-Supplier Data Sync Breakdown on F-35 Component

Shop floor rejected 22% of incoming parts due to undocumented material substitutions by Tier-2 suppliers

πŸ“š References