Digital Techniques, Electronic Instrument System
Digital Techniques, Electronic Instrument System
Module 05
Pag.
Module 05 – Digital Techniques, Electronic Instrument System
Table of contents
CAT. B1.1
05
Chapter 05.01
CAT. B1.1
05
Standard Cockpit
The basic aircraft cockpit is an analogue type. In this cockpit the flight instruments must be
grouped in a particular format conform to international laws.
The basic T
CAT. B1.1
05
Glass Cockpit – EADI and EHSI
The glass cockpit provides flight and navigation information on different screen
through Electronic Flight Instrument System (EFIS). Instead, all information
concerning the aircraft engine is shown by other systems called EICAS (Engine
Indicating and Crew Alerting System) and ECAM (Electronic Centralized Aircraft
Monitoring).
Electronic displays of EFIS system can be split in two categories according to the
information provided:
• EADI (Electronic Attitude Direction Indicator), also called PFD (Primary Flight
Display)
The EADI is on the left for the pilot (who sits on the left) and on the right for the
copilot (who sit on the right). The EHSI is in a more central position compared to the
EADI.
CAT. B1.1
05
EADI
The EADI provides all attitude information. This monitor permanently show the flight
crew the basic ‘T’ information.
The EADI has a single display mode in which the graphic indication of an artificial
horizontal predominates.
CAT. B1.1
05
EHSI
The EHSI reproduces all information concerning navigation and flight planning. In this
case different display modes are available, because each of these is connected to a
particular type of information. The ND (navigation display) is located at the right of the
pilot if he is sitting on the left sit.
The main modes are ILS, VOR, PLAN, ARC, MAP and weather. The basic representation of
the EHSI is two or more circles with the aircraft in the center. The other particulars vary
according to the selected mode.
CAT. B1.1
05
Multifunction Display
CAT. B1.1
05
Glass cockpit layout
CAT. B1.1
05
Dark Cockpit
A modern cockpit, called dark cockpit, is the evolution of the glass cockpit. This is
developed thank to a new philosophy regarding general layout requirements and
safety.
CAT. B1.1
05
Dark Cockpit
New configuration and concept:
• Computer presence
• New technology: touch screens allow saving space and providing reconfigurable controls.
• Computers can be used to filter data and warn cabin crew only for hazardous situations (the
aircraft monitoring is completely delegated to the computers).
• Use lights or bright buttons left switched off when all systems are working correctly and
turned on in case of fault in order to recall attention.
• These lights remain on until the problem is solved or until pilots press the button to confirm
they have understood.
CAT. B1.1
05
Synthetic Vision System
CAT. B1.1
05
Enhanced Vision System
CAT. B1.1
05
HUD – Head-up display
CAT. B1.1
05
Chapter 05.02
NUMBERING SYSTEM
CAT. B1.1
05
Numbering system
N: number to represent
C: digits
b: numeral system base
n : position
CAT. B1.1
05
Binary system
11012 = 1 × 23 + 1 × 22 + 0 × 21 + 1 × 20 = 8 + 4 + 0 + 1 = 1310
•
Cap. 5.2
If Pag.
the13binaryRev.
number
01
ends with 1 the decimal number is odd;
CAT. B1.1
05
Binary system: decimal to binary conversion
Example: decimal to
binary conversion of the
number 13
Take the number in decimal notation, divide it by 2. The reminded is the first bit
on the right; the solution must be divided again by 2, until reaching 0. The same
technique can be used for every base (like in the example, for decimal-octal
conversion).
CAT. B1.1
05
Octal system
0;1;2;3;4;5;6;7
Fields of application:
• Computer science
CAT. B1.1
05
Octal system
Characteristic:
CAT. B1.1
05
Hexadecimal system
0 ; 1 ; 2 ; 3 ; 4 ; 5 ; 6 ; 7; 8 ; 9 ; A ; B ; C ; D ; E ; F
Fields of application:
• Computer science
CAT. B1.1
05
Hexadecimal system
Characteristic:
• The primary advantage is to encode very long binary numbers in a compact way.
Hexadecimal system: 0 ; 1 ; 2 ; 3 ; 4 ; 5 ; 6 ; 7 ; 8 ; 9 ; A ; B ; C ; D ; E ; F
CAT. B1.1
05
Arithmetic Operation on Binary Numbers - Sum
The SUM
0+0=0
0+1=1
1+0=1
1 + 1 = 0 carry=1
CAT. B1.1
05
Arithmetic Operation - Subtraction
The SUBTRACTION
0-0=0
0 - 1 = 1 borrow=1
1-0=1
1-1=0
CAT. B1.1
05
Arithmetic Operation - Multiplication
The MULTIPLICATION
0·0=0
0·1=0
1·0=0
1·1=1
CAT. B1.1
05
Arithmetic Operation - Division
The DIVISION
Repeated subtraction
CAT. B1.1
05
Binary – Negative number
Is defined as the number obtained by inverting all bits of the binary representation.
Is defined as the result of the subtraction of the number from 2N, where N is the number
of bits, and adding 1, or also the result of sum by one’s complement to 1.
14(10) = 00001110(2)
−14(10) = 11111111 − 00001110 + 1 = 11110001 + 1 = 11110010(𝐶𝐶2)
CAT. B1.1
05
Chapter 05.03
DATA CONVERSION
CAT. B1.1
05
Analogue data
Consider for example a temperature transducer, as to say a generic device able to
monitor the temperature, its variations and able to generate an electric signal
proportional to these values, in particular the temperature is compared to a voltage
value.
CAT. B1.1
05
Digital data
A digital signal is a definite series of discrete values, as to say countable and it’s
represented by integers.
In the electronic field, assuming to use a binary coding of the datum, the generic signal
consists of a defined series of discrete values of an electrical magnitude.
I(t)
HIGH
LOW
CAT. B1.1
05
Conversion
CAT. B1.1
05
Conversion analogic to digital
In ADC converter the input is an analogue signal, instead the output signal is a digital signal.
Both, switch and relay, work in a similar way:
• Switch: it’s on when there is the presence of binary number one, off when the binary
number is 0.
• Relay: it’s energised when there is the presence of binary number one, de-energised
when the binary number is 0.
01.04.2020 Ed2 Pag. 33
Module 05 – Digital Techniques, Electronic Instrument System
CAT. B1.1
05
Conversion analogic to digital
The generic procedure of conversion from analogue into digital has three phases:
• Quantization: is the process of mapping a large set of input values to a smaller set
(rounding values) to some unit of precision. For example with a binary number on 2
bit can obtain 4 quantization levels.
• Coding: means that the voltage values associated to the different reading of the
analogue signal need to be converted to a binary code signal. The number of available
bit affects quantized levels and precision. From a theoretical point of view, for an ADC
conversion without any loss of information is required an endless number of bit for
encoding.
CAT. B1.1
05
Charset
CAT. B1.1
05
BCD – Binary Coded Decimal
• Binary-coded decimal (BCD) is a digital encoding method for numbers using decimal
notation, with each decimal digit represented by its own binary sequence, and so
the correspondence between binary numbers and decimal number is simple.
• In BCD, a digit is usually represented by four bits which, in general, represent the
decimal range 0 through 9.
Example:
CAT. B1.1
05
Gray code
•The Gray code is a method able to order a sequence of digital words of variable length.
•This method consists to copy words in specular way and add to the first half the bit 0
and to the second half the bit 1, like a recursive algorithm that permits to create infinite
words. Each binary number differs only for one digit to the previous one and the next
one.
CAT. B1.1
05
Chapter 05.04
DATA BUS
05
CAT. B1.1
Data buses
Data Buses are used in different fields: informatics, industrial and aeronautical.
We will take into consideration the difference between Parallel and Serial data bus.
We will then check in detail the following protocols:
CAT. B1.1
05
Parallel transmission
So a cable transmitting n bit in parallel consists at least of n+1 single conductors, one for
each bit to be transmitted and one for the ground signal.
• Centronics
• ATA interface
CAT. B1.1
05
Centronics
Characteristics:
• Protocol communication
between motherboard
and devices.
• 25 pin, 8 bit,
Transistor/Transistor
Logic (TTL) (0/1 -> 0, 5 V)
ATA
The term ATA (Advanced Technology Attachment) identifies a standard computer
interface related to the parallel communication.
• Master/slave protocol
•The first connector, commonly blue, is used for the connection with the
motherboard.
•The other two connectors can be used to connect simultaneously a hard disk and an
optical reader. The two connectable devices are taken as master or slave units only
because of the connector.
CAT. B1.1
05
Serial transmission
The serial transmission is a communication mode among digital devices, where
information is sent one after the other and reaches the receiver in the same order of
transmission. The serial mode is one of the most common in informatics because needs
less wires, with a consequently reduction in costs, is more tolerant about interferences
and transmission errors.
Compared to the serial transmission, the parallel one has higher performances and
speed, at equal frequency, but it’s more expensive.
CAT. B1.1
05
Serial transmission
When data are sent through a serial line they have to be serialized
At each clock impulse the single bit scrolls from a cell to the next one.
• SIPO (Serial Input Parallel Output) when they deal with the transformation
from serial into parallel
• PISO (Parallel Input Serial Output) when they deal with the transformation
from parallel into serial.
CAT. B1.1
05
Serial transmission
• Synchronous
• Asynchronous.
The synchronous mode can be performed as follows: simply counting on the operative
simultaneity of transmitting and receiving systems, using a synchronization signal. A
synchronized signal, called clock, is used. At each clock an operation is performed, and so all
is regulated by the clock frequency.
The presence of a periodic signal, the clock, needs the presence of at least two wires: one
for the data and the other for the synchronization signal. The use of an additional conductor
for the synchronization signal makes this solution not always applicable.
The asynchronous mode implies that the transmitter and the receiver are connected by
means of a single wire and are synchronized by means of data bit. It is a very logic and
rational procedure.
CAT. B1.1
05
Serial transmission
• first bit sent informs the receiver about the starting transmission;
• parity bit is added to verify if the transmission hasn't errors;
• bit of stop is sent to indicate the end of the transmission;
• transmission needs in general a greater number of wires because not every
bit sent carries data.
• Full duplex mode: the transmission and the receiving are allowed
simultaneously
• Half duplex mode: only one transmission by one only is allowed, in one
direction.
CAT. B1.1
05
RS 232
• Master/slave protocol.
CAT. B1.1
05
Arinc 429
ARINC 429 is the most commonly used data bus for commercial and transport
aircraft. ARINC 429 bus is a simple bus, point to point, in which there is only one
transmitter, called SOURCE, and one or more receivers, called SINK, up to a
maximum of 20. Simple means that the connection is unidirectional and the single
subsystem transmits and receives on separated lines.
It’s slower but more secure than Commercial Ethernet. Sent data consist of 2
words. Each word consists of a series of 32 bit. The data line consists of two wires
identified as Line A and line B.
CAT. B1.1
05
Arinc 429
CAT. B1.1
05
MIL-STD 1553
MIL-STD 1553 is employed predominantly for military applications but represents also a valid
comparison to bus ARINC 429.
It consists of:
RT can transmit, receive or wait for instructions. This function is assigned to the bus
Controller, BC. Bus monitor has functions of monitoring. It receives and stores information,
like flight test, maintenance system, mission analysis, etc.
The transmission occurs, as for bus ARINC 429, by means of WORDS. In that case the WORD
consists of 20 bit and is transmitted at 1 Mbit/s.
CAT. B1.1
05
AFDX
• Ethernet technology defines standard at low level. For example wires like
coaxial cables, twisted pair cables and fiber optic cables; connectors such as
BNC or RJ-45; bandwidth from 10 Mbit/s to 10 Gbit/s; range, from 100 m to 2
km.
CAT. B1.1
05
AFDX
Aeronautical bus, such as ARINC 429 or MIL-STD-1553, are less fast and flexible
than Ethernet, but more reliable and secure.
The expansion of avionics implies new requirements and standards for AFDX:
• Bandwidth is defined as the rate of data transfer, measured in bits per second
(bps).
• Latency is defined as the delay time of transmission, that is the time between
the sending of a frame and its receiving.
• Jitter is defined as the statistical variation of latency, results in real time
performance degradation along the transmission.
CAT. B1.1
05
AFDX
• An End System (ES) is the interface between the avionic system and the
physical medium, based on the OSI protocol suite. This device allows the
access and the managing of deterministic characteristics.
• Virtual Links (VLs) are private unidirectional logic connection between one
sender and one or more receivers (point-to-multipoint). This is the way in
which it’s possible to share a single cable between more devices.
• Switches forward data across the network. Switches works on level 2 and
manage the data priority.
CAT. B1.1
05
AFDX
The Ethernet network is duplicate in two net, called respectively A (red) and B
(blue) and independent between them, created for the right grade of reliability.
Each frame runs on the two network at the same time.
CAT. B1.1
05
AFDX
Redundancy Management (RM) reassembly the data in the correct order by the
“first-valid-wins” policy: the first frame arrived is approved in reception, the second
one will discarded. Only if the first one is incorrect, the second one is maintained to
assembly the information.
CAT. B1.1
05
AFDX
A frame is composed:
• MAC header (the type of IP protocol and destination and source MAC address)
• The network includes IP packet structure;
• Sequence Number (SN) which permit to reassembly the frames in the right order
• Frame Check Sequence (FCS), 4 bytes to allocate a result of CRC (Cyclic Redundancy
Checksum) algorithm to verify the correctness of message.
• 7 bit of preamble used to separate different frames,
• 1 bit of Start Frame Delimiter (SFD), used to report the start of message.
05
Chapter 05.05
LOGIC CIRCUITS
05
Logic gates
The following explanation is based on a positive logic. This means that the
high logic status, or 1, corresponds to the presence of electricity; instead the
low logic status, or 0, corresponds to the absence of electricity.
05
NOT gate
05
AND gate
05
OR gate
The OR logic gate has at least two inputs, A and B, and only one
output S.
The OR logic gate produces the sum of the input signals.
05
NOR gate
05
NOR gate
05
NAND gate
The NAND logic gate has at least two inputs, A and B, and only one output S.
It can be immediately seen that it seems as the composition of a gate AND and gate NOT.
05
NAND gate
05
EXOR gate
The EXOR logic gate has at least two logic inputs, A and B, and only one output S.
EXOR gate is similar to OR gate, but we have output 1 only if both inputs are
different (couples of two). The circuit corresponding to an EXOR gate is
essentially characterized by four switches: A, not B, not A and B
CAT. B2
05
EXOR gate
We have four possible conditions of the two couples of switches and the lamp S state :
1. A = 0 and B = 0 : The complementary switches, not A and not B, will be both
closed. In that case the lamp is evidently off.
2. A = 0 and B = 1 : Complementary switches, not A and not B will be respectively
closed and open. In this case the lamp is on.
3. A = 1 and B = 0 : Complementary switches, not A and B, will be open. In this case
the lamp is on.
4. A = 1 and B = 1 : Complementary switches, not A and not B will be open. In this
case the lamp is off.
CAT. B2
05
Karnaugh map
The Karnaugh map is a table where collect all the outputs and to find out the
logic expression who represents the general output description. It’s also the
main method to obtain the circuit minimization.
The map is a table where rows and columns are coded by Grey code.
CAT. B2
05
Race Condition and Glitch
A race condition is a particular state where two or more inputs are dependent in
time to develop the output.
Example: in an EX-OR port, when we have two high inputs, output signal is low.
At the same time the two inputs became low, we expect the output remain low.
However, it’s possible to have in output an undesired transition from 0 to 1 and
again to 0, because in the real world both inputs can’t change at the same time.
CAT. B2
05
Structure
P-MOS circuit permits to obtain an high signal, instead N-MOS circuit creates a low
signal. That’s the reason because they are called respectively Pull-Up network and Pull-
Down network. The behavior is dual, when one works the other one is excluded. When
the input is high the p-mos doesn’t work and n-mos works linking output with the
ground.
There is a certain inputs/outputs limit to follow in order to make the signal propagation
in the circuits satisfactory. We define as fan-in the maximum number of inputs accepted
by a logic gate and we define as fan-out the maximum number of logic gates which can
be connected in sequence to the output of a logic gate.
Both values are described in datasheets, documents which lists the electrical
characteristics of digital devices.
CAT. B2
05
AND structure
CAT. B2
05
OR structure
CAT. B2
05
Chapter 05.06
CAT. B2
05
Terminology
Bit
In computing and telecommunications a bit is defined as the basic unit of
information storage. A bit can also be defined as a quantity that can assume only
two possible values: 1 and 0. These states are often interpreted as logic values,
either "true" or "false", and either "on" or "off".
A bit can be represented by an electrical voltage in the most modern computing
devices.
Byte
A byte is a unit of information storage, which represents the smallest addressable
element for a given computer architecture. The use of a byte means eight bits.
Parity Bit
The parity bit represents an additional check bit, which is used in order to detect
errors and to verify the transmission data. For example, if the computer uses 8 bit
it will have a ninth bit for parity checking.
CAT. B2
05
Hardware
➔ Power unit
➔ Memory devices
➔ Buses
➔ Computer instruction
CAT. B2
05
Hardware
CPU
The Central Processing Unit (CPU), also called processor, is the portion of a
computer system that has the function to carry out the instructions of a
computer program from one of the input devices and then to transfer the results
to output devices of the computer. In other words, the CPU is the brain of a
computer system. To execute a sequence of stored instructions CPU must
perform some elementary operations: fetch, decode, execute, memory and
write back.
IC
In electronics, an integrated circuit (IC) is a miniaturized electronic circuit, which
is built in the surface of a thin substrate of semiconductor material.
CAT. B2
05
Memory
Memories are computer devices that can store information in binary code, either
permanently or temporarily. The physical element of the memory is called
memory cell. Each memory cell contains one bit.
There are several types of memory devices. We analyze the most utilized:
• RAM
• ROM
• Back-up memory storage: is a non-volatile memory
• Cache memory
• Internal memory cache
• External memory cache
• Flash memory: it is a type of programmable memory
• Virtual memory: it is a technique used by operating systems like Windows to
increase the amount of RAM available to programs running.
• Permanent memory storage and removable memory storage.
CAT. B2
05
Memory
CAT. B2
05
Software
• Operating systems
An operating system is the collection of all programs used by the computer to
manage its resources.
Operating systems can be divided according to operating modes for which
they are designed: single user/multitasking operating systems and multi
user/operating systems.
• Programming languages
Programming languages are languages that can be understood by the
computer and which allows the human-computer communication. They are
used by computer programmers.
CAT. B2
05
Buses
CAT. B2
05
Instructions
CAT. B2
05
Chapter 05.07
MICROPROCESSORS
CAT. B2
05
Microprocessors
CAT. B2
05
Microprocessors
• The first is the fetch cycle, during which the instruction, that must be done,
is called back from the memory and sent to the instruction register.
• The second one is the executive time, in which the microprocessor executes
actions contained in the instruction.
CAT. B2
05
Pipeline
CAT. B2
05
Pipeline
When pipeline is to regime, microprocessor does an instruction for each clock pulse. To
elaborate an instruction, it is necessary to wait for 5 clock pulses. To avoid waste of time is
possible to execute in parallel 4 instructions.
CAT. B2
05
CISC and RISC
About instruction set, it’s possible to split microprocessors in two big categories:
CAT. B2
05
Microprocessors
▪ Clock generator
▪ Control and processing unit
▪ Decoder for the instructions
▪ ALU (Arithmetic Logic Unit)
▪ Registers
▪ Data bus.
CAT. B2
05
Clock generator
CAT. B2
05
CPU and Decoder
CONTROL UNIT
• The control unit is the heart of a microprocessor.
• An operative cycle starts when this unit receives a code from input lines.
During the operative cycle the control unit sends a command sequence to
another block of the microprocessor.
DECODER
CAT. B2
05
ALU
The arithmetic logic unit (ALU) is the block that is able to execute mathematical
calculations and logic operations, when it receives appropriate instructions from the
control unit.
The set of executable processes varies according to different types of integrated
circuits.
• Arithmetic operations
• Logic operations
• Shift operations on registers.
Elements:
• A and B are the operands,
• R the result,
• F the operation select signal
• D an eventually signal which advise on status operation, such as overflow,
division by 0, or other special situations.
CAT. B2
05
FPU
Many times, ALU is supported by Floating Point Unit (FPU), a device used to
elaborate arithmetic operations on floating point numbers.
It’s common that FPU are pipelined, because operations are more complex
than fixed point one and so it’s possible to increase the performance by
dividing the elaboration sequence in several simple stages.
CAT. B2
05
Register
CAT. B2
05
Operand and Memory interface
CAT. B2
05
MMU
In an access memory it’s important to define time by time which data must be
replaced in cache and stored in mass memory. This policy are managed by the
coprocessor called Memory Management Unit (MMU).
MMU is “between” the virtual memory and RAM (physical memory). When MMU
receives a request, examines Page Table and search the correct virtual address and
so return the physical address.
CAT. B2
05
Chapter 05.08
INTEGRATED CIRCUITS
CAT. B2
05
IC - Integrated Circuits
The frequency spectrum is filled with noise and other signals from unwanted
sources. This problem is also present in bands used for aviation communications
and navigation transmissions.
Unwanted sources can cause interferences on the aircraft controls and on other
airborne systems when they have the same frequencies, especially if aircraft use
digital equipment. In order to avoid these problems and to prevent the
reception of false signals it is desirable to have a method of filtering out or
ignoring unwanted signals.
A modern solution is to use microprocessors in the transmitter and in the
receiver. A simple technique is to install an encoder IC in the transmitter and a
decoder one in the receiver.
Encoding and decoding processes are nowadays used in most systems in order
to prevent interferences and provide increased safety and security.
CAT. B2
05
Encoder
Encoders are designed by two main parts:
❑ Rotor, which rotate and is composed by a drilled disk and a drive shaft
❑ Body, which contain the electronic devices, such as LED, photodiode, …
The opposite to the encoder is the decoder, its aim is to decode signals.
CAT. B2
05
Encoder/Decoder as Codec
Typical data which use codec are audio and video stream.
A video sequence is organized in frames (the single picture). To reduce the video
size, we can handle data about sampling and quantization, but this method
reduces also the video quality.
Video codec uses temporal redundancy. Only information which changes from a
frame to another it’s transmitted , so the movement can be estimated by the
difference between nearby pictures.
CAT. B2
05
IC – Integrated circuits
▪ SSI (Small Scale Integration): are ICs that contain a maximum number of 11
logic ports. CPU isn’t an example of SSI.
▪ MSI (Medium Scale Integration): are ICs which contain 100 logic ports
▪ LSI (Large Scale Integration): are ICs that contain between 100 and 1000
logic ports
▪ VLSI (Very Large Integrated scale): are ICs which contain 1000 or more logic
ports.
CAT. B2
05
Moore’s law
Moore’s Law: the number of transistor per square inch on integrated circuits will be
double every 18 months.
CAT. B2
05
IC – Integrated circuits
CAT. B2
05
IC – Integrated circuits Realization
ICs are realized starting from a wafer, a silicon disk which will be the substrate of
circuit. On this substrate are added and removed several levels through
lithographic masks which describe the level layout. Designer can remove levels
using acids on surface and next wash wafer.
CAT. B2
05
IC – Integrated circuits Realization
When the layer realization is finished, each chips on wafer is cut off and tested. The
last build process is inserted the integrated circuit in a package, a small box in plastic
or ceramic, and finally connect inputs and outputs with pins by welding.
CAT. B2
05
IC – Integrated circuits and PDB
CAT. B2
05
Chapter 05.09
MULTIPLEXING
CAT. B2
05
Multiplexers
CAT. B2
05
Multiplexers
Nowadays, multiplexers with more than two gates are very common.
CAT. B2
05
Multiplexers and Demultiplexer
CAT. B2
05
Modulation
Multiplexing techniques are used to share available bandwidth between more
sources. Bandwidth is the frequency range where a signal type can works without
create troubles or noises to other information sources.
The main technical way is by a carrier wave, a signal with known characteristics:
frequency, amplitude and phase.
CAT. B2
05
AM (Amplitute Modulation)
The transmitted signal will have a sinusoidal trend as the carrier wave but distorted by
modulation.
CAT. B2
05
PM (Phase Modulation)
In the phase modulation the transmitted signal is shifted with respect to the original
one, all the other characteristics remain unchanged. When modulating is above zero,
the signal is more advanced than the carrier wave, while when the modulating is
below zero, the signal is late.
CAT. B2
05
FM (Frequency Modulation)
In frequency modulation, when the modulating is above zero, the signal has a
sinusoidal behaviour faster than the carrier wave, while when the modulating is
below zero, the signal is slower.
CAT. B2
05
Telecommunications – Digital signal
In digital world, we use discrete signals, i.e. a signal discretized in time and in
amplitude by sampling and quantization.
CAT. B2
05
ASK (Amplitude Shift Keying)
CAT. B2
05
PSK (Phase Shift Keying)
The signal is upside down when bits are equal to zero, that is when there is a phase shift of
180°, while no change occurs when we have higher levels.
CAT. B2
05
FSK (Frequency Shift Keying)
When low logic status is present, the transmitted signal has frequency value half
than the carrier one; no change occurs in presence of high logic status.
CAT. B2
05
PCM (Pulse code modulation)
CAT. B2
05
Chapter 05.10
FIBER OPTICS
CAT. B2
05
Fiber optic
CAT. B2
05
Fiber optics
CAT. B2
05
Fiber optics
The fiber optic, apart from a high transmission speed, occupies a little space
and has low values of attenuation because the signal amplitude isn't affected
by important reduction along the path. The fiber optic is immune to
atmospheric disturbances as temperature and humidity variation; it is not
influenced by lightning discharge and is immune to electromagnetic induction,
without being affected by magnetic fields, induced by external currents.
The fiber optic is an electrical insulating and has a good resistance to difficult
environment conditions, as the presence of chemical substances or high
temperatures.
CAT. B2
05
Fiber optics: Terminations
• A transmitter, which converts the input signal from a sensor into a light optical
signal. This signal must be suitable for transmission into the cable.
• A suitable cable, which is the mean in which the signal is transmitted through
light reflection.
• A receiver, which gets the light signal and converts it back into an electrical
signal. The receiver also amplify the optical signal without introducing noise or
distortions.
CAT. B2
05
Splices and Couplers
A Splice makes a permanent joint between two or more fibres used where there isn’t
intention to dismantle the connection/s. There are two types of these devices:
• Mechanical splices, in which the alignment of the fibres is achieved by crimping
ferrules that align the fibres under compression
• Fusion splices, which are made by melting the glass.
Instead, connectors are designed for repeated disconnection and reconnection. The
connectors have a known attenuation value and they are proof against dust and
moisture.
Couplers have the function to distribute or to recombine optical signals from several
fibres. In this case they work as splitters. They are very important because some data
link systems require multi-port connections and the signal attenuation tends to be
greater when multiple connections are being made. Instead, using couplers, one
input signal will be serving several outputs.
CAT. B2
05
Acceptance angle
Acceptance angle is defined as the maximum angle of entry, referred to the fiber
axis; beyond it the ray is subjected to a total reflection.
To the acceptance angle corresponds an acceptance cone. The amplitude of that
cone determines an important parameter, called numerical aperture of the fiber.
CAT. B2
05
N.A. (Numerical Aperture)
CAT. B2
05
Avionics field
Aeronautical realizations of fiber optics concern principally:
• Lighting system
• Wirings for video data transmission
• Communication systems on board
• Flight controls application (Flight-By-Light).
Nowadays, fiber optics are widely used in the IFE (in flight entertainment) system
and the illumination distribution.
However, their rigidity make them less suitable in helicopters, where the
vibrations are a problem difficult to solve. To understand it, take in considerations
when wire must be bended to bypass an obstacle: the bend radius is computed in
precise way to still obtain the total refraction, so a small difference in angle can
make the fiber optic unusable.
CAT. B2
05
Propagation modes
• Single mode
• Multimode
In the single mode the signal is transmitted in linear way. This optic fiber has a core
smallest than multimodal one and are more faster. It also have not modal dispersion
problems and so can cover long distance. However, for this reason, these devices are
expensive, because they must be more precise.
In Aviation we prefer the multimode: it is the common mode, where different signals
are propagated by different modes at the same time, each one with a personal
reflection angle and also its own fixed speed rate.
CAT. B2
05
Propagation modes
When reflection angle is small, bounce frequency is high and signal tend to have
a slow transmission speed. This technology is called step index.
If this bounce frequency grows too much, we incur in the modal dispersion:
neighbor pulses of same sources are overlapping themselves. In signals theory
this problem is called intersymbol interference (ISE).
To solve this problem, it’s possible to use fiber optics with reflection index
graduated from the center core to the cladding: in this way the ray is curved in
soft way to create a sinusoid and so minimized the modal dispersion. This
technology is called graded index.
CAT. B2
05
Propagation modes
CAT. B1.1
05
Chapter 05.11
ELECTRONIC DISPLAYS
CAT. B1.1
05
Displays
The monitor is a “raster” device whose screen is divided into a rectangular matrix
of elements, called pixels. Each pixel can take a different color among which
available for the monitor, and consequently a picture is formed on the display. A
color monitor is based on additive synthesis of three main colors: red, green and
blue.
The different types of monitors depend on the technique used to realize them:
1. CRT (Cathode Ray Tube)
2. LCD (Liquid Crystal Display)
3. PDP (Plasma Display Panel)
4. LED (Light Emitting Diode)
CAT. B1.1
05
CRT (Cathod Ray Tube)
The cathode ray tube technology was invented in the first years of 1900, but it is
still now widely used, because it is cheap, reliable and versatile.
A cathode ray tube is a vacuum tube whose extremities are fitted with particular
devices called electron guns.
Each pixel of a CRT monitor is made of 3 tiny fluorescent points, which aren’t
visible to the eye.
These 3 points are of 3 different colors: one is red, one is green and one is blue.
The 3 electron guns, one for each color, emit 3 different electron beams that cover
the whole monitor.
CAT. B1.1
05
LCD (Liquid Crystal Display)
The CRT technology has been gradually replaced by the new modern Liquid Cristal
Display technology (LCD).
The LCDs have several positive qualities:
• High resolution
• Time and space uniformity
• They are tiny and light
• They utilize a low power.
CAT. B1.1
05
PDP (Plasma Display Panel)
The plasma technology is based on fluorescent light. In each cell of the screen there
is a gas that is able to modify its characteristics when it is hit by an electrical field.
Appling a tension the gas becomes a plasma substance producing ultraviolet and
invisible light.
Also in this case the external part of the screen is covered with RGB phosphors.
The PDPs haven’t high resolution, but they have big luminance contrast. They
aren’t sensitive to environmental light and they are cheap and durable.
CAT. B1.1
05
LED (Light Emitting Diode)
An important device is the LED (Light Emitting Diode). LEDs utilize optical proprieties of
some semiconductor materials and they are based on the semiconductor diode.
They produce photons through the recombination of electron-hole couples into a zone of
recombination through two regions of the diode drugged with impurities. When the
diode is switched on, electrons recombine with holes. The energy produced is released in
the form of light, this physical phenomenon is called electroluminescence.
LEDs are more utilized in each application where it’s essential to have:
• Long life
• Low consumption.
Applications of LEDs are multiple: in infra-red remote control, in light bulbs, for back-
lighting of LCDs, in traffic lights and in stop beacons of cars, lighting, luminous billboard.
It is important to remember that LEDs are “reversible machines”.
CAT. B1.1
05
Chapter 05.12
CAT. B1.1
05
ESD (Electro Static Discharge)
It's to note that the value of static electricity which can be generated varies a lot
according to the humidity level of the environment.
In fact high values of humidity reduce the electrostatic voltage that can be
produced because the humid air, unlike dry air, contains a high concentration of
water steam which helps to dissipate electrical charges.
CAT. B1.1
05
Triboelectric series
A material in the table top tends to give electrons and so to charge positively.
Those at the bottom tend to accept electrons and consequently to charge itself
negatively.
CAT. B1.1
05
Awareness
When the operator touches the circuit with the fingers there will be a flow of
current from the body to the component. In this case an electrostatic discharge is
created.
CAT. B1.1
05
Precautions
To prevent the arising of ESD damage during the installation and removal of
electronic cards it is appropriate to follow a series of particular precautions.
During the installation and removal operations of printed circuits connected to LRU
(Line Replaceable Unit) it is opportune to connect the cable to the grounding of the
destination unit and to connect the other extreme to the wrist of the operator so
human body and work bench reach the same potential.
It is very important to use only grounding cables with a resistor on the top connected
to the grounding superior to 1MΩ.
CAT. B1.1
05
Chapter 05.13
CAT. B1.1
05
Awarness of restriction
In avionics, due to the introduction of modern technologies, it becomes
necessary to design some forms of software management.
• Initiation
• Requirements
• Design
• Code and implementation
• Integration and test
• Installation
• Operation and maintenance.
Among these phases the most important is the integration and test, which
checks the software according to its specification.
CAT. B1.1
05
Awarness of restriction
Among these phases the most important is the integration and test, which checks the
software according to its specification. The aim of these testing is to determine that all
data are correctly processed, in order to get a correct output. Test and validation process
take place in several months before its implementation.
• Typical data, which will verify the commonly used program paths
• Unusual but valid data that will test the program paths used to process exceptions
• Incorrect or inappropriate data, which will verify error routines
Before that the software is installed, it has to go through a software validation process,
which is approved by the regulatory authorities: they describe it in the document
“Software Consideration in Airborne System and Equipment Certification”. This process
can involve several months of testing and all was documented (fails instead).
CAT. B1.1
05
Awarness of restriction
CAT. B1.1
05
Chapter 05.14
ELECTROMAGNETIC ENVIRONMENT
CAT. B1.1
05
EMC (ElectronMagnetic-Compatibility)
The aim is to grant the correct operation. In this contest an electronic device will
result environment compatible if result immune to environmental damage and will
be able to limit emissions in the environment.
CAT. B1.1
05
EI (ElectroMagnetic-Interference)
1. Limit the transmitter emissions reducing the signal intensity that gives arise
to the emission
2. Make the propagation path inefficient, in order to reduce the possibility of
transmitting undesired signals
3. Make the interference signals coupling less efficient screening the receiver.
4. Make a good bonding between all parts of the airframe in order to have the
same electrical power.
CAT. B1.1
05
Emission of boarding circuit
CAT. B1.1
05
Emission of boarding circuit
• Differential mode radiation: is due to the current flow in loops made by the
conductors of the circuit board, acting as little antennas and irradiating magnetic
field. To minimize the emission of the circuit board you can act as follows:
- Reducing the current
- Reducing the emission frequency
- Reducing the antenna area.
• Common mode radiation: is due to cables that compose the system when they are
connected to a board. To control the common mode current you can:
CAT. B1.1
05
SAR (Specific Absorption Rate)
In the formula σ indicates the conductibility of the biologic tissue [S/m], ρ indicates
the density
of the biologic tissue [kg/m3] and E the internal electric field, specifically the peak
value
measured in [V/m].
The rise of temperature is very high and the penetration depth is low in tissues of high
water content like muscles, internal organs and skin; instead the absorption is lower in
tissues of low content of water, like fat and bone.
Reflections in areas which separate tissues of high and low water content can produce
stationary waves and the generation of hot zones.
CAT. B1.1
05
Chapter 05.15
CAT. B1.1
05
ACARS - System
CAT. B1.1
05
ECAM - EICAS
EICAS (Engine Indication and Crew alerting System) system is used to display in
the cabin information concerning on board engines and devices, with a system
of engine failure warning. In case of failure the crew hasn’t to perform any
corrective action.
CAT. B2
05
ECAM page
CAT. B2
05
Chromatic Classification
This chromatic classification of priorities is used not only in alphanumerical indications but also
in engine instruments, in which parameter indication of each instrument changes according to
the state.
All red color messages are followed by an aural tone, acoustic advisor in the cabin and the
lightening of a WARNING light, placed in front of each seat of the cabin. In the same way also
yellow or sometimes amber color messages will be followed by an acoustic advisor and by the
lightening of a CAUTION light, placed near the WARNING light.
WARNING and CAUTION lights, once activated, must be pressed to turn off the light message,
setting it in this way for future signals. The message related to the alarm condition is not lost,
but remains in EICAS display until the condition that has generated it persists, or after the pilot
manual cancellation.
CAT. B2
05
Chromatic Classification
CAT. B2
05
EFIS Display
EFIS (Electronic Flight Instrument System) identifies the set of devices and
electronic displays intended to represent with graphic symbols flight and navigation
information. A typical EFIS system consists of:
• Electronic displays
• Control panels
• Processing units
EFIS system can be split in two categories according to the information provided:
• EADI (Electronic Attitude Direction Indicator) or PFD (Primary Flight Display) for
attitude information
• EHSI (Electronic Horizontal Situation Indicator) or ND (Navigation Display) to
display typical information concerning navigation and flight planning.
CAT. B2
05
EADI (Electronic Attitude Direction Indicator)
CAT. B2
05
EADI (Electronic Attitude Direction Indicator)
CAT. B2
05
EHSI (Electronic Horizontal Situation Indicator)
CAT. B2
05
FSM (Flight Management System)
It provides a centralized control which allows the crew to access many features
implemented in avionic systems, such as the selection of frequencies for
communication and navigation, the selection of transponder codes, activation
and deactivation of main installations, such as the IRS, and many others.
• One or two computers to manage and control information, called FMC (Flight
Management Computer)
• Two user interfaces, called CDUs (Control Display Units)
• Control panels.
CAT. B2
05
FSM (Flight Management System)
CAT. B2
05
GPS (Global Positioning System)
2. Control segment or ground segment: if the orbit varies, the control station
sends a correction signal to the satellite witch returns to the correct orbit
using engines;
CAT. B2
05
GPS (Global Positioning System)
GPS working principle is quite simple and is based on the time spent by the signal
going from the satellite antenna to the ground receiver one. The procedure used
to calculate the position is called trilateration.
Every satellite transmits a message to the ground, which consists of three parts:
one called Almanac that contains data concerning the orbit and satellite state;
another one called Ephemeris that contains data concerning the astronomic
position; the third part is the time.
CAT. B2
05
GPS (Global Positioning System)
The receiver at the ground receives the transmitted signal and measures the delay
of synchronization, between the satellite clock and its internal clock, representing
the time spent by the signal going from the satellite antenna to the GPS receiver at
the ground.
Multiplying that time for the speed of propagation of the electromagnetic waves,
which is the same of the light in the vacuum about 300000 km/s, we obtain the
distance between satellite and receiver at the ground.
In that way knowing the correct position of at least 3 satellites and the time spent
by the signal to reach the receiver is possible to determine the position in the space
of the receiver.
Principal sources of error, which compromise the accuracy of the signal, are due to
error in calculating due to the imprecision of some component of the system. These
errors are partially compensated using the additional position line to determine the
position.
CAT. B2
05
IRS (Inertial Reference System)
IRS (Inertial Reference System), on which the so called inertial navigation is based, is a
help to the navigation based on the determination of the position of the aircraft
during the flight using independent sensors, instead of external reference sources.
An IRS succeeds in determining its own position analyzing the information coming
from a list of 3 gyroscopes and 2 or 3 accelerometers referred to fundamental axes of
the aircraft.
CAT. B2
05
IRPM (IRS Control Panel)
To do the alignment of the inertial platform is necessary to set the selector in ALIGN
position (10 min.) with aircraft not in motion.
CAT. B2
05
TCAS (Traffic Alert Collision Avoidance System)
The transponder informs the crew on board about the presence of other aircraft
around in the airspace. If the receiver identifies a potential threat, in the cabin is
generated both an audio tone and a visual alarm.
CAT. B2
05
TCAS (Traffic Alert Collision Avoidance System)
• The transponder informs the crew on board about the presence of other
aircraft around in the airspace. If the receiver identifies a potential threat, in
the cabin is generated both an audio tone “Traffic Advisory” and a visual
alarm.
CAT. B2
05
TCAS (Traffic Alert Collision Avoidance System)
The latest generation of the system is the TCAS 3, which combines the
characteristics of TCAS 2 and the opportunity to provide corrective actions to
be implemented in the horizontal plane.
CAT. B2
05
Cabin System
In-Flight Entertainment (IFE) system is a system that collect all the devices and
networks used to provide facilities.
CAT. B2
05
Cabin System
CAT. B2
05
Information System
It doesn’t include components installed with other systems and shared for other
common uses.
Pag.