Am Montag 25 April 2005 19:16 schrieb Minot Opdyke: > THanks for answering. You confirmed what I thought. This listings under > ATC/AI is not much help for me to get the right freqs. Putting in KSFO > returns 4 ATIS and 2 Tower freqs, only 3 of which match up with whats on > the radios. KOAK returns 1 ATIS and 4 Towers, of which only 1 matches up > with whats on the radios. WHere then can I get the right freqs??
In $FG_ROOT/NavAids is a file nav.dat.gz which contains all the navaid data. In Unix you can find all KSFO related ILS frequencies using something like $>zcat nav.dat.gz | grep KSFO 12 37.605194 -122.383167 24 10890 1.000 ISIA KSFO 19L DME 12 37.626092 -122.394317 22 10955 1.000 ISFO KSFO 28L DME 12 37.630178 -122.394608 17 11170 2.000 IGWQ KSFO 28R DME 4 37.604519 -122.382236 10 10890 207.700 ISIA KSFO 19L LLZ 4 37.626569 -122.393778 8 10955 297.889 ISFO KSFO 28L LLZ 4 37.629539 -122.395311 5 11170 297.888 IGWQ KSFO 28R LLZ 6 37.625436 -122.369581 7 10890 295207.203 --- KSFO 19L GS 6 37.613922 -122.361136 9 10955 300297.412 --- KSFO 28L GS 6 37.613956 -122.361114 9 11170 300297.413 --- KSFO 28R GS 7 37.572203 -122.259903 11 0 297.412 SF KSFO 28L OM 8 37.636325 -122.361150 0 0 207.203 --- KSFO 19L MM 8 37.609386 -122.347272 0 0 297.413 --- KSFO 28R MM 9 37.612442 -122.354544 0 0 297.413 --- KSFO 28R IM The frequencies are in the 5th(!) column. Just divide by 100. The seventh column contains the identifier which is transmitted in Morse code. You should also search trough the mailing list archives (both fg-users and fg-devel). IIRC someone posted a script which gives a table of all navaids for a destination airport along with the frequencies and ranges. > Thanks so much for patience with a newbie. This is FlightGear, not kernel-dev... ;-) Thomas _______________________________________________ Flightgear-users mailing list [email protected] http://mail.flightgear.org/mailman/listinfo/flightgear-users 2f585eeea02e2c79d7b1d8c4963bae2d
