Add some abbreviations

This commit is contained in:
Markus Fleschutz 2021-12-06 13:27:12 +01:00
parent 5e81da2267
commit 2d2803ce4e
2 changed files with 21 additions and 1 deletions

View File

@ -54,7 +54,27 @@ EFM,Gesellschaft für Enteisen und Flugzeugschleppen
ETA,Estimated Time of Arrival
ETOPS,Extended Range Twin-engine Aircraft Operations
FAA,Federal Aviation Administration (USA)
FAR,Fuel Air Ratio
FAS,Final Approach Segment
FAS,Final Approach Speed
FAST,Future Aviation Safety Team
FAT,Factory Acceptance Test (see also SAT and RAT)
FAT,Final Approach Track
FATO,Final Approach and Take-off Area
FAWP,Final Approach Waypoint
FAWS,Flight Advisory Weather Service
FBW,Fly-by-Wire
FCA,Final Cruise Altitude
FCC,Flight Control Computer
FCC,Federal Communications Commission (USA)
FCI,Flight Command Indicator
FCL,Flight Crew Licensing
FCLP,Field Carrier Landing Practice
FCLT,Freeze Calculated Landing Time
FCLTP,Flight Crew Licensing and Training Panel (ICAO)
FCOM,Flight Crew Operating Manual
FCOM,Flight Crew Operations Manual
FCPC,Flight Control Primary Computer
FE,Field Elevation (highest point of an airports usable runways and is measured in height above mean sea level)
FIA,Flight Information Area
FIR,Flight Information Region

1 Abbreviation Definition
54 ETA Estimated Time of Arrival
55 ETOPS Extended Range Twin-engine Aircraft Operations
56 FAA Federal Aviation Administration (USA)
57 FAR Fuel Air Ratio
58 FAS Final Approach Segment
59 FAS Final Approach Speed
60 FAST Future Aviation Safety Team
61 FAT Factory Acceptance Test (see also SAT and RAT)
62 FAT Final Approach Track
63 FATO Final Approach and Take-off Area
64 FAWP Final Approach Waypoint
65 FAWS Flight Advisory Weather Service
66 FBW Fly-by-Wire
67 FCA Final Cruise Altitude
68 FCC Flight Control Computer
69 FCC Federal Communications Commission (USA)
70 FCI Flight Command Indicator
71 FCL Flight Crew Licensing
72 FCLP Field Carrier Landing Practice
73 FCLT Freeze Calculated Landing Time
74 FCLTP Flight Crew Licensing and Training Panel (ICAO)
75 FCOM Flight Crew Operating Manual
76 FCOM Flight Crew Operations Manual
77 FCPC Flight Control Primary Computer
78 FE Field Elevation (highest point of an airport’s usable runways and is measured in height above mean sea level)
79 FIA Flight Information Area
80 FIR Flight Information Region

View File

@ -37,7 +37,7 @@ try {
}
}
if ($FoundOne -eq $false) { Reply "Sorry, no entry found" }
if ($FoundOne -eq $false) { Reply "Sorry, no database entry found." }
exit 0 # success
} catch {
"⚠️ Error: $($Error[0]) ($($MyInvocation.MyCommand.Name):$($_.InvocationInfo.ScriptLineNumber))"