• 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.

Recent content by eric_marciano

  1. E

    MSFS20 KAP 140 autopilot

    Hi Bill, Indeed, I received your message on messenger, but I added the information also explained here with additional questions :) Anyway, I am very surprised because what I have on my MSFS is very different. On my system, the C172 and its KAP 140 always worked fine, which is why I was...
  2. E

    MSFS20 KAP 140 autopilot

    I finally solved the problem. It was not an Asobo issue, it was a poorly designed panel. In the panel.cfg, I found 2 VCockpit sections that were referencing a PFD and an MFD, which were not in the cockpit. I removed these 2 sections and it now works perfectly. I believe the panel designer didn't...
  3. E

    MSFS20 KAP 140 autopilot

    Yes, I checked it and found nothing wrong. I also checked systems.cfg and obviously panel.cfg. Do you think there something specific I should check in these files?
  4. E

    MSFS20 KAP 140 autopilot

    Hello experts, I am using the Lionheart Creations TB21 GT Trinidad, I love this aircraft because I used to fly its little brother IRL, the TB-9 Tampico. The problem is that the autopilot does not work as expected, I can even say it doesn't work at all. It works for maintaining altitude, which...
  5. E

    MSFS20 Controlling AI traffic

    I already had a look at the 'AI Objects and waypoints' sample in the MSFS SDK documentation but I couldn't find what I was looking for, which is the ability to set a lat/long/alt position for any AI aircraft. But I may have missed something, the SimConnect_SetDataOnSimObject function might do...
  6. E

    MSFS20 Controlling AI traffic

    Hi experts, I would like to create AI traffic that I fully control with an external app. For example, I would like to program a light aircraft to fly a pattern infinitely, landing and going around. I saw that SimConnect lets you create AI traffic, giving you the control over the flight plan you...
  7. E

    MSFS20 Flying ILS approach on autopilot

    I agree, speed is important. I think I manage it correctly, going down from 230 to 140 in final. The problem is that is used to work fine, and it doesn't work any more. I made some changes and now it seems to work again, but I don't know why... So I don't know when it may fail again. Very...
  8. E

    MSFS20 Flying ILS approach on autopilot

    No, this is not the reason. I checked my code and I already had a function that prevent GPS DRIVES NAV1 to be engaged. Another test flight showed the aircraft started the descent when intercepting the glideslope, but it went down so strongly that it crashed into the ground, as if the PID...
  9. E

    MSFS20 Flying ILS approach on autopilot

    You're right, this might be the explanation, I didn't think about this... I don't change this mode, but if it was set to GPS during a previous usage of the sim, it may remain and the ILS guidance does not work anymore. I will check this ASAP.
  10. E

    MSFS20 Flying ILS approach on autopilot

    Hello experts, I am developing an aircraft that has the ability to fly an ILS approach using the autopilot. The LOC mode guides the aircraft on the lateral axis (localizer) and the APR guides it on both lateral and vertical axis (approach mode, handling both localizer and glideslope). To engage...
  11. E

    MSFS20 CoherentGTUI Thread

    Hello experts, In the MSFS FPS counter window, a section is dedicated to the CoherentGTUI Thread, do you know to what it corresponds? I ask this question because I would like to optimize my JavaScript code to reduce the time taken by this thread and I would like to know what part of the code...
  12. E

    MSFS20 WASM gauge size

    I know nothing about WASM, never used it, but I have used previous versions of the sim before (fs9, FSX, P3D). I remember I used to get the on-screen gauge size, in pixels, dynamically through my code. I can't remember exactly but I can provide a code sample if needed, but I am sure you already...
  13. E

    MSFS20 Power set with AUTO_THROTTLE_TO_GA

    When I use this AUTO_THROTTLE_TO_GA event ID to set TO/GA power (with auto-throttle turned on), the power is set to get N2 to 92%. Why is this value set at 92%? Where is it defined? In my systems.cfg and I have this: [AUTOPILOT] autopilot_available =1 autothrottle_available =1...
  14. E

    MSFS20 Anyone know how TOOLTIP_TITLE works in the new system?

    Hello experts, I join this discussion now because I am interested in custom tooltips and descriptions. For a simple CDU push button, I would like to get the same result as in the standard 747, like this: I could set the tooltip title as expected but I was unable to have the description...
  15. E

    MSFS20 Autopilot settings

    I wrote this post a while ago. some time passed since then and I learnt a lot about the aircraft settings. I confirm the problem you see on the video is because of poor PID settings in the aircraft configuration files. I am working on a custom aircraft that also had wrong behavior regarding ILS...
Back
Top