Data Buses
Operation of data buses in aircraft systems, including ARINC 429 and its 32-bit word structure, ARINC 629, MIL-STD-1553B, ARINC 664/AFDX and CAN.
Data buses, summary notes
- A data bus is a shared serial highway that replaces point-to-point wiring between LRUs, cutting weight and connector count while allowing one parameter to be shared by many users.
- ARINC 429 is the classic civil bus: a single-source, multi-sink broadcast, one transmitter may feed up to 20 receivers, and a receiver can never talk back on that same bus. It uses a shielded twisted pair, bipolar return-to-zero (BPRZ) encoding with HI/NULL/LO states, and runs at 12.5 kbps (low speed) or 100 kbps (high speed).
- The ARINC 429 word is 32 bits: bits 1-8 the LABEL (read in OCTAL, identifying the parameter), 9-10 the SDI (source/destination identifier), 11-29 the DATA, 30-31 the SSM (sign/status matrix, valid, no computed data, functional test, failure warning) and bit 32 the PARITY bit, set for ODD parity.
- ARINC 629 is multi-source, multi-sink with no bus controller, terminals gain access by a timed protocol (CSMA/CA). It is the Boeing 777 bus, running at about 2 Mbps.
- MIL-STD-1553B is the military standard: a dual-redundant bus with a bus controller (BC) that commands remote terminals (RTs) in a command/response protocol, at 1 Mbps with Manchester bi-phase encoding. Nothing transmits unless the BC tells it to.
- ARINC 664 Part 7 / AFDX is switched full-duplex Ethernet with virtual links and guaranteed bandwidth, used on the A380, A350 and B787, the backbone of integrated modular avionics.
- CAN bus (and ARINC 825) is a low-cost multi-master bus with message-priority arbitration, common in engine and utility systems.
- ⚠ Exam trap: ARINC 429 is single-source, if a question offers a bus where several LRUs transmit on the SAME wire pair, it is 629, 1553 or CAN, not 429. And the 429 label is octal, never decimal.
- ARINC 429 word
- bits 1-8 Label (octal) · 9-10 SDI · 11-29 Data · 30-31 SSM · 32 Parity (odd)
- ARINC 429 speeds
- 12.5 kbps (low) or 100 kbps (high)
- ARINC 429 fan-out
- 1 transmitter → max 20 receivers
- MIL-STD-1553B
- 1 Mbps · Manchester · BC + up to 31 RTs · dual redundant
Two air data computers must each supply altitude to three display units. How many ARINC 429 transmit buses are needed, and why?
Two, one per ADC. ARINC 429 permits only one transmitter per bus, so each ADC broadcasts on its own twisted pair; each display unit simply listens to both (a receiver may sink many buses). The two ADCs can never share one bus.
An ARINC 429 word arrives with the SSM set to "no computed data". How should the receiving LRU treat the data field?
As invalid. The SSM qualifies the data: the parameter must be rejected and the receiving system should flag or blank the associated indication rather than display a stale or meaningless value.
The ARINC 429 word
Data buses concept map
Data Buses
Data buses quiz
Data Buses, quiz
1. The figure shows the field layout of an ARINC 429 word. The field occupying bits 1 to 8 is the:
Label, which identifies the data typeData fieldParity bit2. An ARINC 429 data word consists of how many bits?
3216643. Which data bus is single-source, multi-sink?
ARINC 429MIL-STD-1553ARINC 6294. In the ARINC 429 word, the first 8 bits are the:
Label, read in octalParity fieldData field5. An ARINC 429 word contains how many bits?
3216646. Bit 32 of an ARINC 429 word is the:
Parity bit, set for odd paritySign bitStart bit7. The two standard ARINC 429 data rates are:
12.5 kbps and 100 kbps1 Mbps and 2 Mbps9.6 kbps and 19.2 kbps8. MIL-STD-1553 uses which control method?
Command/response via a bus controllerContentionToken passing9. A defining feature of MIL-STD-1553B is that it is:
Dual-redundantSingle-wireOptical10. The SSM field of an ARINC 429 word indicates:
The validity or status of the dataThe transmitting equipment numberThe word's parity11. ARINC 664 Part 7 (AFDX) is based on:
Switched full-duplex EthernetBipolar return-to-zero signallingFrequency-division multiplexing12. The maximum number of receivers on one ARINC 429 bus is:
2031813. ARINC 429 signals are carried on:
A shielded twisted pairA single screened coreA coaxial cable14. Which bus is associated with the Boeing 777?
ARINC 629ARINC 664MIL-STD-1553