Skip to content

Commit

Permalink
New chart recall alias syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jivebiscuit committed Aug 5, 2024
1 parent bc061ef commit 6b42c90
Showing 1 changed file with 28 additions and 25 deletions.
53 changes: 28 additions & 25 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,60 +147,63 @@ <h3>Controller Resources</h3>
<button class="collapsible"><span class="arrow"></span> Approach Plate Recall</button>
<div class="content">
<p>All chart recall commands open the selected FAA chart in your computer's default browser.</p>
<p><img class="icon" src="images/warning.png"><b>Note: Single digit runways include a leading 0 UNLESS a sidedness designator is used (i.e. IAH 09, IAH 8R). If a double-digit runway includes sidedness, the leading digit is omitted. (i.e. IAH 27, IAH 6L).</b></p>
<p><span class="command" style="font-size: larger;">.[AIRPORT][APPROACH CODE]([VARIATION])[RUNWAY]([L/R/C])</span></p>
<p><img class="icon" src="images/warning.png"><b>Single digit runways include a leading 0 UNLESS an approach variation AND/OR sidedness designator is used.<br>
<img class="icon" src="images/warning.png">If a double-digit runway includes approach variation AND/OR sidedness, the leading digit is omitted.<br>
<img class="icon" src="images/warning.png">Do not forget the <span class="code">C</span> following all chart recall aliases.</b></p>
<p><span class="command" style="font-size: larger;">.[AIRPORT][APPROACH CODE]([VARIATION Z/Y/X])[RUNWAY]([L/C/R])[C]</span></p>
<table>
<thead>
<tr><th>Approach Type</th><th>Code</th><th>Approach Type</th><th>Code</th></tr>
</thead>
<tbody>
<tr><td>ILS</td><td class="command">I</td><td>LOC/DME</td><td class="command">K</td></tr>
<tr><td>RNAV</td><td class="command">R</td><td>VOR/DME</td><td class="command">F</td></tr>
<tr><td>GPS</td><td class="command">G</td><td>LOC</td><td class="command">L</td></tr>
<tr><td>Visual</td><td class="command">V</td><td>LDA</td><td class="command">D</td></tr>
<tr><td>VOR</td><td class="command">O</td><td>TACAN</td><td class="command">T</td></tr>
<tr><td>NDB</td><td class="command">N</td><td></td></td><td class="command"></tr>
<tr><td>RNAV (GPS/RNP)</td><td class="command">R</td><td>VOR/DME</td><td class="command">F</td></tr>
<tr><td>Visual</td><td class="command">V</td><td>LOC</td><td class="command">L</td></tr>
<tr><td>VOR</td><td class="command">O</td><td>LDA</td><td class="command">D</td></tr>
<tr><td>NDB</td><td class="command">N</td><td>TACAN</td><td class="command">T</td></tr>
</tbody>
</table>
<table>
<thead>
<tr><th>Example</th><th>Opens</th></tr>
</thead>
<tbody>
<tr><td class="command">.IAHI8L</td><td>Houston Intercon ILS 8L</td></tr>
<tr><td class="command">.IAHI09</td><td>Houston Intercon ILS 9</td></tr>
<tr><td class="command">.IAHI27</td><td>Houston Intercon ILS 27</td></tr>
<tr><td class="command">.IAHRZ27</td><td>Houston Intercon RNAV-Z 27</td></tr>
<tr><td class="command">.GPTOY4</td><td>Gulfport VOR-Y 14</td></tr>
<tr><td class="command">.GPTTZ4</td><td>Gulfport TACAN Z 14</td></tr>
<tr><td class="command">.CRPRZ1</td><td>Corpus Christi RNAV-Z 31</td></tr>
<tr><td class="command">.DLFF1C</td><td>Laughlin VOR/DME 31C</td></tr>
<tr><td class="command">.IAHI8LC</td><td>Houston Intercon ILS 8L</td></tr>
<tr><td class="command">.IAHI09C</td><td>Houston Intercon ILS 9</td></tr>
<tr><td class="command">.IAHI27C</td><td>Houston Intercon ILS 27</td></tr>
<tr><td class="command">.IAHRZ7C</td><td>Houston Intercon RNAV-Z 27</td></tr>
<tr><td class="command">.GPTOY4C</td><td>Gulfport VOR-Y 14</td></tr>
<tr><td class="command">.GPTTZ4C</td><td>Gulfport TACAN Z 14</td></tr>
<tr><td class="command">.CRPRZ1C</td><td>Corpus Christi RNAV-Z 31</td></tr>
<tr><td class="command">.DLFF1CC</td><td>Laughlin VOR/DME 31C</td></tr>
</tbody>
</table>
</div>

<button class="collapsible"><span class="arrow"></span> SID/STAR Plate Recall</button>
<div class="content">
<p>All chart recall commands open the selected FAA chart in your computer's default browser.</p>
<p><img class="icon" src="images/warning.png"><b>Note: do not use revision numbers. Digits in alias are only for procedure page numbers (if applicable).</b></p>
<p><span class="command" style="font-size: larger;">.[AIRPORT][PROCEDURE NAME]([PAGE])</span></p>
<p><img class="icon" src="images/warning.png"><b>Note: do not use revision numbers. Digits in alias are only for procedure page numbers (if applicable).<br>
<img class="icon" src="images/warning.png">Do not forget the <span class="code">C</span> following all chart recall aliases.</b></p>
<p><span class="command" style="font-size: larger;">.[AIRPORT][PROCEDURE NAME]([PAGE])[C]</span></p>
<table>
<thead>
<tr><th>Example</th><th>Opens</th></tr>
</thead>
<tbody>
<tr><td class="command">.SATBOWIE</td><td>San Antonio BOWIE SID</td></tr>
<tr><td class="command">.SATBOWIE2</td><td>San Antonio BOWIE SID page 2</td></tr>
<tr><td class="command">.HOUWAPPL3</td><td>Hobby WAPPL STAR page 3</td></tr>
<tr><td class="command">.MSYMNSTR</td><td>New Orleans MNSTR STAR</td></tr>
<tr><td class="command">.SATBOWIEC</td><td>San Antonio BOWIE SID</td></tr>
<tr><td class="command">.SATBOWIE2C</td><td>San Antonio BOWIE SID page 2</td></tr>
<tr><td class="command">.HOUWAPPL3C</td><td>Hobby WAPPL STAR page 3</td></tr>
<tr><td class="command">.MSYMNSTRC</td><td>New Orleans MNSTR STAR</td></tr>
</tbody>
</table>
</div>

<button class="collapsible"><span class="arrow"></span> Miscellaneous Chart Recall</button>
<div class="content">
<p>All chart recall commands open the selected FAA chart in your computer's default browser.</p>
<p><span class="command" style="font-size: larger;">.[AIRPORT][CODE]</span></p>
<p>All chart recall commands open the selected FAA chart in your computer's default browser.<br>
<p><img class="icon" src="images/warning.png"><b>Do not forget the <span class="code">C</span> following all chart recall aliases.</b></p></p>
<p><span class="command" style="font-size: larger;">.[AIRPORT][CODE][C]</span></p>
<table>
<thead>
<tr><th>Chart Type</th><th>Code</th></tr>
Expand All @@ -220,8 +223,8 @@ <h3>Controller Resources</h3>
<tr><th>Example</th><th>Opens</th></tr>
</thead>
<tbody>
<tr><td class="command">.AUSAPD</td><td>Austin Airport Diagram</td></tr>
<tr><td class="command">.IAHLAHSO</td><td>Houston Intercon LAHSO</td></tr>
<tr><td class="command">.AUSAPDC</td><td>Austin Airport Diagram</td></tr>
<tr><td class="command">.IAHLAHSOC</td><td>Houston Intercon LAHSO</td></tr>
</tbody>
</table>
</div>
Expand Down

0 comments on commit 6b42c90

Please sign in to comment.