//*************************************************************** // // ATIS TEXT TEMPLATE // // VERSION: 1.0 - June 17th, 1999 // AUTHOR: Stephen Jones // //*************************************************************** // // DESCRIPTION // // This text file is used by the V+ text to speech I/O device to // produce a simulated ATIS (Automatic Terminal Information Service) // braodcast. // // Port Assignments: // // Port 1: Airport ID // Port 2: ATIS Ident Code // Port 3: Ceiling Type: // 1 = Unlimited // 2 = broken // 3 = Overcast // // Port 4: Ceiling in feet // Port 5: Visibility in miles // Port 6: Visibility Modifier Type // 1 = Fog // 2 = Rain // // Port 7: Temperature in degrees // Port 8: Dew Point // Port 9: Wind Speed // Port 10: Wind Direction // Port 11: Altimeter Setting (Integer Value) // Port 12: Altimeter Setting (Decimal Value) // //*************************************************************** This is {if port 1 = 1}Albany Airport,,{end if} {if port 1 = 2}MOW BEEL Downtown Airport,,{end if} {if port 1 = 3}Keesler Air Force Base,,{end if} {if port 1 = 4}Baton Rouge Municipal Airport,,{end if} {if port 1 = 5}Biloxi Regional Airport,,{end if} {if port 1 = 6}Lafayette Regional Airport,,{end if} {if port 1 = 7}Bates Field,,{end if} {if port 1 = 8}New Orleans International Airport,,{end if} Information, // Convert the ATIS Ident code into the phonetic alphabet {if port 2 = 65}Alpha{end if} {if port 2 = 66}Bravo{end if} {if port 2 = 67}Charlie{end if} {if port 2 = 68}Delta{end if} {if port 2 = 69}Echo{end if} {if port 2 = 70}Foxtrot{end if} {if port 2 = 71}Golf{end if} {if port 2 = 72}Hotel{end if} {if port 2 = 73}India{end if} {if port 2 = 74}Juliet{end if} {if port 2 = 75}Kilo{end if} {if port 2 = 76}Lima{end if} {if port 2 = 77}Mike{end if} {if port 2 = 78}November{end if} {if port 2 = 79}Oscar{end if} {if port 2 = 80}Papa{end if} {if port 2 = 81}Quebec{end if} {if port 2 = 82}Romeo{end if} {if port 2 = 83}Sierra{end if} {if port 2 = 84}Tango{end if} {if port 2 = 85}Uniform{end if} {if port 2 = 86}Victor{end if} {if port 2 = 87}Whiskey{end if} {if port 2 = 88}Xray{end if} {if port 2 = 89}Yankee{end if} {if port 2 = 90}zooloo{end if}. . {time}, zoo loo weather. Ceiling, // Ceiling types {if port 3 = 1}unlimited.{end if} {if port 3 = 2} {say port informal integer 4} broken.{end if} {if port 3 = 3} {say port informal integer 4} overcast.{end if} Visibility, {say port integer 5} miles, // Visibility modifier types {if port 6 = 1} and fawg.{end if} {if port 6 = 2} and rain.{end if} Temperature, {say port integer 7}. Dew point, {say port integer 8}. // Winds Weends, {if port 9 < 3} calm.{end if} {if port 9 > 2} {say port integer 10} at {say port integer 9}.{end if} // Altimeter Altimeter, {say port integer 11} point {say port integer 12}. Advise approach control on initial contact you have information, // Convert the ATIS Ident code into the phonetic alphabet {if port 2 = 65}Alpha{end if} {if port 2 = 66}Bravo{end if} {if port 2 = 67}Charlie{end if} {if port 2 = 68}Delta{end if} {if port 2 = 69}Echo{end if} {if port 2 = 70}Foxtrot{end if} {if port 2 = 71}Golf{end if} {if port 2 = 72}Hotel{end if} {if port 2 = 73}India{end if} {if port 2 = 74}Juliet{end if} {if port 2 = 75}Kilo{end if} {if port 2 = 76}Lima{end if} {if port 2 = 77}Mike{end if} {if port 2 = 78}November{end if} {if port 2 = 79}Oscar{end if} {if port 2 = 80}Papa{end if} {if port 2 = 81}Quebec{end if} {if port 2 = 82}Romeo{end if} {if port 2 = 83}Sierra{end if} {if port 2 = 84}Tango{end if} {if port 2 = 85}Uniform{end if} {if port 2 = 86}Victor{end if} {if port 2 = 87}Whiskey{end if} {if port 2 = 88}Xray{end if} {if port 2 = 89}Yankee{end if} {if port 2 = 90}zooloo{end if}.