• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

Search results

  1. BaiterOne

    FS2004 SOLVED - Radio frequency set-up problems

    Thanks Bob, the coding is certainly shorter! I tried it out and again most of the time it works, but then it fails. I tried setting up 118.200 on standby, pressed transfer and most of the time it comes out properly in the active window, but it fails sometimes and goes to 118.190. I tried...
  2. BaiterOne

    FS2004 SOLVED - Radio frequency set-up problems

    Hi, In my FS2004 Cessna 172 XML radio stack I set up the standby comms frequency using the knob and then transfer that frequency into the active frequency using the transfer button. I set up the whole number of the frequency in one LVAR on the outside of the knob and the decimal part in...
  3. BaiterOne

    FSXA Adding a timer.

    I don't think you need the L: in (L:time2,number) in @GetElapsed(L:time2,number). Simply use @GetElapsed(time2,number) Walter
  4. BaiterOne

    XML Taxi\Gear Light Switch

    I am confused too... Nothing in spokes2112's code turns on any lights using the commands that I know and 'love' ( eg K:LANDING_LIGHTS_ON or K:TOGGLE_TAXI_LIGHTS). There must be code elsewhere which uses the LVAR GearLight Mode to do the trick. Walter
  5. BaiterOne

    FS2004 To set the Autopilot to climb...

    Very nice Rob, the idea works perfectly.... Thanks Walter
  6. BaiterOne

    FS2004 To set the Autopilot to climb...

    Hi, I am messing around with an autopilot of my own (for fun!) in the Bendix King KAP 140 style (using XML). I want to get the AP to climb or descend the aircraft at a desired rate of FPM. I have used "0 (>K:AP_VS_VAR_INC)" and "0 (>K:AP_VS_VAR_DEC)" to set the desired rate. What is...
  7. BaiterOne

    FSXA Rotating knob

    I must thank Steven and the other contributors for this topic. I spent a very pleasant afternoon amending the code in all of my gauges with rotating knobs to conform with Steven's methodology. The degrees method for displaying the knob makes life so much easier. :coffee: Walter
  8. BaiterOne

    FSXA Rotating knob

    I know that this code is a lot simpler and more basic than yours, but I use this formula for all my rotating knobs in FS2004. (Yours looks a lot neater!) Mine works fine however. There are 8 positions for the knob. This displays the knob... <!-- Autopilot Course Knob --> <Element>...
  9. BaiterOne

    How long before I am bored? ... again!

    Well, no touch and go's.... yet! Three take-offs and luckily also three survivable landings! Managing now to keep more-or-less level flight, even when changing course. I am flying by the numbers on the instruments rather than keeping my head out of the cockpit - rpm, trim, heading! Still...
Back
Top