//*************************************************************** // // ATIS TEXT TEMPLATE // // VERSION: 2.0 - 2009-04-25 // AUTHOR: Eric Snyder // SimPhonics, Inc. // // This file is compatible only with SAPI 5 / V300+ I/O Drivers // //*************************************************************** // // DESCRIPTION // // This text file is used by the V+ text to speech I/O device to // produce a simple 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}Mobile 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 // say the ATIS Ident code in the phonetic alphabet {say port phonetic alpha 2} ... {time}, zulu 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} with fog.{end if} {if port 6 = 2} with rain.{end if} Temperature: {say port integer 7}. Dew point: {say port integer 8}. // Winds Winds: {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 // say the ATIS Ident code in the phonetic alphabet {say port phonetic alpha 2}