-
FMC route planning - add headings etc.
Hi Hans, I think the real world route goes something like this:- WAYPOINT Bla Bla UL12 EKOLA REKSI (Transition) KUDIP (Fix) RWY32 (31) If you have the latest Nav Data this should show up in the FMC Arrivals page. http://skyvector.com/?ll=36.14741214029798,14.070190432317094&chart=304&zoom=2&plan=F.LI.EKOLA:F.LM.REKSI:F.LM.KUDIP:A.LM.LMML Hope this is of some help to you. Regards David
- 737NGX and FSBUILD
-
CD for NGX users
If you don't mind forking out another $14.95 then try this service from PMDG
-
AUTOTHROTTLE
There are some settings in the FMC settings menu to change the way the throttles work. Look in the PMDG-737NGX-Introduction file, pages 72 -73.
-
Help me with some light logic ...
Hi Charles, I like this video as it features Ryanair 737-800's also you can see the lights.
-
CDU Nav Data
Hi Rod, You have two options, either from Navigraph or from Aerosoft
- Activating PMDG 737NGX
-
How to insert a HOLD into LEGS page
Hi ??? http://forum.avsim.net/topic/347531-fmc-holding-tutorial/
-
pmdg 737 tutorial manual
Hi, If all you want to learn is programming the FMC, then the B737NG FMC User's Guide by Bill Bulfer is a good buy.
-
737 NGX wont load for some reason
Try using FSX Registry Utility from http://www.tweakfs.com/store/free_tools.php this will fix the path to FSX which seems to be missing from the registry. Be the way, please sign your post with your name as per forum rules.
-
No Launch after Activation Popup 737 NGX
Hi Thomas, I found this on http://mireichelt.de/flug.htm
-
Merry Xmas & Happy New Year!
Same to you Steve.
-
Skeleton of A/C (737NXG) when opening FSX
It should be in "C:\Users\COMPUTER NAME\AppData\Roaming\Microsoft\FSX" change Computer name for the name of your computer.
-
Panel Wide View
Hi Peter, On page 13 of the PMDG-737NGX-Introduction it says add WideViewAspect=True to the [DISPLAY] section of fsx.cfg
-
How to properly gauge the impact strenght of a touchdown ?
I came across a handy LUA script for FSUIPC that displayed your final fpm on touchdown function onground(off, val) if val ~= 0 then landvs = -math.floor( (ipc.readSD(0x030C) * 60 * 3.28084 / 256) + 0.5) ipc.display("Touchdown fpm = \n " .. landvs, 30) end end event.offset(0x0366, "UW", "onground") Copy the above and paste it into a text file, then rename it to touchdown.lua