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

    Custom gauge code

    Hello everyone I am recently in the world of x-plane. I have 2 questions: 1) I would like to create a code that generates an EPR value as a function of N1 and IAS. I had made a code for FS9 in XML language that drove an EPR gauge. What language should I translate it into? 2) I would like to...
  2. L

    Unstable autopilot

    I'd like to make the autopilot more stable. During turns it tends to lose altitude very quickly, reaching a "vs" of at least -1200. To return to the set altitude go up with very high "vs" breaking through the altitude and so on. I wish he had a more muted behavior is accurate. Do I have to act...
  3. L

    Refresh time rate

    I created the gauges for engines like the ones in the red box. I would like the numerical values to have an update not instantaneous but of a few tenths of a second as in the following video, minute 0:54 For example my XML code for the first decimal of the EPR is: (L:EPR E1, enum) 100000 +...
  4. L

    Aiming point

    Is it possible to increase the predetermined distance of the aiming point in ADE? Currently it is around 320 m, but in reality it is usually greater than 400 m (at least here in Italy) .
  5. L

    Cruise table

    I would like to be able to fly with the cruise tables and then fly in level flight at constant altitude and at constant speed. To do this the mechanics of the flight tells me: Tn = D, where Tn and the necessary push and D and resist it on the cruise. In the cruise tables the value of N1 is...
  6. L

    Magnetic declination

    I would like to create a very simple gauge that shows me the real declination in real time. The variable is "MAGNETIC_VAR". Can someone help me?
  7. L

    747 fuel panel

    Hello, I would like to realize the fuel panel of 747 in xml format. I have a total of 7 more different crossfeed valves tanks. How do I determine in which order the fuel must be consumed? For example if I have all full tanks the engines consume fuel only from the center tank.
  8. L

    Drag 747

    I would like to increase the strength of 747 posky because on the way down, with a very low rate (500 to 1000 ft / min), maintaining high speed (330-350 knots). I tried to lower engine power than at Idle speed table in 1506, but with no great result.
  9. L

    table 1506

    I want to create a new record in 1506 in my .air file. If I want to fly my plane cruising at a speed of M 0.84, h=30000 ft, with N1 = 95 and weighing 720,000 lbs, that formula should I use to find the trhust? As the altitude increases my thrust decreases. How this happens in FS9? I would find...
  10. L

    Trhust vs altitude

    Increasing height of the trhust decreases too. How can I fix it? I tried to decrease the values in the table in 1507 but nothing!
  11. L

    Posky contact point

    I have a problem with the model posky 747: the plane difficult to turn, almost as if there was ice ....... can anyone help?
  12. L

    N1 corrected

    The correct value of N1 than at sea level at 15 degrees is: "(A: TURB ENG1 CORRECTED N1, percent) (theta2) sqrt * delta2 /"?
  13. L

    water injection

    I can simulate the water injection? It would be very useful for my project of 747-100
  14. L

    EPR in fs9

    As we all know the EPR in FS9 is done badly. To simulate some programmers do depend on the N1. Is there a way to do it in a more realistic, then create it as a function of pressure and temperature?
  15. L

    Doubts about the code

    If I have a switch to multiple locations with different functions such as 3 a b c. 1) How do I write the code so that pressing it again to the same mode this does not go off?
  16. L

    Three-position selector

    <Element> <Position X="200" Y="49"/> <Select> <Value>......?........</Value> <Case Value="0"> <Image Name="ALT_HOLD.bmp" ImageSizes="34,42"/> </Case> <Case Value="1"> <Image Name="OFF.bmp" ImageSizes="34,42"/>...
  17. L

    747 CLASSIC

    After scoring the panel of 747-100 engines I'm starting the AP panel. Here is the base image made in photoshop:
  18. L

    Third degree equation in xml

    I want to make an equation of the third degree in xml language. The equation is the following: y=1,284(x^3) - 1,354(x^2) + 0,438x + 0,989 I can write as y=x[x(1,284x - 1,354) + 0,438] + 0,989 [x(1,284x - 1,354) + 0,438] in xml is: x s0 1,284* 1,354 - l0 0,438 + The questions is: x[x(1,284x...
  19. L

    Animation trim horizontal stabilizer

    How can I change the animation of the horizontal stabilizer of a model?
  20. L

    rotation absent gauge engine

    I tried to model a gauge EPR compared to the value of N1. Unfortunately, after several tests and modifications not working. Can you help me figure out what is wrong? I'm trying to be more than 6 months .........:banghead::banghead::banghead::banghead: <Image Name="ENG_ND.bmp" Luminous="Yes"...
Back
Top