-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcacb.txt
More file actions
29 lines (19 loc) · 752 Bytes
/
cacb.txt
File metadata and controls
29 lines (19 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
CACB Communication standards
----------------------------
Requesting permission to land
Pilot: Tower this is <CODE>, requesting permission to land.
Tower: <CODE>, permission to land on runway <RUNWAY>.
Pilot: <CODE>, runway <RUNWAY>. (optional message)
Requesting permission to take off
Pilot: Tower this is <CODE>, requesting permission to take off.
Tower: <CODE>, permission to take off on runway <RUNWAY>.
Pilot: <CODE>, runway <RUNWAY>. (optional message)
Flight to tower
Pilot: Tower this is <CODE>, <MESSAGE>.
Tower: <CODE>, <MESSAGE>.
Tower to flight
Tower: <CODE> this is tower, <MESSAGE>.
Pilot: <CODE>, <MESSAGE>.
flight to flight
Pilot 1: <PILOT 2's CODE> this is <PILOT 1'S CODE>, <MESSAGE>.
Pilot 2: <PILOT 1'S CODE>, <MESSAGE>.