Jump to content

Recommended Posts

Posted

Version 2.5.6.43931 OB

 

 

The following ILS frequencies are invalid:

 

 

 

  • Bandar Abbas: 333.8 MHz is a glide path/slope frequency. The corresponding localizer frequency is 109.9 MHz. The affected beacons.lua entry:

 

   {
       display_name = _('');
       beaconId = 'airfield2_2';
       type = BEACON_TYPE_ILS_LOCALIZER;
       callsign = 'IBND';
       frequency = 333800000.000000;[color=Red] -- should be 109900000.000000[/color]
       position = { 113693.740992, 5.776140, 13154.132035 };
       direction = 28.001016;
       positionGeo = { latitude = 27.198930, longitude = 56.367921 };
       sceneObjects = {'t:200310893'};
       chartOffsetX = 4544.000000;
    };

  • Al Dhafra 31R: 111.2 MHz is a VOR frequency. The channel number in the lua (48 ) = a LOC frequency of 111.1 MHz.

 



   {
       display_name = _('');
       beaconId = 'airfield4_0';
       type = BEACON_TYPE_ILS_GLIDESLOPE;
       callsign = 'MMA';
       frequency = 111200000.000000; [color=Red] -- should be [/color][color=Red][color=red]111100000[/color].000000[/color]
       channel = 48;
       position = { -211760.781250, 16.000016, -172123.562500 };
       direction = -142.178420;
       positionGeo = { latitude = 24.241850, longitude = 54.558813 };
       sceneObjects = {'t:341737472'};
   };


   {
       display_name = _('');
       beaconId = 'airfield4_4';
       type = BEACON_TYPE_ILS_LOCALIZER;
       callsign = 'MMA';
       frequency = 111200000.000000; [color=red]-- should be 111100000.000000[/color]
       channel = 48;
       position = { -209686.093750, 16.000016, -174966.953125 };
       direction = 127.900006;
       positionGeo = { latitude = 24.260120, longitude = 54.530469 };
       sceneObjects = {'t:149389626'};
       chartOffsetX = 4320.000000;
   };



  • Al Dhafra 13L: 114.9 MHz is a VOR frequency. Channel number 28 = 109.1 MHz LOC.

 



   {
       display_name = _('');
       beaconId = 'airfield4_2';
       type = BEACON_TYPE_ILS_GLIDESLOPE;
       callsign = 'IMA';
       frequency = 114900000.000000; [color=red]-- should be 109100000.000000;[/color]
       channel = 28;
       position = { -210016.343750, 16.000016, -174357.843750 };
       direction = -53.051655;
       positionGeo = { latitude = 24.257237, longitude = 54.536522 };
       sceneObjects = {'t:343310338'};
   };


   {
       display_name = _('');
       beaconId = 'airfield4_7';
       type = BEACON_TYPE_ILS_LOCALIZER;
       callsign = 'IMA';
       frequency = 114900000.000000; [color=red]-- should be 109100000.000000;[/color]
       channel = 28;
       position = { -212361.453125, 16.000016, -171526.843750 };
       direction = -52.100001;
       positionGeo = { latitude = 24.236524, longitude = 54.564789 };
       sceneObjects = {'t:149422500'};
       chartOffsetX = 4310.000000;
   };

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...