At a glance Flashcards
(141 cards)
what is the typical configuration of a cockpit EIS system?
- 6 screens DU’s , driven by 2 DEU’s
- DEU 1 supplies DU’s 1 - 3
what do the DU’s in a typical cockpit EIS system display?
- 2 PFD, attitude, speed, altitude
- 2 ND, map, radar, route planning
- 2 Engine Instruments
in event of loss of power to DU’s or failure, how will the DU’s reorder to display essential information?
- PFD will be displayed at highest priority
- Engine Instruments will be displayed at second highest priority
how would the loss of a DEU be displayed?
Red X displayed across whole of associated DU’s
what does a red X on part of DU indicate?
immediate flight crew action to restore data
what does an amber X on part of DU indicate?
action required but flight crew can choose to delay action
what base is decimal?
10
what base is binary?
2
what base is octal?
8
what base is hexadecimal?
16
binary is split into groups of ____ to convert to octal
3
binary is split into groups of ____ to convert to hexadecimal
4
what do DAC and ADC mean with regards to data conversion?
- DAC - Digital to Analogue Converter
- ADC - Analogue to Digital Converter
how many inputs would a 4-bit DAC have?
4
what is the quantisation interval in a DAC?
- maximum output voltage/maximum binary input
- equivalent to the LSB
what is the quantisation level in a DAC?
- quantisation interval (LSB) x binary input
what is accuracy with regards to data conversion?
- variance in output voltage from predicted voltage
- given in %
what is resolution with regards to data conversion?
- the smallest increment of voltage that can be obtained from a converter
- dependent on amount of input bits to converter
- more input bits, the higher the resolution for a given voltage
- (quantisation interval/maximum output) x 100
what are the characteristics of a weighted resistor DAC?
- resistors half in size from the LSB upwards
- MSB smallest resistor
what is the main disadvantage of a wighted resistor DAC?
- need a lot of different value resistors = expensive
what are the characteristics of a R2-R resistor DAC?
- resistor branch (2 resistors) for each binary unit
what is the main advantage of a R2-R resistor DAC?
- only need 2 values of resistor = cheap
what is sampling rate with regards to data conversions?
- higher sampling rate = smaller quantisation level = good reproduction
how does a successive approximation DAC work?
- tests input voltage at half maximum, then half again etc
- fixed time conversion, time = counts
- 4 bit has 4 counts, 8 bit has 8 counts etc