SlideShare a Scribd company logo
Module 5: Digital Techniques and
Electronic Instrument Systems
5.4 Data Buses
What is a bus?
 Bus: A collection of wires
through which data is
transmitted from one part of a
computer (or one computer)
to another.
 PC: Connects e.g. CPU, DVD-
ROM, RAM, PCIe card etc.
 Mobile device: Connects CPU,
GPU, WiFi controller, etc.
 Aircraft: Data highway which
links one LRU (Line
Replaceable Unit) to another.
Address and Data Bus
 All busses consist of two
parts:
 Address bus: To which
device connected to the bus,
the data should go?
 Data bus: The actual data to
be transferred.
 However, the address and the
data bus can be incorporated
in one, by transmitting a
single data word which
contains the address
information. (This is the case
in the aircraft busses).
Serial vs. Parallel bus
 Parallel bus:
 Each bit of the data word
is transferred via a
specific wire.
 Requires a lot of wiring.
 Examples: conventional
PCI.
 Serial bus:
 Each bit of the data word
is transferred via the
same wire.
 Examples: PCIe, USB,
ARINC, I2C, …
Serial vs. Parallel bus
 Parallel buses
should have been
faster than serial.
 However:
 Parallel busses suffer
from clock skew. (i.e.
a bit can reach the
destination before or
after other bits: lack
of synchronization).
 Require more wiring.
 Cannot be
synchronized as fast
as the serial busses.
(lower data rate).
 Parallel buses are rare today.
Most busses architectures are
serial.
Communication between Components
 Single source – single sink: One LRU
communicates with a single LRU.
 Single source – multiple sink: One LRU
communicates with multiple LRUs at the same time.
 Multiple source – multiple sink: Multiple computers
communicate with multiple LRUs at the same time..
Communication Direction
 Simplex: A data bus can transmit only in one
direction (Any LRU can only transmit or receive data
at any time).
 Half – duplex: Can transmit in both directions, but
not at the same time (LRUs can take turns
transmitting or receiving).
 Full duplex (Duplex): All LRUs can send and
receive data at the same time.
Other bus characteristics
 Width: How many bits can be transmitted at the
same time.
 e.g. a 16-bit bus can transmit 16 bits simultaneously.
 Clock speed (in MHz): How often the bus can
transmit data. Faster clock speed means faster bus.
 All these characteristics form the “bus architecture
and protocol”. Civil aircraft busses are defined and
standardized by ARINC.
ARINC
 ARINC: Aeronautical Radio
Incorporated.
 A company that develops and
operates aviation systems and
services.
 ARINC, ACARS (datalink between
aircraft and ground), LRU
standards.
 Develops also solutions for
defense, networks, security, …
 Founded in 1929.
Error detection
 Most common technique: Parity Check
 How it works?
 An extra bit is used called parity – bit in every data word.
 We can use 2 kinds of parity that a bus can use:
 Odd parity: Parity bit should have such a value that the total number of “1s” is odd.
 Even parity: Parity bit should have such a value that the total number of “1s” is even.
 The transmitter sends the data (along with the parity bit) to the receiver.
 The receiver counts the “1s” and if the number does not agree with the Parity,
error is detected and the word is sent again.
 It is the simplest form of error detection. It is also used in PCs for data
transfer between RAM or HD and CPU.
Binary Encoding Formats
 Binary Encoding: How to
represent “1” and “0” in a bus?
 3 basic techniques are used in
aircraft data buses:
 Bipolar Return to Zero (BPRZ)
 Harvard Bi-Phase
 Manchester II Non Return to
Zero (NRZ)
 Self-clocking techniques:
 The clock is embedded in the
transmitted signal.
 The receiver LRU does not need
a clock to decode the data.
Bipolar Return to Zero (BPRZ)
 “1” is a positive voltage and return to Null at half bit
time.
 “0” is a negative voltage and return to Null at half bit
time.
 The return to Null is the way the receiver identifies
every single bit.
 Self-clocking: No clock is needed in the receiver.
Harvard Bi-phase
 “1” is positive voltage and return to zero (or the
opposite).
 “0” is positive or zero voltage.
 In case of sequentially “0” the voltage level
changes from positive to zero or zero to positive.
Manchester II Non Return to Zero (NRZ)
 “1” is a change at half bit time from positive to
negative voltage.
 “0” is a change at half bit time from negative to
positive voltage.
ARINC 429
 The most commonly used data bus in
commercial aircrafts.
 Defines how avionics equipment and systems
communicate on the aircraft.
 Characteristics:
 Unidirectional transition (simplex).
 32 bits word transmitted over 2 wires (twisted
pairs).
 Bipolar RZ encoding. (“1”: +10V, “0”: -10V).
 Messages are transmitted at 12.5 – 14.5 (low
speed mode) or 100 Kbps (high speed mode).
 Up to 20 LRUs can be connected in a single
ARINC 429 bus.
 Sequential words are separated by 4 bit times
Null voltage.
 High reliability, low weight and low cost.
However, limited data rates.
 Is installed in:
 Airbus A310 / A320
/ A330 / A340
 Boeing 727 / 737 /
747 / 757 / 767.
 Boeing 777 uses
ARINC 629.
ARINC 429
 Slew rate:
 The time needed for
a signal to rise from
10% to 90% of its
maximum voltage.
Parameter High Speed Low speed
Bit rate 100 Kbps 12.5 – 14.5 Kbps
1 bit time 10μsec ± 2.5% 1/(bit rate) μsec ± 2.5%
1/2 bit time 5μsec ± 5% 1/(bit rate/2) μsec ± 5%
Pulse rising time 1.5μsec ± 0.5% 10 ± 5 μsec
Pulse fall time 1.5μsec ± 0.5% 10 ± 5 μsec
ARINC 429
 2 kinds of word formats:
 BNR (Binary): Data are encoded in binary numerical system.
 example: 23  00010111
 In BNR bit 29 indicates a positive / negative number, or North /
South, West / East, Above / Below. Bit 28 is the MSB.
 BCD (Binary Coded Decimal): Each decimal digit is encoded
to the corresponding binary digit.
 example: 23  0010 0011
 BCD word encoding:
 BNR word encoding:
ARINC 429
 Word Fields:
 P: Parity bit: Normally odd parity is used.
 SSM (Sign / Status Matrix): Information about the data
characteristics (data content – e.g. test, validity of data, etc.)
 Data: In BNR or BCD format.
 Bits 11-13 can be used as an equipment identifier, if necessary, to
determine the equipment that transmitted the data. e.g. 00216 is the
FMC (Flight Management Computer).
 SDI (Source / Destination Identifier): Source or Receiver
identification (e.g. does the data word targets a specific LRU or
every LRU connected on the bus?).
 Label: The type of data and how to be translated. Usually
expressed in Octal. It is always sent first.
ARINC 429
 SSM for BCD data SSM for BNR data
Labellist(forBNR)
ARINC 429
 BNR encoding example:
positive
256
128
64
32
16
8 4 2 1odd
parity
Normal
operation 00.26841812561
Padded bits
Source /
Destination
(00 means
to
everybody)
1038:
Selected
airspeed
 268 knots selected airspeed is transmitted through the ARINC
429 bus to every LRU connected in the bus.
ARINC 429
 BCD word format example:
 Data transmitted: 25786 in decimal.
ARINC 429
 Equipment identifier
is optional.
 Represents the
source of the data
word.
 BCD labels  BNR labels
 Equipment Identifiers:
ARINC 429
 TCAS Intruder Altitude Word
ARINC 429
 Examples:
 Decimal digits in BNR are
encoded as 1/2x
ARINC 629
 Used in Boeing 777.
 Characteristics:
 Half Duplex.
 Up to 120 LRUs can be connected. (46 are connected in
Boeing 777).
 Clock speed: 100MHz.
 Inductive coupling is used to connect the LRUs on
the bus.
 Data transferred to / from the bus using electromagnetic
induction.
 Improved reliability since no break in the bus wires is
needed.
ARINC 629
 Data are transmitted to the bus in groups called
messages.
 Each message consists of up to 31 word strings.
 Each word string begins with a label word, followed by up
to 256 data words.
 Each label word and data word is 20 bits.
 Only one LRU is allowed to transmit data through the
bus each time.
 One or more LRUs can receive data.
ARINC 629
 Terminal Interval.
 A time period common to all transmitters.
 Every transmitter can make only one transition per terminal
Interval.
 Terminal Gap.
 A time period different to each transmitter. (Priority assignment).
 Any transmitter is inactive until the terminal gap for that transmitter
has ended.
 Synchronization Gap.
 A time period common to all transmitters, longer than the terminal
interval.
 Will occur when all transmitters have had the chance to transmit.
 Each transmitter can make only one transmission. Then, it must
wait until the synchronization gap has occurred, before it can
make a new transmission.
 When an LRU is not willing to send data, the synchronization gap
decreases.
ARINC 629
 2 modes of operation:
 Periodic: LRUs transmit in order of power-up. (Normal
operation).
 Aperiodic: LRUs transmit in priority order. Takes place
when a discrete event takes place.
 e.g. Landing gear system down.
Other ARINC protocols
 ARINC 573
 Used in Flight Data Recorder.
 Harvard Bi-Phase encoding.
 12 bit words of data.
 Data are a snapshot of may avionics subsystems on the aircraft.
 Each frame contains the same data at a different snapshot in time.
 ARINC 717 is an alternative and extended protocol to ARINC 573.

 ARINC 575
 Older specification of 429, now obsolete.
 ARINC 708
 Used in airborne weather radar systems.
 Simplex bus with 2 wires.
 Manchester encoding.
 1 Mbps clock speed.
 Data words 1600 bits long (64bit status word + 3x512 bits data).
MIL-STD-1553B
 A military half-dublex ARINC protocol.
 2 twisted wires
 Up to 30 terminals can be connected.
 1MHz clock speed.
 Word length: 20 bits. (16 bits are the data).
 Manchester II bi-phase encoding.

More Related Content

PPTX
Avionics buses
PPTX
Aircraft digital computer system
PPTX
EASA PART-66 MODULE 5.4 : DATA BUSES
PDF
Avionics Digital data buses
PPTX
Avionics sai
PPT
data bus Mil1553 b
PPT
avionics-architectures1.ppt
PPTX
5.15 Typical electronic digital aircraft systems
Avionics buses
Aircraft digital computer system
EASA PART-66 MODULE 5.4 : DATA BUSES
Avionics Digital data buses
Avionics sai
data bus Mil1553 b
avionics-architectures1.ppt
5.15 Typical electronic digital aircraft systems

What's hot (20)

PPTX
3. avionics bus da cp
PPTX
Arinc 429 part 2
PPTX
5.1 Electronic Instrument Systems
PDF
Introduction to Avr Microcontrollers
PPTX
Instrument Landing System (ILS)
PPTX
Avionics Systems Instruments
PPTX
Cockpit voice recorder
PDF
ACARS - Aircraft Communication Adressing and Reporting System
PPT
Topic 6 Digital Technique Data buses
PDF
Avionics
PPTX
Flight control system
PPTX
Aircraft communication-systems
PPTX
Flight data recorder
PDF
Nav Topic 9 vhf omni range (vor)
PPSX
Benchmark Processors- VAX 8600,MC68040,SPARC and Superscalar RISC
PPTX
Traffic alert and collision avoidance system
PDF
Radio telephony basics.pdf
PDF
NAv Topic 4 vhf communication system
PDF
Avionics Systems Instruments
PPTX
Instrument Landing System (ILS)
3. avionics bus da cp
Arinc 429 part 2
5.1 Electronic Instrument Systems
Introduction to Avr Microcontrollers
Instrument Landing System (ILS)
Avionics Systems Instruments
Cockpit voice recorder
ACARS - Aircraft Communication Adressing and Reporting System
Topic 6 Digital Technique Data buses
Avionics
Flight control system
Aircraft communication-systems
Flight data recorder
Nav Topic 9 vhf omni range (vor)
Benchmark Processors- VAX 8600,MC68040,SPARC and Superscalar RISC
Traffic alert and collision avoidance system
Radio telephony basics.pdf
NAv Topic 4 vhf communication system
Avionics Systems Instruments
Instrument Landing System (ILS)
Ad

Viewers also liked (20)

PPTX
EASA PART-66 MODULE 5.3 : DATA CONVERSION
PPTX
5.6 Basic computer structure microprocessors
PPTX
5.2 Numbering systems
PPTX
5.3 Data conversion
PPTX
5.14 Electromagnetic environment
PPTX
Computer system bus
PPTX
EASA PART 66 MODULE 5.1 : ELECTRONIC INSTRUMENT SYSTEMS
PDF
What Is ARINC 429_
PPTX
5.8 Integrated circuits
PPTX
5.9 Multiplexing
PPTX
5.11 Electronic displays
PPTX
5.13 Software management control
PPTX
5.5 Logic circuits
PDF
Avionics Flight managment system
PPTX
5.10 Fiber optics
PDF
Intro to Buses (Computer Architecture)
PPTX
Types Of Buses
PDF
Introduction to Databus
PPTX
Types of buses of computer
PDF
CloudWorkshop - Un nou membru al Familiei
EASA PART-66 MODULE 5.3 : DATA CONVERSION
5.6 Basic computer structure microprocessors
5.2 Numbering systems
5.3 Data conversion
5.14 Electromagnetic environment
Computer system bus
EASA PART 66 MODULE 5.1 : ELECTRONIC INSTRUMENT SYSTEMS
What Is ARINC 429_
5.8 Integrated circuits
5.9 Multiplexing
5.11 Electronic displays
5.13 Software management control
5.5 Logic circuits
Avionics Flight managment system
5.10 Fiber optics
Intro to Buses (Computer Architecture)
Types Of Buses
Introduction to Databus
Types of buses of computer
CloudWorkshop - Un nou membru al Familiei
Ad

Similar to 5.4 Data Bus (20)

PPTX
3. avionics bus da
PDF
Avionic systems: onboard electronics
PPTX
A Designer’s practical guide to ARINC 429 standard
PDF
Avionic netorking
PPTX
Data-Bus-08.pptx
PPTX
ARINC 629 Digital Data Bus Specifications
PPTX
PDF
MPS W8-L2L3 Programming AVR Serial Port Ia (in C).pdf
PDF
EJ5I Embedded system chapter 2 of diploma Chapter 3.pdf
PPT
PPT
serial.ppt
PPT
serial.ppt
PPT
8051 microcontroller notes continuous
PPTX
The presentation is about USART and serial communication
PPTX
Serial Busses.pptx
PDF
Asynchronous Serial Communication and standards
PPTX
serial_communication_part2_Jan2025_session1.pptx
PPTX
Serial Communication in 8051
PPTX
Lecture 2 encoding
PPTX
Lecture 2 encoding
3. avionics bus da
Avionic systems: onboard electronics
A Designer’s practical guide to ARINC 429 standard
Avionic netorking
Data-Bus-08.pptx
ARINC 629 Digital Data Bus Specifications
MPS W8-L2L3 Programming AVR Serial Port Ia (in C).pdf
EJ5I Embedded system chapter 2 of diploma Chapter 3.pdf
serial.ppt
serial.ppt
8051 microcontroller notes continuous
The presentation is about USART and serial communication
Serial Busses.pptx
Asynchronous Serial Communication and standards
serial_communication_part2_Jan2025_session1.pptx
Serial Communication in 8051
Lecture 2 encoding
Lecture 2 encoding

Recently uploaded (20)

PDF
From MVP to Full-Scale Product A Startup’s Software Journey.pdf
PDF
Getting Started with Data Integration: FME Form 101
PDF
Hybrid horned lizard optimization algorithm-aquila optimizer for DC motor
PPTX
The various Industrial Revolutions .pptx
PPTX
observCloud-Native Containerability and monitoring.pptx
PPT
What is a Computer? Input Devices /output devices
PDF
STKI Israel Market Study 2025 version august
PDF
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
PDF
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
PPTX
Web Crawler for Trend Tracking Gen Z Insights.pptx
PDF
sustainability-14-14877-v2.pddhzftheheeeee
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PDF
A Late Bloomer's Guide to GenAI: Ethics, Bias, and Effective Prompting - Boha...
PDF
CloudStack 4.21: First Look Webinar slides
PDF
NewMind AI Weekly Chronicles – August ’25 Week III
PDF
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
PDF
Five Habits of High-Impact Board Members
PPTX
Final SEM Unit 1 for mit wpu at pune .pptx
PDF
Hindi spoken digit analysis for native and non-native speakers
From MVP to Full-Scale Product A Startup’s Software Journey.pdf
Getting Started with Data Integration: FME Form 101
Hybrid horned lizard optimization algorithm-aquila optimizer for DC motor
The various Industrial Revolutions .pptx
observCloud-Native Containerability and monitoring.pptx
What is a Computer? Input Devices /output devices
STKI Israel Market Study 2025 version august
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
Web Crawler for Trend Tracking Gen Z Insights.pptx
sustainability-14-14877-v2.pddhzftheheeeee
Assigned Numbers - 2025 - Bluetooth® Document
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
A Late Bloomer's Guide to GenAI: Ethics, Bias, and Effective Prompting - Boha...
CloudStack 4.21: First Look Webinar slides
NewMind AI Weekly Chronicles – August ’25 Week III
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
Five Habits of High-Impact Board Members
Final SEM Unit 1 for mit wpu at pune .pptx
Hindi spoken digit analysis for native and non-native speakers

5.4 Data Bus

  • 1. Module 5: Digital Techniques and Electronic Instrument Systems 5.4 Data Buses
  • 2. What is a bus?  Bus: A collection of wires through which data is transmitted from one part of a computer (or one computer) to another.  PC: Connects e.g. CPU, DVD- ROM, RAM, PCIe card etc.  Mobile device: Connects CPU, GPU, WiFi controller, etc.  Aircraft: Data highway which links one LRU (Line Replaceable Unit) to another.
  • 3. Address and Data Bus  All busses consist of two parts:  Address bus: To which device connected to the bus, the data should go?  Data bus: The actual data to be transferred.  However, the address and the data bus can be incorporated in one, by transmitting a single data word which contains the address information. (This is the case in the aircraft busses).
  • 4. Serial vs. Parallel bus  Parallel bus:  Each bit of the data word is transferred via a specific wire.  Requires a lot of wiring.  Examples: conventional PCI.  Serial bus:  Each bit of the data word is transferred via the same wire.  Examples: PCIe, USB, ARINC, I2C, …
  • 5. Serial vs. Parallel bus  Parallel buses should have been faster than serial.  However:  Parallel busses suffer from clock skew. (i.e. a bit can reach the destination before or after other bits: lack of synchronization).  Require more wiring.  Cannot be synchronized as fast as the serial busses. (lower data rate).  Parallel buses are rare today. Most busses architectures are serial.
  • 6. Communication between Components  Single source – single sink: One LRU communicates with a single LRU.  Single source – multiple sink: One LRU communicates with multiple LRUs at the same time.  Multiple source – multiple sink: Multiple computers communicate with multiple LRUs at the same time..
  • 7. Communication Direction  Simplex: A data bus can transmit only in one direction (Any LRU can only transmit or receive data at any time).  Half – duplex: Can transmit in both directions, but not at the same time (LRUs can take turns transmitting or receiving).  Full duplex (Duplex): All LRUs can send and receive data at the same time.
  • 8. Other bus characteristics  Width: How many bits can be transmitted at the same time.  e.g. a 16-bit bus can transmit 16 bits simultaneously.  Clock speed (in MHz): How often the bus can transmit data. Faster clock speed means faster bus.  All these characteristics form the “bus architecture and protocol”. Civil aircraft busses are defined and standardized by ARINC.
  • 9. ARINC  ARINC: Aeronautical Radio Incorporated.  A company that develops and operates aviation systems and services.  ARINC, ACARS (datalink between aircraft and ground), LRU standards.  Develops also solutions for defense, networks, security, …  Founded in 1929.
  • 10. Error detection  Most common technique: Parity Check  How it works?  An extra bit is used called parity – bit in every data word.  We can use 2 kinds of parity that a bus can use:  Odd parity: Parity bit should have such a value that the total number of “1s” is odd.  Even parity: Parity bit should have such a value that the total number of “1s” is even.  The transmitter sends the data (along with the parity bit) to the receiver.  The receiver counts the “1s” and if the number does not agree with the Parity, error is detected and the word is sent again.  It is the simplest form of error detection. It is also used in PCs for data transfer between RAM or HD and CPU.
  • 11. Binary Encoding Formats  Binary Encoding: How to represent “1” and “0” in a bus?  3 basic techniques are used in aircraft data buses:  Bipolar Return to Zero (BPRZ)  Harvard Bi-Phase  Manchester II Non Return to Zero (NRZ)  Self-clocking techniques:  The clock is embedded in the transmitted signal.  The receiver LRU does not need a clock to decode the data.
  • 12. Bipolar Return to Zero (BPRZ)  “1” is a positive voltage and return to Null at half bit time.  “0” is a negative voltage and return to Null at half bit time.  The return to Null is the way the receiver identifies every single bit.  Self-clocking: No clock is needed in the receiver.
  • 13. Harvard Bi-phase  “1” is positive voltage and return to zero (or the opposite).  “0” is positive or zero voltage.  In case of sequentially “0” the voltage level changes from positive to zero or zero to positive.
  • 14. Manchester II Non Return to Zero (NRZ)  “1” is a change at half bit time from positive to negative voltage.  “0” is a change at half bit time from negative to positive voltage.
  • 15. ARINC 429  The most commonly used data bus in commercial aircrafts.  Defines how avionics equipment and systems communicate on the aircraft.  Characteristics:  Unidirectional transition (simplex).  32 bits word transmitted over 2 wires (twisted pairs).  Bipolar RZ encoding. (“1”: +10V, “0”: -10V).  Messages are transmitted at 12.5 – 14.5 (low speed mode) or 100 Kbps (high speed mode).  Up to 20 LRUs can be connected in a single ARINC 429 bus.  Sequential words are separated by 4 bit times Null voltage.  High reliability, low weight and low cost. However, limited data rates.  Is installed in:  Airbus A310 / A320 / A330 / A340  Boeing 727 / 737 / 747 / 757 / 767.  Boeing 777 uses ARINC 629.
  • 16. ARINC 429  Slew rate:  The time needed for a signal to rise from 10% to 90% of its maximum voltage. Parameter High Speed Low speed Bit rate 100 Kbps 12.5 – 14.5 Kbps 1 bit time 10μsec ± 2.5% 1/(bit rate) μsec ± 2.5% 1/2 bit time 5μsec ± 5% 1/(bit rate/2) μsec ± 5% Pulse rising time 1.5μsec ± 0.5% 10 ± 5 μsec Pulse fall time 1.5μsec ± 0.5% 10 ± 5 μsec
  • 17. ARINC 429  2 kinds of word formats:  BNR (Binary): Data are encoded in binary numerical system.  example: 23  00010111  In BNR bit 29 indicates a positive / negative number, or North / South, West / East, Above / Below. Bit 28 is the MSB.  BCD (Binary Coded Decimal): Each decimal digit is encoded to the corresponding binary digit.  example: 23  0010 0011  BCD word encoding:  BNR word encoding:
  • 18. ARINC 429  Word Fields:  P: Parity bit: Normally odd parity is used.  SSM (Sign / Status Matrix): Information about the data characteristics (data content – e.g. test, validity of data, etc.)  Data: In BNR or BCD format.  Bits 11-13 can be used as an equipment identifier, if necessary, to determine the equipment that transmitted the data. e.g. 00216 is the FMC (Flight Management Computer).  SDI (Source / Destination Identifier): Source or Receiver identification (e.g. does the data word targets a specific LRU or every LRU connected on the bus?).  Label: The type of data and how to be translated. Usually expressed in Octal. It is always sent first.
  • 19. ARINC 429  SSM for BCD data SSM for BNR data Labellist(forBNR)
  • 20. ARINC 429  BNR encoding example: positive 256 128 64 32 16 8 4 2 1odd parity Normal operation 00.26841812561 Padded bits Source / Destination (00 means to everybody) 1038: Selected airspeed  268 knots selected airspeed is transmitted through the ARINC 429 bus to every LRU connected in the bus.
  • 21. ARINC 429  BCD word format example:  Data transmitted: 25786 in decimal.
  • 22. ARINC 429  Equipment identifier is optional.  Represents the source of the data word.  BCD labels  BNR labels  Equipment Identifiers:
  • 23. ARINC 429  TCAS Intruder Altitude Word
  • 24. ARINC 429  Examples:  Decimal digits in BNR are encoded as 1/2x
  • 25. ARINC 629  Used in Boeing 777.  Characteristics:  Half Duplex.  Up to 120 LRUs can be connected. (46 are connected in Boeing 777).  Clock speed: 100MHz.  Inductive coupling is used to connect the LRUs on the bus.  Data transferred to / from the bus using electromagnetic induction.  Improved reliability since no break in the bus wires is needed.
  • 26. ARINC 629  Data are transmitted to the bus in groups called messages.  Each message consists of up to 31 word strings.  Each word string begins with a label word, followed by up to 256 data words.  Each label word and data word is 20 bits.  Only one LRU is allowed to transmit data through the bus each time.  One or more LRUs can receive data.
  • 27. ARINC 629  Terminal Interval.  A time period common to all transmitters.  Every transmitter can make only one transition per terminal Interval.  Terminal Gap.  A time period different to each transmitter. (Priority assignment).  Any transmitter is inactive until the terminal gap for that transmitter has ended.  Synchronization Gap.  A time period common to all transmitters, longer than the terminal interval.  Will occur when all transmitters have had the chance to transmit.  Each transmitter can make only one transmission. Then, it must wait until the synchronization gap has occurred, before it can make a new transmission.  When an LRU is not willing to send data, the synchronization gap decreases.
  • 28. ARINC 629  2 modes of operation:  Periodic: LRUs transmit in order of power-up. (Normal operation).  Aperiodic: LRUs transmit in priority order. Takes place when a discrete event takes place.  e.g. Landing gear system down.
  • 29. Other ARINC protocols  ARINC 573  Used in Flight Data Recorder.  Harvard Bi-Phase encoding.  12 bit words of data.  Data are a snapshot of may avionics subsystems on the aircraft.  Each frame contains the same data at a different snapshot in time.  ARINC 717 is an alternative and extended protocol to ARINC 573.   ARINC 575  Older specification of 429, now obsolete.  ARINC 708  Used in airborne weather radar systems.  Simplex bus with 2 wires.  Manchester encoding.  1 Mbps clock speed.  Data words 1600 bits long (64bit status word + 3x512 bits data).
  • 30. MIL-STD-1553B  A military half-dublex ARINC protocol.  2 twisted wires  Up to 30 terminals can be connected.  1MHz clock speed.  Word length: 20 bits. (16 bits are the data).  Manchester II bi-phase encoding.