EASA Mod 5 BK 2 Compute
EASA Mod 5 BK 2 Compute
CATEGORY B1 B2
COMPUTERS FIBRE OPTICS
ESDs SOFWARE CONTROL
FLIGHT INSTRUMENTS
Licence By Post
Licence By Post © Copyright B EASA 66 5.4 to 5.7 5.10 5.12 5.13 ISSUE 09 0712
© Licence By Post
No part of this study book may be re-produced or distributed in any form or by any means, or
stored in a data base or retrieval system in whole or in part without prior written permission
from Licence By Post.
Books in the LBP series are regularly up-dated/re-written to keep pace with the changing
technology, changing examination requirements and changing legal requirements.
AUTHORITY
You should also follow the requirements of your national regulatory authority
(the CAA in the UK) and laid down company policy as regards local
procedures, recording, report writing, documentation etc.
For health and safety in the workplace you should follow the
regulations/guidelines as specified by the equipment manufacturer, your
company, national safety authorities and national governments.
CONTENTS
Page
Computer structure 1
The central processor unit (CPU) 1
Memories 3
ROM 5
Microprocessor structure and operation 8
Data buses 11
ARINC 429 system 13
Mil Spec 1553B system 16
ARINC 629 system 19
Fibre optics 30
Light sources and detectors 33
Practical systems 36
Maintenance testing and repair 39
Fibre optics in aircraft systems 41
Electrostatic sensitive devices 46
Software management control 52
Aircraft field loadable software (FLS) 54
Release of FLS and DFLD 57
Documentation of FLS and DFLD 58
FLS/DFLD storage media handling 60
Control of FLS/DFLD 60
FLS/DFLD loading procedures 62
FLS/DFLD tooling 63
FLS/DFLD loading and certification 66
Copying FLS/DFLD 66
Practical loading of FLS 67
Flight instrument displays 71
HSI 71
ADI 74
HOW TO TACKLE THIS BOOK
As with book 1, take things slowly. Fully understand the overall layout of an
aircraft that is transmitting large amounts of data to and from LRU’s (Line
Replacement Units) and LRM’s (Line Replacement Modules).
This book is written for the B licence engineer. The A line mechanic should
study our books specifically written to the A level standard.
The book is written to the B2 level for all subjects, which is a slightly higher
level than the B1 requirement. The B2 engineer needs to study this book in its
entirety with all subjects to level 2.
For the B1 (B1.1, B1.2, B1.3, B1.4) engineer some subjects need not be
studied at all. Some subjects should be studied to the same level as the B2
person and some subjects should be studied to a level one below that of the B2
level (check the syllabus - copy in book 1).
Flight instruments have been included (the ADI and HSI) because electronic
instrument displays are part of the syllabus (more details in books 3 and 5 of
this module 5 series). Modern ADIs and HSIs are displayed on CRTs or flat
screen displays, on older aircraft the displays were mechanical. We have
introduced the mechanical instruments in this book so you should have some
understanding of them before dealing with the electronic side of the indicating
systems.
For more information on fibre optics please refer to the books in the LBP EASA
series on Physics (module 2).
This executes the individual instructions that are in the program and may also
be called a microprocessor. This is a single integrated circuit on a chip. It’s
components include:
-1-
Typically the flags would include:
These storage elements or temporary memory store hold a single byte or word,
a BYTE is typically an 8 bit (binary digit) word eg, 10011101.
This unit performs the arithmetic and logical operations. All calculations are
performed in binary, including addition, subtraction, multiplication and
division. Adders can be made using a number of logic gates where the basic
principles of addition apply (refer book 1 in this module) ie:
0 + 0 = 0
1 + 0 = 1
0 + 1 = 1
1 + 1 = 1 carry 1
For subtraction the following method using “two’s complement” may be used.
(i) invert the binary number ie, change all the ‘0’ s to ‘1’ s
and all the ‘1’ s to ‘0’ s
(ii) then add 1
-2-
9 1001
-5 1011
(1)0100
Using a word length of four bits [the carry one (1) is ignored], the
answer is 0100 which is decimal 4.
A x B = A + A + A + A …… A, B times.
This co-ordinates the internal operation of the microprocessor and controls the
operation of the ALU and registers to the action specified when an instruction
is performed. The clock in this section is a crystal controlled oscillator
producing pulses typically 120MHZ to 200MHZ (200,000,000 pulses per
second). The program counter within the section counts the pulses and
initiates the next step in the program and points to the address of the next
instruction. The microprocessor communicates with the memory to access,
store and transfer data to the data highway or bus.
MEMORIES
As we have already seen the CPU has memory storage devices but these are of
a temporary nature. For many aircraft systems a considerable amount of data
needs to be stored. So within the computer is a memory or memories.
RAM
-3-
The static RAM (SRAM) has bistable switches (flip-flops) whose contents are
fixed until the memory cell us written into or power is switched off. The
dynamic RAM (DRAM) memory cells are very small capacitors, which in fact
use the stray capacitance between the gate and source of a MOSFET.
Fig. 2 8 x 8 DRAM
There is a row decoder to signal the row address and a column decoder to
signal the column address. In the example shown row address 3 (011) and
column address 5 (101) are selected. So all the MOSFET’s on that row are
turned on, the column line charge the capacitors when writing and detect the
charge when reading. In this example the charge on the capacitor on line 5 will
be ‘read’ out ie, one bit of information has been transferred to the data out
line. As already stated, to prevent data being lost the threshold amplifier in the
data lines refreshes this charge.
-4-
The DRAM has the advantages that it:
A RAM is generally a volatile memory ie, it loses its stored data when power is
switched off.
ROM
The Read Only Memory has permanent data in it and would contain the
program for the system. When in use, data can only be read out of the
memory, new data cannot be written in. It is a non-volatile memory ie, the
stored information is not lost when the power is switched off.
If the decoder input is 101 ie, 510 the number 5 line will go logic 0. So the two
diodes connected to this line will conduct as their cathodes are at logic 0.
Current will flow through the resistors to the diodes causing lines Y and X to
go to logic 0. W and Z remain at logic 1.
Fig. 3 ROM
-5-
So at the address location 101 the data word 1001 is stored and read out of
the memory.
-6-
Bubble Memory
Storage Capacity
Highway Structure
Figure 5 shows the highway structure, there are three buses, the address bus,
the data bus and the control bus.
-7-
The control bus comprises input and output lines which synchronise the
microprocessor’s operation with that of the external circuitry eg, read/write
controls, timing signals, input/output selection. This is also a bi-directional
bus.
Accumulator. This is a specially defined register that holds the result of any
arithmetic or logic operation.
Timing and Control. Contains the circuitry to generate the basic timing
signals. This may be an 8MHz crystal oscillator (Flight Management System
Microprocessor 747-400). This may then be broken down to provide timing
signals for other circuits, eg 4MHz, 1MHz, 500kHz, 200kHz and 25kHz.
-8-
In addition it accepts and produces special control signals used internally as
well as in other computer circuits eg:
-9-
Address Instruction
0
1 Jump
2
3 Jump Main Program Return
4
5
6
15
16 Program
Stack
Counter
17 Sub Routine
18 Return
As only one address is needed, ie that on the top of the stack, a ‘stack pointer’
controls the addressing of the external stack.
Instructions
These instruction words normally consist of one, two or three bytes. The first
byte is referred to as the operation code (opcode), this tells the microprocessor
the type of operation to be performed. The remaining bytes can be data or an
address indicating where the data is stored, this is known as the operand.
A two-byte instruction will have an opcode (8 bits) and an operand, telling the
microprocessor what the data is, or the address in the memory where it can be
found. So this instruction will tell the microprocessor to do something with the
data eg, move it into a particular register.
A three-byte instruction would again make byte 1 the opcode and bytes 2 and
3 the operands, the second and third bytes each of 8 bits contain either data
or an address of a 16 bit word. The second byte may hold the least significant
bits and byte three the most significant bits. It should be noted in some
microprocessors this may be the other way round. So the instruction here
might be, “the content of the memory location whose address is specified by
byte 2 and 3 is moved to a register”.
- 10 -
Fetch-Execute Cycle
The microprocessor operates in a two phase mode, during the first phase, the
fetch cycle, the next instruction is fetched from the memory and then in the
second phase or execution cycle the microprocessor performs (executes) the
action specified by the instruction (opcode). The program counter points to the
next sequential instruction to be fetched and executed. Thus during a typical
instruction cycle, the next instruction to be executed is read from the memory
location indicated by the contents of the program counter. While this
instruction is being executed, the contents of the program counter are
incremented to point to the next instruction.
DATA BUSES
A data bus is effectively a data highway and the word ‘bus’ can refer to a bus
within a computer (CPU to memory etc) or a bus that is external and
connecting computer to computer or computer to LRU.
A common standard for data bus systems is the ARINC standard but other
standards are also used. Aeronautical Radio INCorporated (ARINC) is a
corporation made up of scheduled airlines, transport companies, aircraft
manufactures and operators.
One primary activity of ARINC is to produce specifications and reports for the
purpose of:
- 11 -
Other standards include:
Data buses may be Serial or Parallel. Serial means that data bits are
transmitted one after the other and a single transmission line is used. Parallel
transmission involves each bit of data using its own line and a block of data
bits can be sent simultaneously using several lines in parallel.
Parallel data buses are fast, have many lines and are heavy. Serial data buses
are slower, have one line and are lighter so are used on aircraft (in fact they
usually have two lines – an address line and a data line). The address line has
the address where the data has to go to.
The data bus can be designed to transmit in one direction only – called a
Simplex System, or can be designed to transmit in both directions – called a
Duplex System. If it can transmit in both directions but not at the same time it
is called a Half Duplex System. If it can transmit in both directions at the
same time it is called a Full Duplex System.
The language a system uses and the way it uses it is called the Protocol.
- 12 -
For data to be transmitted digitally any analogue data must first be converted
into digital data. The digital data may be put into store and if it is to be
transmitted down a bus then it is given a destination address – also digital.
As an example we will consider the Air Data Computer which will have on its
output side an ARINC 429 transmitter (TX). One of its outputs (amongst
others) on the data bus will be altitude information which will be picked up by
the ARINC 429 Receiver (RX) in the Digital Altimeter.
- 13 -
Fig. 12 SIMPLIFIED ARINC 429 SYSTEM
The data bus is a pair of twisted wires with shielding (figure 13).
The data is transmitted in binary form. The ‘1’s and ‘0’s are represented by
high voltage levels (+10v) and low voltage levels (-10v) respectively for one half
of the clock cycle ie, each pulse returns to zero in the middle of a clock pulse.
(1) LABEL
(2) SOURCE/DESTINATION IDENTIFIER (SDI)
(3) DATA FIELD
(4) SIGN STATUS MATRIX (SSM)
(5) PARITY BIT (P)
- 14 -
Fig. 14 DITS TRANSMISSION CHARACTERISTICS
The Label. The first eight bits of the word (octal coded), identifies the
information contained in the data eg, airspeed, engine exhaust gas
temperature etc. There are a large number of words being transmitted on the
bus and the Receiver decodes the labels and selects only those words it
requires.
The Data Field contains the specific data related to the label eg: how many
knots airspeed; the value of exhaust gas temperature (EGT) etc. In the binary
word this is in bits 11-28 and for a binary coded decimal (BCD) word it is in
bits 11-29. Any bits not used are filled with logic 0’s these are known as pad
bits and have no data significance.
- 15 -
The Sign Status Matrix (bits 29, 30, 31 for a binary word and 30 and 31 for a
BCD word) identifies the characteristics of the word eg, north or south,
positive or negative, east or west and it’s status eg, computed data, failure
warning, functional test or normal operation.
The Parity Bit. Arinc 429 uses odd parity logic. That is, the total number of
logic ‘1’s in the word must be an odd number. If it is not an odd number, the
parity bit is set to 1. This is used in the system to check for errors. If, on
receiving a signal it does not contain an odd number of ‘1’s then there is
something wrong with the transmission and a fault signal would be generated.
The transmitters of the system, which are embedded in the system equipment,
are capable of interfacing with up to 20 receivers.
This is a United States Military standard and has been adopted as a NATO
standard (STANAG 3838). It is a multiple source data transmission system in
that transmission can take place from more than one source. It is a half
duplex system in that data transfer can take place in either direction on a
single line but not in both directions on that line simultaneously.
- 16 -
There should be no need to commit any of the details of this data bus system
to memory (as it’s a military standard) but it does illustrate some of the
principles that you should have knowledge of.
The basic configuration is shown in the following diagrams. The data bus may
be a twisted pair or fibre optic cable with a maximum length of 100m.
Generally, direct coupling to the bus is avoided due to the possibility of one
terminal shorting the bus.
The data word size is 20 bits, with an actual word size of 16 bits, with SYNCH
waveform and parity taking up four bits.
Between the BC and the RTs there are various transfer formats.
- 17 -
Fig. 18 1553B WORD FORMAT
- 18 -
ARINC 629 SYSTEM
The ARINC 629 has been developed from the MIL-STD-1553B the BC being
replaced by the Data Autonomous Transmission and Communication (DATAC)
system where each LRU has a serial interface module which controls the
timing of the LRU data onto the bus when the LRU’s are not transmitting.
In the ARINC 429 system data only flows in one direction so if we wish to send
data back to the receiving element another data bus is required. Also with the
advent of more digital systems on aircraft another data transmission system
was required which was faster and bidirectional (duplex). The ARINC 629
fulfils these requirements and is currently used, as well as ARINC 429, on the
Boeing 777. It is also used on Airbus A330 and A340 aircraft.
It is a multi source multi sink system in that every terminal can transmit
data/receive data to/from every other terminal on the system and the system
can have up to 128 terminals on the one bus. The data transmission rate is 2
Mbps.
- 19 -
Fig. 20 ARINC 629 – B777 – GENERAL ARRANGEMENT
Each LRU has a serial interface module and a terminal controller which
controls the timing of its LRU data onto the bus when other LRU’s are not
transmitting.
- 20 -
Current Mode Coupler
This connects the data bus cable to the stub cable. These are found in panels
in the electronics compartment arranged in rows so that the bus cable can run
through them. Figure 21 shows two types of couplers which are
interchangeable. They use the inductive principle, ie transformer coupling. An
‘E’ core assembly is part of the coupler base.
The wire guides are grooves that give controlled routing and protection for the
wires of the data bus cable as they go through the ‘E’ core assembly. The
upper part has the electronics for putting data on and taking data off the bus
and sending via the receptacle to the LRU stub cable. The housing is
waterproof.
blank
- 21 -
Fig. 22 CURRENT MODE COUPLER PANEL
Stub Cables
The stub cables are for bi-directional data movement between LRU and current
mode coupler. The stub cables also supply power from the LRU’s to the
current mode couplers. The stub cable has four wires, two to transmit and two
to receive. These cables are in the normal aircraft wiring bundles.
Figure 23 shows the arrangement and layout of a stub cable. These cables can
be up to 40m long.
- 22 -
Fig. 24 ARINC 629 DATA BUS CABLE – GENERAL
All the data bus cables on the B777 are inside the current mode coupler
panels except the left and right bus cables. Figures 20 to 25 show the basic
layout.
Long runs of cables will have production break splices carried out at the
factory. Figure 24 shows the coupler connector to the coupler panel.
Data Structure
blank
- 23 -
Fig. 25 BUS CABLE
- 24 -
ARINC 429 DATAC
AIR DATA
AIR DATA
A particular parameter is defined by its position in the labelled word string and
it is the responsibility of the system designer to define labels and parameters.
The table above compares the ARINC 429 to the ARINC 629 data word. ARINC
429 requires a different word for each type of information it sends.
ARINC 629 uses a word string that has a label followed by information that
can have up to 256 types of data ie, more information on the bus hence faster
transmission.
ARINC 629 deals with standards for this bus and it is also referred to as the
Digital Autonomous Terminal Access Communication (DATAC) bus.
To keep the data bus to a twisted pair of cables it was necessary for the
databus to be self-clocking. Manchester bi-phase is the form of self clocking
used in ARINC 629.
- 25 -
The principle is that of sending a clock pulse in-between each data bit and
0 and 1 being represented by the presence or absence of a transition from one
level to another.
The data buses between LRU’s and LRM’s (line replacement modules) may be
of different types and data maybe transferred at different speeds. For example:
ARINC 429 One way bus. Sends and receives data at low speed (12 kilobits per second and 14
kilobits per second) and high speed (100 kilobits per second)
ARINC 453 One way bus that sends data at 1 megabit per second.
ARINC 717 One way bus that sends and receives data at 128 words per second.
ARINC 618 One way bus that sends and receives data at 128 words per second.
RS-422 One way bus that sends and receives data at 9600 bits per second.
RS-232 One way bus that sends and receives data on a casual wire at 20 kilobits per second.
10 base T Two way bus that sends and receives signals at 10 megabits per second.
RS-485 Two way bus that sends and receives signals at 10 megabits per second.
10 base 2 Two way bus that sends and receives signals at 10 megabits per second.
ARINC 636 Fibre optic data bus sends and receives signals at 100 megabits per second.
- 26 -
As you can see there is a considerable amount of data being sent and received
at varying speeds and using a variety of data bus systems. You do not need to
remember all these data bus systems but you should appreciate the layout of a
bus system on a modern aircraft.
Protocol
In basic terms it means that when one computer/terminal is writing data onto
the bus the rest are quiet and, if necessary, reading that data off the bus.
Timing
All operations on a data system are governed by a timing signal. On the ARINC
629 system the timing of messages is such as to ensure that the required
repetition rate is maintained and there are no collisions between messages.
Three timers are used to ensure periodicity, collision free access and equal
access opportunity, these are:
Periodic Mode
Figure 28 shows the operation in periodic mode. This is used when there is a
sufficient bus data rate to allow all messages to be transmitted at the same
rate (the highest rate). The TI is set to the inverse of the TG to allow collision
free access. There is spare time on the TI and the terminals generally transmit
in a set order. The SG does not feature in this mode.
- 27 -
Fig. 28 BUS ACTIVITY – PERIODIC MODE
Aperiodic Mode
Figure 29 shows the operation of a simple three terminal system. The terminal
with the shortest TG starts to transmit (terminal 1). All other terminals reset
their timers. When the first terminal has finished transmitting it will have to
wait until the bus has been quiet for the duration of the SG before it is given
the opportunity to transmit again.
- 28 -
So effectively now the terminal with the shortest TG that has not transmitted
it’s information is terminal 3 (looking at figure 29) terminal 3’s TG is shorter
than terminal 2’s TG so terminal 3 will transmit.
This process will repeat itself until all the terminals have transmitted in order
of their shortest TG.
When all terminals have transmitted the bus goes quiet while SG timers
operate, and the cycle will start again with the shortest TG terminal
transmitting first.
This cycle time is called a Minor Frame (MIF) and the shortest MIF possible
(equal to the synchronisation gap, and the sum of the messages and their
terminal gaps) is the Minimum Frame Time (MFT).
The word format (figure 31) consists of 20 bits (similar to Mil Spec 1553B ) and
a message can consist of up to 31 word strings. A word string begins with a
label followed by up to 256 data words.
The first three bits in a word are related to word synchronisation. The next 16
bits are data contents and the last bit is a parity bit.
- 29 -
Fig. 31 ARINC 629 WORD FORMAT
FIBRE OPTICS
Fibre optics are used for the high-speed transmission of data using light.
The elements of an optical fibre are a central core of suitable glass material (eg
pure silica) with a low optical transmission loss with an outer cladding with a
lower refractive index than the core, and finally an outer covering for wear
protection and mechanical strength.
The transmission of light along any optical fibre depends on the optical
property of total internal reflection.
- 30 -
Fig. 33 FIBRE OPTIC LIGHT TRANSMISSION
There are a number of ways or modes by which light can be guided along a
fibre depending on incident angle θ. The two basic types are single mode fibre
and multimode fibre.
Multimode Fibre
A multimode fibre, which has a larger diameter core than the single mode
fibre, may support hundreds or thousands of ways the light can be guided
down the fibre, ie many angles of incidence.
The time taken by a ray to travel along a fibre of length L is equal to n1 L (c cos
θ) where c is the velocity of light. The rays travel then at different velocities, so
a series of light pulses t1 at the input to the fibre will emerge as a series of
pulses t2. If the pulses are broadened, due to this time dispersion, to too great
an extent then the output cannot be resolved. However, up to data bus rates of
50M bits/sec and using relatively short lengths of fibre optic it is generally
acceptable.
- 31 -
Fig. 35 GRAPHS OF PULSE BROADENING EFFECT ON OUTPUT
This pulse broadening does place a limit on the bandwidth of the systems
using multimode fibres.
A typical core diameter is around 100µm and the operating wavelength around
1µm.
There are two types of larger core multimode fibres, Step Index and Graded
Index. In the step index fibres there is a step change in the refractive index at
the core cladding interface whereas the refractive index of the graded index
fibre varies across the core. These types help to reduce dispersion
(broadening) of the output signal. Intermodal dispersion occurs in multimode
fibres because each of the modes in the fibres travels at a slightly different
velocity. An optical pulse into a fibre has its energy distributed amongst all its
possible modes, which has the effect of spreading the pulse out.
In graded index fibres the effect of intermodal dispersion is reduced over that
in step index fibres because the grading bends the various possible light paths
along paths of nominal equal delay. The bandwidth limitation for a plastic
clad step index fibre is 6 – 25 MHz.km but by using graded index fibre this is
typically 200 – 400 MHz.km.
The larger core radii of the multimode fibres makes it easier to launch optical
power and facilitate the connecting of similar fibres. Power can be launched
into such a fibre using Light Emitting Diodes (LEDs).
- 32 -
Single Mode Fibre
The major difference between single mode fibre and multimode fibre is that the
smaller core diameter of the single mode fibre is of the same order of
magnitude as the wavelength of the light source (laser diode). Typical core
diameters being in the range of 5 to 10µm with an operating wavelength of
around 1.5µm.
Single mode means there is only one incident angle θ, therefore only one path
for the ray of light to travel along the fibre by internal reflections so the velocity
of the light pulse is the same.
As there is only one velocity for the ray path the pulse broadening effect of the
different velocities in the multimode fibre is eliminated. The single mode fibre
can therefore be used with high data rates and large bandwidths, typically 500
– 1500 MHz.km.
This is a measure of the maximum core angle for light rays to be reflected
down the fibre by total internal reflection and is a measure of the light
gathering power of the fibre.
By Snell's Law:
Fibres have NA’s in the region of 0.15 – 0.4 corresponding to total acceptance
angles 8° to 23°.
Attenuation
This is signal loss within a fibre and is measured in decibels per kilometre
(dB/km).
Sources
The light sources used are LEDs and semiconductor laser diodes. LEDs are
capable of sending signals with power of between 0.1 and 10mW into the fibre.
Such devices have a peak emission frequency in the near infrared, typically 0.8
and 1.0µm.
- 33 -
Limitations on the transmission rates using LEDs occur because of its rise
time (about 2 to 10ns) and chromatic dispersion.
This occurs because the refractive index of the core material varies with the
optical wavelength and therefore the various spectral components of a given
mode will travel at different speeds.
Laser diodes can provide higher power, particularly with low-duty cycles with
outputs between 1 to 100mW. Because of their good coupling characteristics
they offer a higher electrical to optical efficiency than LEDs.
The laser action means that the device has a narrower spectral width
compared with an LED, typically 2nm or less, as shown in figure 37.
They have a faster rise time (typically 1ns) and chromatic dispersion is less.
For digital transmissions below 50MBps (mega bits per second) LEDs require
less complex drive circuitry than laser diodes and require no thermal or optical
power stabilisation.
- 34 -
Fig. 37 SPECTRAL OUTPUT FROM A LASER DIODE
Receivers
The p-i-n diode has a typical responsivity of 0.65 A/W at 0.8µm. The
avalanche photodiode employs avalanche action to provide current gain and
therefore higher detector responsivity. The avalanche gain can be as high as
100, although the gain produces additional noise (un-wanted signal).
- 35 -
To summarise. The use of optical fibres to transmit data offers the following
advantages:
c) Electrical isolation.
b) No dc power transmission.
PRACTICAL SYSTEMS
The following is based on the B777 aircraft and including some other systems.
The systems are used to transmit data to various LRUs (Line Replacement
Units) for flight deck displays, aircraft management systems, computer fault
display systems etc.
Cable Construction
Each fibre optic strand is 0∃0055 inches (0.1397mm) in diameter and covered
with several layers of material - cladding (to keep light in), primary buffer
(protects glass fibre during manufacture) and secondary buffers add strength
and are coloured to permit identification of each fibre optic strand. The strand
is now 0∃035 inches (0.889mm) in diameter.
- 36 -
Fig. 39 FIBRE OPTIC CABLE DETAILS
The cable itself can have three or five fibre optic strands, and a number of
black filler strands may be used to make up the cable (these are also ∃035
inches in diameter). A polyester tape covers the strands, helping to keep the
cable flexible. A woven aramid yarn protects the optical fibres from damage.
The outer jacket is a purple thermoplastic. The cable is about 0.2 inches
(5mm) in diameter.
Connectors
Type A – these are used at production breaks that are not regularly connected
and disconnected during maintenance. This is a multi-channel, in line (butt
type) connector which has low light loss between the fibre optic components.
The connector has alignment keys on the plug and alignment grooves on the
receptacle to accurately align the optical components. Guide pins in the plug
fit into cavities in the receptacle; these pins touch the bottom of the cavities so
the connector cannot be over-tightened.
- 37 -
Fig. 40 TYPE A CONNECTOR
The coupling nut on the plug barrel has a yellow band and the receptacle
barrel has a red and yellow band. When the red band on the receptacle is at
least 50% covered by the coupling nut the connection is correct. A three-start
thread on the plug make sure of a straight start on first joining. The plug and
receptacle have ceramic contacts that touch when connected. The light signal
goes through the holes in the end of the ceramic contacts when they are in
direct physical contact with each other.
Type B Connector
The connector has a miniature ball lens at the end of each fibre behind a
protective window. This lens expands and focuses the light through the
protective windows of the plug and receptacle to another ball lens which
narrows the light and sends it into the fibre.
blank
- 38 -
Fig. 41 TYPE B CONNECTOR
2) Ensure connectors and lenses are clean and use only approved
cleaning agents and procedures for cleaning.
The maintenance, testing and repair of fibre optic systems follows a general
procedure, but as always consult the manufacturer’s literature (AMM etc)
before carrying out any work/procedures.
Maintenance
- 39 -
When carrying out a visual inspection of the fibre end face, then either the
naked eye (with a good light source) or an inspection microscope may be used.
Visual inspection of the harness would include: ensuring bend radii are
adequate; checking for outer covering damage and contamination; checking for
sub-layer or microscopic damage; ensuring adequate support; checking that
end connectors are serviceable and fitted correctly. In many cases a thorough
examination cannot be achieved unless the harness is removed to a workshop.
Testing
Power meters and light sources can be used to measure losses in a fibre optic
system and detect any degradation. A portable light source (LED or laser) can
be matched in terms of modulation and wavelength to the transmitted signal
and a portable power meter can measure the loss in the system in dB. The
power meter has to be calibrated first against the light source using a piece of
fibre optic cable of the same type as being tested (patchcord).
Systems may incorporate a built-in-test (BIT) facility, its main functions are:
Using a power meter and light source will indicate if there is a loss in the
system but the test does not tell you where the fault lies within the cable or
system. An Optical Time Domain Reflectometer (OTDR) can be used to
determine this. The OTDR uses the principle of a pulsed laser signal sent down
the fibre and measuring the backscatter (some of the light, having scattered in
all directions is returned towards the light source). The OTDR can measure the
returned power level and can determine the degree and position of the losses
along the cable. This is displayed on a CRT and/or recorded on a computer.
- 40 -
Repair
If a fibre optic cable shows signs of damage or exhibits a high loss under test,
the complete cable assembly can be replaced; the cable can be re-terminated;
a repair can be effected or, if redundant links are available, a spare cable can
be tied back and a spare used.
On the Boeing 777 systems, for example, there are 5 optical fibres in each fibre
stub cable but only 4 are used. If one fibre only is dark, then the end
connector can be changed so that the dark fibre corresponds to position E in
the connector. The system is re-tested of course.
At this time only fusion splicing is used on aircraft and can only be carried out
in a repair bay, this is because fusion splicers are bulky and use an open arc
to fuse the fibres.
The cable ends are prepared (striped, cleaved and cleaned). A heat shrink
sleeve is placed over the end of one cable and the bare ends are placed in a
fusion splice machine. The machine is switched on and after the fusion
process is complete the heat shrink sleeve is moved into position over the
splice and heat shrunk into position – this restores the strength and provides
protection.
The Boeing 777. The Boeing 777 uses a fibre optic communications network
called OLAN (Onboard Local Area Network) this is divided into two parts:
The Brouter receives and sends signals to LRUs and connects signals to the P
MATS (Portable Maintenance Access Terminals).
- 41 -
Fig. 42 OLAN – GENERAL LAYOUT
ARINC 636 is a fibre optic databus with one strand of fibre optic per bus. The
two strands provide a primary (PRI) and secondary (SEC) bus. Fibre optics is
also used in other areas on aircraft, for example, in a radiation pyrometer
system.
This radiated signal is fed via the fibre optic link to a photocell where it is
converted into an electrical signal in the detector, and then fed to an amplifier
and then onto the indicator or engine monitoring system.
Many engines rely only on jet-pipe mounted thermocouples that measure the
exhaust gas temperature. From this temperature the turbine blade
temperature can be inferred (by the engine designer).
- 42 -
Fig. 43 FIBRE OPTIC LINK – RADIATION PYROMETER
= MIL-STD-1553B RT
BUS SUB SUB SUB
CONTROLLER SYSTEM SYSTEM SYSTEM
1 2 N = STANAG 3910 RT
Note the inclusion of the star coupler, this is a passive optical coupler which
allows the light signals from each fibre stub to be coupled into the other fibre
stubs and then onto the subsystems. The star coupler, as it is a passive
coupler, must attenuate the signal and this signal loss must be allowed for
within the system design.
- 43 -
Fly-By-Light Control System
* Pilot
* Air data
* Aircraft accelerations, position etc.
These inputs are transduced into light data form for transmission to the flight
control computer. Data between the various control computers/electronic
units is also in light form with immediate control of the actuators being
electrical. The power control actuators may be electrically or (more usually)
hydraulically powered.
Pilot's
Motion Sensors
Stick
Control Actuator
Control
Surface Control
Surface
Commands Electronics
Flight
Control
Computer(s)
Actuator Actuator(s)
Status
Electrical
Power
Air Data Sensors
Denotes Fibre Optic
Links
The use of fibre optics between components reduces the risk of transmitting
electrical faults between units as the optical fibre is an insulator. Note that the
fibre optic link between the Flight Control Computers (FCC) and the Actuator
Control Electronics (ACE) is a two-way system to allow actuator status to be
fed back to the FCC. The system eliminates large bundles of cables as the
ACE unit and actuator are close together, so only a fibre optic connection and
power supply connection are required.
The fibre optic system can use ‘Wavelength Division Multiplexing’ (WDM). This
is where signals of different wavelengths are sent down the fibre all together.
At the other end of the fibre, passive optical filters tuned to the relevant
wavelengths allow each signal to be recovered. This technique gives high
integrity as the signals are effectively optically isolated.
- 44 -
Optical Sensors
Passive optical sensors are those which do not require electrical supplies or
any electronic processing at the sensor. The sensor output is an optical signal
which is modulated by the quantity being measured. The basic principle of
the sensor is shown in figure 46.
(eg: Angular
Position,
Pressure, etc)
Light output Signal
Modulated by 0 Electrical Power
blank
- 45 -
ELECTROSTATIC SENSITIVE DEVICES
Fault diagnosis will involve the changing of Printed Circuit Boards (PCBs).
These are normally housed within LRUs. These boards will contain
components some of which are vulnerable to static discharge.
MATERIAL
- 46 -
What is an Electrostatic Discharge?
The higher up, or lower down the table, the greater is the charge and hence
the greater discharge when the two materials are bought together. The second
table shows typical electrostatic voltages that can occur. (Note the importance
of relative humidity). The voltages of these materials are as stated until they
come into contact with the first available ground potential.
The following table shows the sort of voltages that can occur between two
surfaces/objects.
ELECTROSTATIC VOLTAGES
MEANS OF STATIC GENERATION
RELATIVE HUMIDITY
10 to 20% 65 to 90%
Table 4 lists some static sensitive devices and the voltages that can cause
damage. The damage can vary from slight degradation of performance, giving
rise to intermittent and spurious indications; to complete destruction total
system failure. The amount of damage varies with the amount of energy that
strikes them.
- 47 -
The less obvious kind of damage can cause considerable and expensive
maintenance headaches which may lead to lack of confidence in the
equipment.
The advantages of electronics include high “Mean Time Between Failure” rates
(MTBF), low maintenance costs, improved performance and reduced weight.
The following procedures show how to identify ESDS (Electro Static Discharge
Sensitive) LRU’s and the precautions for handling the units and PCBs within
the units.
- 48 -
Fig. 47 TYPICAL ESDS DECALS
- 49 -
10. Disconnect wrist strap from ground and operator.
11. Place bagged PCB in a rigid container to maintain integrity of
conductive bag during transportation.
12. Record work done in logbook and sign.
- 50 -
Dust Caps
- 51 -
SOFTWARE MANAGEMENT CONTROL
* Introduction.
* Systems Aspects Relating to Software Development.
* Software Life Cycle.
* The Software Planning Process.
* The Software Development Processes.
* The Software Verification Process.
* The Software Configuration Management Process.
* The Software Quality Assurance Process.
* The Certification Liaison Process.
* Overview of Aircraft and Engine Certification.
* The Software Life Cycle Data.
* Additional Considerations.
FAR 25.1309 and No significant degradation of Reduction of the aircraft capability or of the crew ability to Prevention of
EASA 25.1309 aircraft capability or crew cope with adverse operating conditions continued safe
Definitions ability flight and landing
of the aircraft
Effect on Slight reduction of safety Significant reduction in safety Large reduction in safety Loss of aircraft
margins, margins, margins, and/or fatalities
aircraft and
Slight increase in workload, Reduction in the ability of the Physical distress or
occupants of eg routine changes in flight flight crew to cope with workload such that the
plan, or adverse operating conditions flight crew cannot be relied
failure AMJ 25.1309 impairing their efficiency, or upon to perform their tasks
Definitions Physical effects but no injury accurately or completely, or
conditions or to occupants Injury to occupants
Serious injury to or death of
design error a relatively small proportion
of the occupants
AMJ 25, 1309 definition of Criticality Minor Effect Major Effect Hazardous/Severe – Major Catastrophic
Category Effect Effect
FAA Advisory Circular 25. 1309-1A Non-essential Essential Critical
definition of Criticality Category
DO-1788/ED-12B Software level* Level D Level C Level B Level A
* Using appropriate design and/or implementation techniques, it may be possible to use a software level lower than the functional categorisation.
- 52 -
Within section 2, guidance is given concerning system failure condition
categories, the definition of software levels, the relationship between software
levels and failure condition categories, and how software level is determined.
Table 5 shows the relationship between FAA AC25-1309-1A, JAA AMJ 25-1309
and Doc ED12B with regards failure condition categories and software levels.
- 53 -
A software configuration management plan, as defined in Section 7 and
paragraph 11.4 of Document DO-178B/ED-12B, is required as a means of
software identification and control to be effective throughout the life of the
equipment.
The following is a summary of AN43 which has been transferred to CAP 562
Leaflet 9-14.
The CAA has become aware of occasions where a lack of adequate control of
FLS and DFLD by operators has given rise to safety related occurrences. This
Leaflet is to provide guidance for operators and maintenance organisations on
the configuration management, procurement, embodiment and tracking of
aircraft FLS and DFLD to ensure the continued airworthiness and operating
safety standards of the equipment/aircraft.
The content of this notice should be used to supplement the content of the
Type Certificate (TC) or Supplemental Type Certificate (STC) holder’s
instructions.
- 54 -
For guidance on this subject the reader should refer to JAA Administrative and
Guidance Material Section 4 Operations, Part 3 Temporary Guidance Leaflets
(JAR-OPS) Leaflet No 36 Approval of Electronic Flight Bags (EFBs).
Definitions
Aircraft Configuration List (ACL). A list of Line Replaceable Units (LRUs) and
modules with Loadable Software Aircraft Parts (LSAPs) that are applicable to a
specific aircraft. This list may be contained on data supplied by the Type
Certificate (TC) Holder in a Service Bulletin (SB), Service Information Letter
(SIL) or Illustrated Parts Catalogue (IPC), or as a separate tracking system.
Field Loadable Software (FLS). Software (executable code) that can be loaded
without removing the system or equipment from the aircraft. FLS can be
loaded onto an aircraft system by a maintenance mechanic/technician in
accordance with defined maintenance manual procedures. FLS can be
configured as a component of target hardware and thus affect the part number
of the target hardware. There are numerous types of FLS, but most can be
categorised as follows:
This is usually carried out without review by the CAA, the aircraft TC
holder’s (or STC holder’s) design organisation or the equipment
manufacturer, if modified within the constraints established during
certification. Should the need arise to modify the software outside of
these constraints then the operator will need to seek guidance from the
CAA, the aircraft Type Certificate holder’s design organisation (or
Supplementary Type Certificate holder’s design organisation) and/or the
equipment manufacturer on how this should be accomplished.
- 55 -
Database Field Loadable Data (DFLD). Data that is field loadable into target
hardware databases.
Data File. A specific file that contains the actual data that is the
object of the database and is field loaded.
Target Hardware. The hardware such as LRUs and modules that are intended
to be loaded with FLS or DFLD.
Examples of target hardware with databases that could be field loaded with
DFLD that need to be tracked in the same manner as an aircraft part, could
include a Flight Management Computer (FMC); a Terrain Awareness Warning
System (TAWS) Computer or an IMA Unit.
Media Distribution of FLS or Data Files. A process whereby FLS or Data Files
are moved from the production organisation or supplier to a remote site
(generally the operator) using storage media.
Storage Media. A device that contains a copy of the FLS or Data Files such as
a Diskette/Floppy Disc, Personal Computer Memory Card International
Association (PCMCIA) card, Compact Disc Read Only Memory (CD ROM),
Onboard Replaceable Modules (OBRM), File Servers or Portable Data Loaders.
- 56 -
Electronic Distribution of FLS or Data Files. A process where FLS or DFLD
are moved from one site to another without the use of FLS storage media –
using the internet for example.
LSAP. An EASA Form 1 or FAA 8130-3 should accompany any FLS (executable
code). Examples of LSAP that would require such release could be FLS that is
associated with any of the examples of target hardware given above.
DFLD. An EASA Form 1 or FAA 8130-3 should accompany any DFLD (data
file). Examples of DFLD that require such release could be those associated
with IMA, as mentioned above.
Release Equivalency
- 57 -
DOCUMENTATION & PROCUREMENT OF FLS & DFLD
FLS and DFLD are normally delivered with the new aircraft and contained in
the Target Hardware and in media sets in binders or storage bins, noting that
the part number of the Target Hardware may not necessarily indicate the
loaded software part number.
LSAP
Procured LSAP must be obtained from an approved source, using part number
specified and accompanied by an EASA Form1 or an equivalent acceptable to
the CAA. The part number can typically be confirmed as approved by reference
to documents such as the IPC, SB and SIL, or to an appropriately approved
modification (TC/ATC/STC).
DFLD
Data Field Loadable Data files used for the update of databases such as
Navigational Databases, Terrain Databases and Model/Engine Databases
should be acquired from a source that is acceptable to the Target Hardware
Manufacturer, and accompanying documentation and DFLD Storage Media
containing the data file should clearly identify this.
The DFLD storage media should also be annotated with the originator
identification and quality/conformity markings.
The Electronic Distribution of DFLD should recognise these points and provide
an equivalent level of control agreed by the CAA. The responsibility of
obtaining appropriate confirmation of the authenticity, performance
specification and accuracy of the DFLD rests with the operator. It is also
recommended that a ‘confidence’ check of the received data should be carried
out to ensure that the new data satisfies the intended use. The DFLD should
be subjected to a configuration control process acceptable to the CAA.
UMS
FLS and Data Files can be distributed to the aircraft operator using a variety of
methods, which include use of software media (such as floppies, CD ROMs,
PCMCIA Cards or electronically via the Internet. The operator is responsible for
establishing a process to ensure that the FLS or Data File received is the FLS
or Data File approved and that the FLS or Data File has not been corrupted [eg
making use of a Cyclic Redundancy Check (CRC)]. Complying with the aircraft
manufacturer’s recommendations and utilising the recommended tooling
should achieve this.
(a) The FLS or DFLD should be virus checked on receipt and stored in a
controlled location if not being immediately loaded into an aircraft
system. This requirement assumes that the media store has appropriate
protections and controls to prevent unauthorised access to the media. If
this is in any doubt, the FLS or DFLD should be virus checked
immediately prior to loading it into an aircraft system. The target
hardware manufacturer should provide guidance on how virus checking
should be done.
EDS is increasingly being utilised to transfer FLS or DFLD from the supplier to
an operator. The advantages of this are the speed of distribution, the reduced
costs and the removal of the need for physical transport media. This should
be accomplished to an acceptable standard. Such an acceptable standard
would normally be that of meeting the intent of this notice. If the FLS or DFLD
is supplied over the Internet this should be accomplished in accordance with a
set procedure (details later).
- 59 -
FLS & DFLD STORAGE MEDIA HANDLING
The operator is responsible for ensuring the suitability of any storage media
used. In order to ensure FLS and DFLD integrity, the storage media should be
kept and processed in an environment that is not detrimental to that storage
media, noting any limitations associated with the media.
The operator should consider providing the following for the control of FLS and
DFLD:
Storage Facility
(c) If the main source of the FLS and DFLD are an electronic store (eg
central database of software programs) that store should be:
- 60 -
(i) Subject to configuration control processes.
Procedures used for the receipt of FLS and DFLD that are transferred using
electronic distribution techniques should give consideration to the following:
(a) That the FLS or DFLD has come from an appropriate source and
that sufficient configuration control processes are in place to
ensure that the correct data and/or executable code will be
supplied.
(b) That they are accompanied by suitable release documentation.
(c) That a record of purchase is created.
(d) That suitable controls are in place to prevent use of FLS and
DFLD that may have become corrupted during its existence in any
‘open’ environment, such as on the Internet.
(e) That means are provided to allow for the detection of any
corruption.
(f) That connecting a central electronic store for FLS and DFLD
storage directly to the Internet is avoided wherever possible.
- 61 -
FLS & DFLD LOADING PROCEDURES
Procedures used for the loading of FLS and DFLD, to target hardware, should
include the following:
(a) The criteria identified within the FLS and DFLD control register as
defined above.
(b) The appropriate authority to embody FLS onto the aircraft (eg
Aircraft Manufacturer’s Service Bulletin) has been issued and
received, ie Aircraft Manufacturer’s SB or an STC.
- 62 -
(d) Verification that the upgrade actually is needed.
(e) Identify what has changed between the different versions of the
FLS or DFLD. This should include identifying and recording within
the FLS and DFLD register the problems that have been fixed and
what functionality has been added or removed.
FLS or DFLD can be loaded into the Target Hardware using a variety of tools
as recommended and/or approved by the aircraft or target hardware
manufacturer. These can include OEM (Original Equipment Manufacturer)
supplied tools, Commercial Off The Shelf (COTS) tools or in-house developed
tools.
There are a number of issues associated with FLS or DFLD tooling that the
aircraft operator would need to take into account if an alternative to the
tooling recommended by the aircraft or target hardware manufacturer was to
be considered.
- 63 -
(c) Does the tool supplier have any previous experience in developing
tools for the required purpose?
(e) Does the tool provide all the needed functionality or will additional
tools or processes be needed?
(f) Does the tool provide the necessary confirmation of what has been
loaded on to the aircraft?
(g) Do any existing tools that have CAA acceptance already provide
the required functionality?
(i) Will the tool supplier provide support for the duration of its use?
(j) Is the tool widely used in the industry and does it have a good
reputation?
(k) If the tool isn’t widely used in the industry, is there any other way
to establish its integrity?
(m) Are there any human factors issues associated with its use?
The issues detailed above apply to the selection of any tool, regardless of the
supplier. The issues detailed below are specific, additional, considerations that
need to be considered for OEM and COTS Tools of software tools. If a tool is
going to be supplied by the Aircraft Type Certificate holder (STC holder) or the
equipment manufacturer, or where COTS tooling is going to be supplied [COTS
tools are considered to be those which were not supplied by the aircraft Type
Certificate holder (or STC holder) or the equipment manufacturer, or developed
by the airline/maintenance organisation]. The following additional issues need
to be considered:
(b) Is the tool needed for the FLS or DFLD and aircraft in question?
(c) Was the tool actually developed for use with the FLS or DFLD and
aircraft in question?
- 64 -
(d) If the tool was not specifically developed with the FLS or DFLD
and aircraft in question, is it compatible with them?
(a) The tool must be developed such that it cannot corrupt the
functionality of the aircraft systems it is being used for.
(e) The operator should gain acceptance for the use of the tool from
the aircraft or target hardware manufacturer.
(c) The ability of the tool to actually run the software that enables
loading should be considered.
- 65 -
FLS & DFLD LOADING & CERTIFICATION
Prior to, during, and post loading FLS or DFLD into the aircraft/aircraft
systems the operator should take into account what has already been said
plus the following points:
Loading FLS or DFLD. Loading FLS or DFLD onto aircraft target hardware
should be carried out and verified in accordance with the established
processes and procedures detailed in the AMM or associated approved
maintenance or modification data.
Recording Aircraft FLS and DFLD Configuration. All FLS and DFLD loading
should be recorded in the Aircraft Configuration List (ACL), and a copy kept on
board the aircraft with a further copy kept in the operators’ aircraft
maintenance records system.
If FLS or DFLD copies are to be made by the aircraft operator for use within
their organisation, this should be accomplished using the aircraft type design
organisation approved FLS and DFLD Storage Media replication process. This
replication should be recorded in an Aircraft FLS/DFLD Replication Register
and be traceable to the original source from which copies were made. This is
to ensure that this activity can be audited.
Release Documentation
A copy of the original JAA Form One, EASA Form 1, FAA 8130-3 or other CAA
accepted release documentation, as defined earlier, should accompany the FLS
or DFLD Storage Media containing copies of the FLS or DFLD.
Configuration Control
- 66 -
Use of Notice Recommendations
Staff
- 67 -
Systems that use loadable software include:
Times (mins)
* Flight control computer (FCC) 15
* Satellite data unit (SDU) 45
* SATCOM 5
* ACARs 15
* Video system control (Sony) 15
* Flight information display system (Airshow) 15
* Digital flight data acquisition unit 15
* EICAS 15
* EFIS symbol generator 15
* Flight management computer (FMC) 120
The times are given to indicate maximum transfer times and show the
approximate length of the actual transfer of the data. The total time taken for
the task would depend on the connection times of the equipment, set-up
procedures, the actual amount of software to be transferred (size of data and
number of discs) and the aircraft configuration and test procedures to be
carried out afterwards.
Transfers may be Short Load or Long Load. Short Load is where only those
pieces of data that need changing are changed. Long Load is where all the
data is changed in a particular programme. The FMC can do a Short Load.
After loading, the correct data is verified by the correct software part number
showing for the software configuration check, and checking this part number
against that issued by the operator.
For many systems the software required is unique for each aircraft but in
some cases this may not be so. For example, the navigation database in the
FMC is common to all aircraft but other FMC software is aircraft specific.
Data may be supplied in the form of Floppy discs, CD-ROM, Data card
(PCMCIA – Personnel computer memory card International Association) and
data storage devices.
Data Loaders
These come in two forms, portable data loaders (PDL) and airborne data
loaders (ADL).
- 68 -
A PDL is equipment (a lap top or similar) that is moved to the aircraft and
plugged in using an interface cable to the equipment to be loaded. On some
components this might be on the component itself, on others it might be on a
data-loading panel on the aircraft. The data-loading panel may have a switch
to select the correct system that is to be loaded and each system is connected
to it via data buses or other data links. After loading, the equipment is
removed. Figure 48 shows a typical data loading port and figure 49 shows a
typical data-loading control panel – both usually situated in the flight-deck.
blank
- 69 -
Fig. 50 AIRBORNE DATA LOADER
Make sure that the ADL or PDL pass the self-test and that power remains on
the aircraft throughout the loading process. The lights will flash on the ADL
during the self-test. In general:
Any power interruption will require starting the loading procedure from the
beginning.
- 70 -
NOTE: The above is specific for one manufacturers equipment but can be
considered as reasonably typical. Remember, on any aircraft several different
makes of equipment can be fitted, eg satellite systems can be Rockwell Collins,
Honeywell, Allied Signal etc – and each will have its own specific loading
procedure.
On older aircraft these included the Airspeed Indicator (ASI), Artificial Horizon,
Turn & Slip Indicator and the Gyro Compass. On newer aircraft all but the
Airspeed Indicator have been incorporated into the Horizontal Situation
Indicator (HSI) – a sort of compass, and the Attitude Director Indicator (ADI) –
a sort of Artificial Horizon.
The ‘mechanical’ HSI and ADI are included in this book as background
knowledge to Electronic Flight Deck Display Systems in book 3. It should be
realised that as far as the HSI and ADI are concerned there is no 'standard'
instrument, however the instruments shown here have the main features
which are usually found on most HSIs and ADIs.
When related to the movable parts of the course indicator, the fixed aircraft
symbol located in the centre of the course indicator window shows aircraft
position and direction.
The course arrow is a white arrow which is rotated against the azimuth ring by
the course control knob to a magnetic heading which coincides with the
desired VOR (VHF Omni-directional radio Range – a ground based navigation
aid) radial or localiser course.
- 71 -
When one of the radio modes is selected, the V-bar command indicator in the
attitude director indicator displays steering commands to capture and track
the selected radio course.
Course Counter
The course counter in the upper right corner of the instrument improves the
accuracy and speed of course selection by giving a digital repeat of the VOR
radial or localiser course indicated by the course arrow.
To-From Pointer
The movable centre section of the course arrow represents the centre-line of
the selected VOR radial or localiser course. The miniature aircraft represents
the position of the aircraft with respect to this selected course.
- 72 -
This is a dc motor driven movement fed from the navigation (VOR/ILS)
receiver. Figure 52 shows the deviation bar indications for approach onto the
localiser.
Azimuth Card
- 73 -
Heading Marker and Heading Control
The glide slope pointer shows the glide slope of the aircraft. It is in view only
when the navigation receiver is tuned to a localiser frequency. This is a dc
motor driven movement fed from the navigation (ILS) receiver.
Aircraft Symbol
This is shown by a fixed delta-shaped symbol. Aircraft pitch and bank attitude
is displayed by the relationship of the symbol and the attitude tape. Pitch and
bank commands are displayed by the relationship of the command bars and
the symbol. With some practice, a pilot can instinctively manoeuvre the
aircraft symbol into the command bars to satisfy pitch and bank commands.
- 74 -
Bank Pointer and Horizon Tape
Bank attitude is shown by rotation of the attitude tape relative to the aircraft
symbol. A full 360° bank presentation is possible. The bank-angle pointer and
scale near the top of the indicator display bank angles of 10, 20, 30, 45 and
60°.
Comparing the aircraft symbol to the attitude tape gives a realistic picture of
bank attitude. Pitch attitude as previously stated, is shown by the vertical
position of the attitude tape pitch scale relative to the fixed-aircraft symbol.
Command Bars
The command bars display computed bank and pitch commands. A selected
heading or radio course may be flown by observing and responding to the bank
commands.
Pitch attitude, selected altitude, or glide slope beam tracking may be flown by
observing and responding to the pitch command. To satisfy the commands, the
aircraft symbol is "flown into" the command bars until the two are aligned as
shown later.
The servo system has rate feedback to prevent oscillation of the command
bars, and position feedback to ensure the correct amount of movement.
The glide slope pointer represents the centre of the glide slope beam and
displays vertical displacement of the aircraft from the beam centre. The
pointer is in view whenever a localiser frequency is selected on the navigation
receiver, regardless of mode selector position. The centre line of the glide slope
scale represents aircraft position with respect to the glide slope pointer.
If the pointer is displaced upward, the aircraft is below the glide path. This is
displacement information only; pitch commands are presented by the
command bars.
- 75 -
Localiser Deviation Pointer (Runway Symbol)
The runway symbol represents the centre of the localiser beam and is in view
whenever the navigation receiver is tuned to a localiser frequency. When the
symbol moves left, the aircraft is to the right of the localiser beam. On a back-
course ILS the runway symbol senses in reverse and should not be used for a
back-course approach.
The runway symbol displays lateral displacement from the centre of a localiser
beam and represents an expanded portion of the localiser scale.
The outside reference dots of the miniature runway scale are equivalent to the
first dots of the smaller scale on the course indicator. They provide an
expanded lateral display of aircraft position in relation to the centre of the
localiser beam. This is a dc motor driven movement fed from the navigation
(ILS) receiver.
Figure 54 shows the localiser and glide slope indications for various aircraft
positions relevant to the ILS beams. Note the ADI has a runway representing
the localiser position.
- 76 -
For the last 200ft before landing (which should be centred at this time) the
runway symbol rises towards the centre line of the ADI presentation, and
when the aircraft has landed it will sit just below the command bars.
Slip Indicator
A pointer on the right side of the flight director display indicates radio altitude
up to 2000ft. The RAD ALT pointer is deflected out of view when not in use.
Speed Command
Many of the ADIs have a test button, usually in the left hand bottom corner of
the instrument, when pressed this injects a test signal, which makes the
display go 10° pitch and 20° roll right and the 'ATT' flag to come into view.
Figure 53 shows an ADI where the command bars are of a wedge shape and
the aircraft symbol a triangular shape. Figure 55 (A) shows a command on the
ADI telling the pilot to 'fly left'. He/she will fly the aircraft to get the aircraft
symbol into the command bars. When the command is satisfied the aircraft
symbol will be sitting in the command bars at the centre of the instrument.
- 77 -
Fig. 56 ADI - CROSS POINTER COMMAND BAR
Flags
FD-108 warning flags are "positive-monitoring" - that is, the proper operating
voltage must be present to keep the associated flag from view. Limited system
operation is possible with certain of the warning flags in view.
A visual inspection, as far as possible, would also be carried out to check for
any obvious signs of damage, and the onboard fault computer checked for any
fault codes. Of course, if there is a fault the faultfinding section of the AMM
should also be consulted.
- 78 -
Fig. 57 ADI & HSI
Computer Flag
The Computer Flag monitors the active inputs to the FD-108 computer for the
selected mode. In all modes this includes computer power, the vertical gyro,
the gyro stabilised magnetic compass, and the primary servos of the V-bar
commands. In addition, the selected radio input to the computer is monitored
in VOR/LOC and GS modes. The computer flag warns that all V-bar command
information is unusable. The attitude, heading, and radio displays are still
correct if the corresponding flags are not showing.
Gyro Flag
The Gyro Flag indicates failure of the vertical gyro and/or primary attitude
display servo system, and warns that the attitude display is unusable. Radio
and heading displays and V-bar commands are still correct if the
corresponding flags are not showing.
Compass Flag
The Compass Flag indicates failure of the gyro stabilised magnetic compass
and/or primary heading display servo system, and warns that the heading
display is unusable. Radio and attitude displays and V-bar commands are still
correct if the corresponding flags are not showing.
- 79 -
VOR/LOC Flag
Localiser Shutter
This parallels the operation of the VOR/LOC flag in GS mode. In other modes
it conceals the localiser deviation pointer.
Miles Shutter
The Computer
This provides roll and pitch commands to the ADI. These commands, when
displayed on the ADI, enable the pilot to intercept and/or maintain a selected
flight path. The computer is divided into two basic channels – pitch and roll.
The roll channel generates steering commands on information received from
the vertical gyro (roll signal), heading error signal from the HSI, course error
signal from the HSI, and radio signals from the VOR/LOC receiver.
Instrument Amplifier
Mode Selector
This may be a switch on the side of the ADI or part of a separate switch panel.
The pitch command facility is available on both displays
”””””””””
- 80 -