B1.2 — Aeroplane Piston (Mechanical)Module 5 · 20 practice questions

Module 5: Digital Techniques/Electronic Instrument Systems

Includes 1 animated diagrams — view them live in the interactive theory reader.

Module 5: Digital Techniques/Electronic Instrument Systems

1. Module Overview

This module provides the foundational knowledge required for certifying staff to understand, maintain, and troubleshoot modern aircraft electronic instrument systems. It bridges the gap between traditional analogue systems and the highly integrated, software-driven digital architectures found in contemporary aeroplanes. The content covers the entire data path, from physical sensors and signal conversion to digital data transmission, processing, and final display to the pilot. It also addresses the critical maintenance practices, including software loading, built-in test equipment (BITE) usage, and the handling of sensitive components like fibre optics.

The module is structured to build knowledge progressively, starting with basic electronic logic and data conversion, moving through data bus standards and computer architecture, and culminating in the operation of complete systems such as EFIS and engine indicating systems. A strong emphasis is placed on practical troubleshooting and the interpretation of system behaviour to isolate faults effectively.


2. Key Concepts Explained in Detail

2.1 Data Conversion and Processing

Modern aircraft systems are hybrid environments where physical parameters (temperature, pressure, speed) are measured as analogue signals, but processing and transmission are performed digitally.

  • Analogue Signals: Continuous electrical signals (voltage, current, or resistance) that vary in direct proportion to the physical quantity being measured. Examples include the output from a resistive temperature detector (RTD) or a potentiometer in a position sensor.
  • Digital Signals: Discrete signals represented by binary numbers (0s and 1s). A '0' is typically represented by a low voltage (e.g., 0V) and a '1' by a high voltage (e.g., +5V). Digital signals are immune to noise and can be processed by microprocessors.
  • Analogue-to-Digital Converter (ADC): This is the critical interface component that samples the continuous analogue voltage and converts it into a digital word (a binary number) that the microprocessor can understand. The resolution of an ADC is determined by its bit count (e.g., a 12-bit ADC can represent 2^12 = 4096 distinct values).
  • Digital-to-Analogue Converter (DAC): Performs the reverse function, converting a digital word from the processor into an analogue voltage, often used for driving analogue display indicators or control actuators.
Data Bus Architecture Data Bus Architecture — ARINC 429 Bus Topology (Unidirectional, One Transmitter → Up to 20 Receivers) TRANSMITTER (e.g., ADC, IRS, SG) Twisted Pair 75Ω termination RECEIVER 1 (e.g., FMC, EFIS) RECEIVER 2 (e.g., ECAM, CMC) RX #20 75Ω 75Ω ARINC 429 Word Structure (32-Bit Word) 32 P 31-30 SDI 29-11 Data (19 bits) 10-9 SSM 8-1 Label (8 bits) Transmission Order (LSB first) Label = Parameter ID e.g., 206 = Airspeed e.g., 203 = Altitude Bipolar Return-to-Zero (BPRZ) Signalling — Two-Wire Differential +10V 0V −10V 0 1 0 −1 0 1 0 −1 0 1 0 −1 0 1 0 −1 0 1 0 −1 0 1 Wire A Wire B A − B = +10V → Logic 1 A − B = −10V → Logic 0 Key ARINC 429 Characteristics • Unidirectional broadcast: one transmitter, up to 20 receivers per bus • Two-wire differential twisted pair with 75Ω termination at each end • BPRZ encoding: +10V (Logic 1), 0V (NULL), −10V (Logic 0) • Fault isolation: a bus fault affects only receivers on that specific bus

2.2 Digital Data Transmission and Buses

To reduce weight and complexity, aircraft use digital data buses to transmit multiple signals over a shared set of wires.

  • Multiplexing: The technique of combining multiple data streams into a single signal for transmission over a shared medium. This is the fundamental principle that allows a data bus to carry hundreds of parameters on just a few wires. At the receiving end, the signal is demultiplexed to separate the individual data streams.
  • Broadcast Transmission: A data transmission method where a single transmitter sends data frames that are received by all other nodes (receivers) on the bus. Each receiver then uses address or label information within the data word to determine if the data is relevant to its function. This is the architecture used by ARINC 429.
  • ARINC 429: A dominant standard for civil aircraft data buses. Its key characteristics are:
  • Unidirectional: Data flows in one direction only, from a single transmitter to up to 20 receivers.
  • Two-wire, Bipolar Return-to-Zero (BPRZ) Signalling: The bus uses two wires (labelled A and B) to transmit data. The voltage difference between the wires defines the logic state:
  • HIGH (Logic 1): +10V (Wire A is +5V, Wire B is -5V)
  • NULL (Logic 0): 0V (Wire A and B are both 0V)
  • LOW (Logic -1): -10V (Wire A is -5V, Wire B is +5V)
  • Termination: The bus must be terminated with a specific resistor (typically 75 ohms) at each end to match the characteristic impedance of the twisted pair. This prevents signal reflections that would corrupt data.
  • Fault Isolation: Due to its unidirectional nature, a fault on a single ARINC 429 bus will only affect the receivers on that specific bus. Troubleshooting should focus on the transmitter, the bus wiring, the terminations, or the specific receiver.

2.3 Computer Architecture and System Integrity

Aircraft computers (e.g., Electronic Engine Control units, Symbol Generators) are designed with safety and reliability in mind.

  • Basic Computer Structure: A typical aircraft computer consists of a Central Processing Unit (CPU), memory (RAM and ROM), and input/output (I/O) interfaces. The CPU executes software instructions stored in memory.
  • Watchdog Timer: A crucial safety feature. It is a hardware or software timer that must be periodically "kicked" or reset by the main program. If the program fails to do so (e.g., due to a software lock-up or hardware malfunction), the watchdog timer expires and triggers a system reset. This prevents a malfunctioning computer from providing erroneous data or commands.
  • Built-In Test Equipment (BITE): An integral self-test capability designed into Line Replaceable Units (LRUs). BITE performs two primary functions:
  • Continuous Monitoring: It monitors the unit's internal health and the validity of its inputs during normal operation.
  • Initiated Testing: It can be manually initiated from the unit's front panel or via a maintenance computer to run a series of internal diagnostics, verifying hardware and software integrity and often providing a pass/fail indication.
  • Fault Reporting: BITE stores fault codes in non-volatile memory, which can be retrieved by maintenance personnel to aid in fault isolation.
  • Central Maintenance Computer (CMC): A centralised computer that interfaces with multiple LRUs to collect, store, and display their BITE fault data. It provides a single point of access for maintenance personnel to retrieve fault history, perform system tests, and troubleshoot system-level problems.

2.4 Electronic Displays

Modern flight decks use electronic displays to present flight, navigation, and engine data.

  • Cathode Ray Tube (CRT): An older display technology that uses a vacuum tube to direct electron beams onto a phosphor-coated screen. The phosphor emits light when struck by the beam.
  • Burn-in: A known failure mode where a static image displayed for a long period causes the phosphor to age unevenly, leaving a permanent "ghost image" on the screen.
  • Light-Emitting Diode (LED): A solid-state display technology using an array of LEDs. Primary advantages over LCDs include:
  • Fast Switching Times: They can change state very quickly, making them ideal for displaying dynamic data.
  • Wide Operating Temperature Range: They perform well in both hot and cold environments, unlike LCDs which can become slow and blurry in cold temperatures.
  • High Brightness and Contrast: They are easily readable in direct sunlight.
  • Liquid Crystal Display (LCD): A display technology that uses liquid crystals that change their light-polarising properties when an electric field is applied. They require a backlight and can have slower response times in cold temperatures.
  • Symbol Generator (SG): In an EFIS, the SG is the central processing unit. It receives raw data from sensors (e.g., Air Data Computer, Attitude Heading Reference System), processes it, and generates the video signals that drive the display of symbols, numbers, and formats on the Primary Flight Display (PFD) and Navigation Display (ND).

2.5 Air Data and Engine Instruments

  • Air Data Computer (ADC): The ADC is a central computer that receives raw pressures from the pitot-static system and computes air data parameters.
  • Static Pressure: Used to derive altitude and vertical speed.
  • Pitot (Total) Pressure: Used, along with static pressure, to derive airspeed (dynamic pressure = Pitot - Static).
  • Fault Isolation: This architecture is key for troubleshooting. If altitude is correct but airspeed is erroneous, the static pressure input is likely valid, and the fault is in the pitot pressure line or sensor.
  • Digital Tachometer: Measures engine speed (RPM). It often uses a magnetic pickup that generates a pulse each time a gear tooth passes. The frequency of these pulses is proportional to the rotational speed.
  • Frequency-to-RPM Conversion: The relationship is: RPM = (Frequency in Hz × 60) / Number of Teeth. For a 60-tooth gear, one revolution produces 60 pulses, so the frequency in Hz is numerically equal to the RPM (e.g., 1200 Hz = 1200 RPM).

2.6 Fibre Optics

Fibre-optic data networks use light pulses to transmit data, offering high bandwidth and immunity to electromagnetic interference.

  • Principle of Operation: Light is transmitted through a thin glass or plastic fibre via total internal reflection.
  • Connector Maintenance: This is a critical maintenance area.
  • Contamination: The end faces of fibre-optic connectors are extremely sensitive to contamination. Microscopic particles or oils from skin can cause scattering and absorption of light, leading to increased signal attenuation and data errors.
  • Cleaning: Only specified lint-free wipes and appropriate solvents must be used. Touching the end face with fingers is strictly prohibited.
  • Fibre-Optic Gyroscope (FOG): A solid-state gyroscope that uses the Sagnac effect. Two counter-propagating light beams travel around a coil of optical fibre. When the coil rotates, the beam travelling with the rotation takes slightly longer to complete the loop than the beam travelling against it. This phase difference is proportional to the angular rate of rotation.

3. Important Formulas, Regulations, and Procedures

3.1 Key Formulas

  • Frequency to RPM Conversion:

RPM = (Frequency (Hz) × 60) / Number of Teeth

  • ADC Resolution:

Number of Discrete Values = 2^n (where 'n' is the number of bits).

3.2 Regulatory and Procedural References

  • Regulation (EU) No 1321/2014, Annex III (Part-66): This is the core regulation governing the certification of maintenance staff. Module 5 of Appendix I defines the knowledge syllabus for this topic.
  • AMC 20-42 (or manufacturer's procedures): These provide acceptable means of compliance and guidance for software loading and data integrity verification. The use of checksums is a standard requirement.
  • Aircraft Maintenance Manual (AMM): The primary source for approved maintenance procedures, including BITE tests, software loading, and troubleshooting. Always follow the AMM.
  • ARINC 429 Specification: Defines the electrical, functional, and physical characteristics of the ARINC 429 data bus.
  • ARINC 805 (or manufacturer's practices): Provides guidance on fibre-optic maintenance.

3.3 Critical Maintenance Procedures

  • Software Loading and Checksum Verification: When uploading software to a digital component (e.g., an EEC), a checksum is calculated from the stored data and compared to an expected value. Any discrepancy indicates a corrupted upload, which could lead to improper system operation. This is a mandatory verification step.
  • Continuity Checks: Before performing any continuity or resistance measurement with a digital multimeter, the circuit must be de-energised and isolated. This is a critical safety practice to prevent electric shock and damage to the multimeter or aircraft systems.
  • ARINC 429 Bus Troubleshooting: When a system is not receiving data, the initial troubleshooting steps should include verifying the bus terminations (75-ohm resistors) and checking the integrity of the bus wiring before suspecting the transmitter or receivers.

4. Common Relationships Between Concepts

  • Sensors → ADC → Computer → DAC → Actuator/Display: This is the fundamental signal path in a digital control or indication system. Understanding where in this chain a fault lies is the essence of troubleshooting.
  • Data Bus Architecture and Fault Isolation: The unidirectional nature of ARINC 429 means a fault is localised to a single bus. A broadcast failure on one bus points to the transmitter, the bus wiring, or the termination, not to all receivers simultaneously.
  • Air Data Parameters and Pressure Sources: The relationship between static pressure (altitude, V/S) and pitot pressure (airspeed) is crucial for fault isolation. A correct altitude reading indicates that the static pressure source is functioning correctly.
  • BITE and CMC: BITE is the local self-test capability of an LRU, while the CMC is the centralised interface for retrieving and correlating fault data from multiple LRUs. They work together to provide a system-level view of health.
  • Data Integrity and System Safety: The use of checksums (for software loading) and watchdog timers (for in-service operation) are both mechanisms to ensure that the data being processed and acted upon is valid and that the computer is functioning correctly.

5. Typical Exam Focus Points

  • Data Bus Fundamentals: Understanding the characteristics of ARINC 429, including its unidirectional nature, voltage levels (HIGH, NULL, LOW), termination requirements, and broadcast architecture.
  • Data Conversion: The role of the ADC and DAC in bridging analogue sensors and digital processors.
  • System Integrity: The purpose and function of the watchdog timer, BITE, and CMC.
  • Display Technologies: The advantages and disadvantages of LED, LCD, and CRT displays, including failure modes like burn-in.
  • Fault Isolation Scenarios: Applying knowledge of system architecture (e.g., ADC inputs, ARINC 429 bus topology) to determine the most likely cause of a specific symptom.
  • Maintenance Practices: The importance of checksum verification after software uploads, de-energising circuits before continuity checks, and proper handling of fibre-optic connectors.
  • Signal Conversion Calculations: Performing simple calculations like frequency-to-RPM conversion.
  • Solid-State Sensors: Understanding the basic operating principle of devices like the fibre-optic gyroscope (Sagnac effect).

Practice this module

Reinforce Module 5: Digital Techniques/Electronic Instrument Systems with 20 EASA-style practice questions, matched to your weak areas.