Jump to content

drPhibes

Members
  • Posts

    1103
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by drPhibes

  1. Note that the active runway for the ILS is not necessarily the same as for the ATC for low wind speeds. Set a headwind of 7kts, and the ILS will switch on.
  2. No, they shouldn't. Replacing obsolete software or hardware is a user responsibility.
  3. It was basically "Hey, tablets are cool, right? Let's make a hopeless tablet OS for PCs!" Luckily, they came to their senses before making Win 10.
  4. Just go for the passive aggressive "limited experience" (sic.) and don't connect Win 10 to a Microsoft account when installing. After installing, disable telemetry (there are plenty of guides on how to do that). Using Win 7 on a computer connected to the internet a year after Microsoft stopped supporting it is, to put it mildly, not particularly smart from an IT security point of view...
  5. You should probably read §2 in the ED EULA. TL;DR: you have purchased a license to use a piece of software. You do not own the software.
  6. I use Adblock Plus (for Firefox). I think it's available for most other browsers as well.
  7. Are there still people around who don't use an adblocker? I haven't seen an ad on youtube for years...
  8. 0 wind causes more issues than it prevents. At 0 wind an airport will use the default active runway. If the active runway is a runway direction without ILS, the ILS will be switched off with 0 wind. For airports with ILS for both runway directions, only one is active at a time. There is a bug in DCS where the change over logic for ATC and ILS isn't synchronized. The wind threshold for an active runway change for the ILS is around 5kts. TL;DR: Set a 7tk headwind in the mission editor and test again.
  9. You can't compare a general purpose processor with hardware built for a single purpose. Comparing FLOPS is just as pointless as using MIPS as a measure of performance when comparing RISC and CISC architectures. If an ASIC performs a certain signal processing task using integers, the concept of FLOPS doesn't exist in that context. The concept of "raw processing power" is irrelevant for a FIR filter. Ruggedizing and certifying components for use in avionics is a slow and expensive process, so any designs that are derivatives of commercial components are ancient technology compared to current commercial products.
  10. IRL all CAT III (and most CAT I/II) runways where you have ILS for both directions will be equipped with an interlock which prevents the ILS for reciprocal runways from radiating at the same time. There are several good reasons for this, both technical and safety related. Radiating in both directions can cause intermodulation between the signals, and depending on the monitor frontend selectivity, it can cause interfere with the monitoring systems. Some runways use the same frequency for both runway directions (e.g. Heathrow RWY 09R/27L = 109.5MHz and 09L/27R = 110.3MHz), and in these cases there is no way for the monitoring system to differentiate between radiated and received signals. And from an operational point of view you don't want to encourage use of both runway directions at the same time by having the ILS switched on.
  11. Regular computer hardware isn't comparable with the ASICs, DSPs, FPGAs and CPUs used in these embedded systems. It's apples and oranges.
  12. Do you have a source for this claim (other than "someone on reddit said so")? The last time I saw soneone from the ED team comment on the issue, the lack of openly available technical information was the main hurdle.
  13. There are some reasons why you'd want to have the AKPWS integrated with the launching aircraft, even though it isn't strictly necessary. If the AKPWS doesn't pick up the laser spot, you may still want it to hit approximately where your CCIP pipper tells you it'll hit. If you use a SMS profile for a standard 70mm Hydra, you can be pretty sure that it won't. A heavyer, draggier fin-stabilized rocket will have a different ballistic trajectory than a regular spin-stabilized hydra.
  14. This marking for LOC 17R is inconsistent with the actual location of the localizer (and where it would be marked in regular aeronautical nav charts). The localizer is ~170m south of the rwy 35L threshold, and the GP is approximately halfway between taxiway C and D in the chart.
  15. First of all, you have done a great job making these charts. Keep up the good work. Just one question regarding the "ILS location" symbols in your chart: is the placement intentional? All the ones I have checked (Bassel al-Assad, Beirut) have been in the wrong end of the runway.
  16. You should probaby have a look at the actual patch notes instead. There have been multiple updates to the F16 during november; both new features and bugfixes.
  17. Yes, it is. Latakia = Khmeimim/Bassel al-Assad
  18. Here are all the new airfields I could find in the map screenshot: Cyprus: Paphos RAF Akrotiri Larnaca Kingsfield Gecitkale Ercan Lakatamia Nicosia Pinarbashi Turkey: Gazipasa Gaziantep Syria: Deir-ez-Zor Tiyas Shayrat Sayqal
  19. Bringing facts to an internet argument is borderline unsportsmanlike conduct :P
  20. Just ignore him. Subs is on a reality-free diet, so don't expect any other proof than "god told me". Case in point (in addition to his post history on the forums), check out @ArkangelDaniel1 on twitter.
  21. APKWS isn't spin-stabilized. The control surfaces on the front wings stop the rolling momentum after the wings deploy.
  22. If you are comfortable with editing your beacons.lua, the following lines will add VORTAC and ILS to Ramat David. Note that this will break IC, so keep a backup of beacons.lua for multiplayer use. -- Ramat David VORTAC { display_name = _('RAMATDAVID'); beaconId = 'airfield30_1'; type = BEACON_TYPE_VORTAC; callsign = 'RMD'; frequency = 113700000.000000; channel = 84; position = { -259140.859375, 40.595511, -74983.906250 }; direction = 0.000000; positionGeo = { latitude = 32.666274, longitude = 35.185461 }; sceneObjects = {'t:153027415'}; }; -- Ramat David LOC 33 { display_name = _('RamatDavid'); beaconId = 'airfield30_2'; type = BEACON_TYPE_ILS_LOCALIZER; callsign = 'RD'; frequency = 110300000.000000; position = { -257893, 41.7576, -75916 }; direction = 146.59; positionGeo = { latitude = 32.677197, longitude = 35.175058 }; sceneObjects = {'t:000000000'}; chartOffsetX = 2682; }; -- Ramat David GP 33 { display_name = _('RamatDavid'); beaconId = 'airfield30_3'; type = BEACON_TYPE_ILS_GLIDESLOPE; callsign = 'RD'; frequency = 110300000.000000; position = { -259813, 42.0624, -74501 }; direction = 146.59; positionGeo = { latitude = 32.660375, longitude = 35.190856 }; sceneObjects = {'t:000000000'}; chartOffsetX = 120; };
×
×
  • Create New...