Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
Collapse
Just Flight Community Forum
  1. Home
  2. Just Flight
  3. MSFS Products
  4. PA-28R Arrow III
  5. Pitch "jerks"

Pitch "jerks"

Scheduled Pinned Locked Moved PA-28R Arrow III
159 Posts 26 Posters 33.8k Views 6 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Delta558

    @sender46 So you'd think, but I have not altered my developing style between the aircraft I have built for this game. Always accurate geometry, then accurate coefficients, then start looking in the game for key characteristics and tweak from there. It's pretty much how I've been doing it for the last 15 or so years through FSX, P3D and even briefly in X-Plane. I have thePA28 accurately defined, as I have the other aircraft accurately defined (as far as this game will allow). Why it is doing what it's doing is, as far as I can see, not a geometry issue, nor is it a coefficients issue.

    However, there are many areas of the flight model which (as I have said above) bear no resemblance to either accurate geometry or aerodynamics:

    Example 1) Each control surface is defined by its area, its deflection angle and the coefficent of motion which is the effect of its deflection. Simple. This game has added in a 'maxangle scalar' for each one, something which exists nowhere but this game. If the two geometry aspects and coefficient are accurate, why would you need a scalar of any sort? If the effect is too much or not enough, adjustment of the coefficient should suffice. There should be no need for a 'maxangle scalar', so what is it? It has finally been loosely defined in the latest SDK, direct and complete quote:

    Scales the deflection angle of the rudder control surface up to the max deflection indicated in rudder_limit and already scaled by the elevator_elasticity_table.
    The default value is 1, and if the limit angles are matching the real aircraft, this scalar should be less than 1 as the effective deflection will be aligned with the overall vtail and rudder chord. A value between 0.5 and 0.75 will work with most airplanes.

    The first sentence, to me, suggests that it is a scalar on a scalar - deflection of the rudder which has already been scaled by 'elasticity' (used since previous versions of FS to control the aerodynamic pressure associated with increased speed, compressability). So why the need to scale it further? What is the actual effect? Then the second sentence suggests that it is related to an "effective deflection" (? a control surface either deflects or does not) The vertical tail / rudder chord is a misdirection as, if everything is set up correctly, all 'scalars' should be =1, which would allow the data for other inputs to stand. But above all that, this is an entirely new entry and the definition of it is NOT clear enough. It simply does not make sense on any level.

    Example 2) This one may be simple or may not, depending on if you have our Hawk. Look at the fuselage side-on. It is purely a geometry issue, and this game claims to be very much based in accurate geometry:
    The new flight model for Microsoft Flight Simulator relies on the shape of the aircraft to predict its aerodynamic behavior and we have almost entirely dropped the use of tables of data. Because of this, the correct definition of the aircraft's dimension data is of particularly importance.

    Direct quote again from the SDK there. Yet the ability to define the 'shape' is not there - we have length, diameter and centre position. No allowance for any fuselage that is not an almost-perfect cylinder. No allowance for area rule, nothing for the intake bumps, nor the high canopy. In the game, all you can define is a cylinder and the Hawk is outside that in so many areas but not consistently. It's also far inside that in other areas. Basically, if the game is reading the shape, then the shape is wrong so whatever flying characteristics depend on that are screwed.
    In previous sims, we had full ability to adjust. If something wasn't right in the sim's calculations, we tweaked the coefficients and did not have limits artificially imposed. We were able to see what we were doing, refer to either the SDK or works on Aerodynamic theory (Roskam's are rather good!) and find a way to build the aircraft as correctly as possible.

    In MSFS, that ability has been taken away - the game has far too much control and we are very limited in what we are building. If we come across an issue because of the way the game has interpreted the files, our hands are tied - I am currently working on the PA38 Tomahawk and a rated pilot has commented on the flap behaviour: The aircraft's reaction should be a ballooning effect with a distinct pitch nose-down. The aircraft and flaps are defined correctly. The aircraft pitches nose-up. So I went to the coefficients and reversed the polarity of the entry for flap pitch, it still pitches nose-up. So I went to the aircraft editor, there's a section under [Flaps] which allows for aft movement of the CoL on flap deployment. Unfortunately, it actually gives forward movement of the CoL and any attempt to introduce negative numbers automatically rewrites it all to zero, so any adjustment of this exacerbates the nose-up tendency.

    I have prided myself on accuracy within the constraints of the various sims prior to MSFS, this is a game and I don't think I am going to waste too much more time on it really because it has too much control without allowing the flight dynamics guy to adjust and derives everything from base aircraft (such as the C172). That's not appropriate for so many different types! ACES had a solid base in aerodynamic theory and it worked, but the environment around it was stifled. This game is a brilliant world and environment, but flight is based on "here's a problem, let's fix it with a random scalar"

    A Offline
    A Offline
    ajbarber
    wrote on last edited by
    #99

    In looking at the behavior it almost seems like a rounding or float to integer conversion where some precision is lost and is noticeable when transitioning between positive and negative. But who knows. So frustrating that Asobo won't help trouble shoot a really popular add-on plane. Is there a way where we can help by contacting Asobo ourselves?

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mgr
      wrote on last edited by mgr
      #100

      Found a "tip" some time ago on the official forum, which seems to "work".

      The source of the jerks seems to caused by these entries in the flightmodel.cfg:

      aileron_up_drag_coef = 0.2
      aileron_down_drag_coef = 3.9

      Simply comment these out and the jerks are gone.

      ;aileron_up_drag_coef = 0.2
      ;aileron_down_drag_coef = 3.9

      Probably not a scientific way yet it seems to works.

      Any thoughts on this?

      Marcel

      A 1 Reply Last reply
      0
      • M mgr

        Found a "tip" some time ago on the official forum, which seems to "work".

        The source of the jerks seems to caused by these entries in the flightmodel.cfg:

        aileron_up_drag_coef = 0.2
        aileron_down_drag_coef = 3.9

        Simply comment these out and the jerks are gone.

        ;aileron_up_drag_coef = 0.2
        ;aileron_down_drag_coef = 3.9

        Probably not a scientific way yet it seems to works.

        Any thoughts on this?

        Marcel

        A Offline
        A Offline
        ajbarber
        wrote on last edited by
        #101

        @mgr That would be odd if aileron drag modelling caused pitching moments like that. My guess is that these coeffecients are there to model adverse yaw. Anyways, I don't think I can do this mod since I bought my Arrow through the M$ marketplace :( Might be interesting to look at other plane's values for these settings.

        A 1 Reply Last reply
        0
        • A ajbarber

          @mgr That would be odd if aileron drag modelling caused pitching moments like that. My guess is that these coeffecients are there to model adverse yaw. Anyways, I don't think I can do this mod since I bought my Arrow through the M$ marketplace :( Might be interesting to look at other plane's values for these settings.

          A Offline
          A Offline
          ajbarber
          wrote on last edited by
          #102

          Also, that difference between up and down drag seems really high (20x drag coeff in the down direction). But not knowing how the sim treats those values, it is hard to say. I do also notice the excessive wagging on final which may be attributed to those settings. Can you try .2 and .39 and see what you get? If anyone can post these values for the Arrow II?

          S 1 Reply Last reply
          0
          • A ajbarber

            Also, that difference between up and down drag seems really high (20x drag coeff in the down direction). But not knowing how the sim treats those values, it is hard to say. I do also notice the excessive wagging on final which may be attributed to those settings. Can you try .2 and .39 and see what you get? If anyone can post these values for the Arrow II?

            S Offline
            S Offline
            Sender46
            wrote on last edited by Sender46
            #103

            @ajbarber said in Pitch "jerks":

            .... that difference between up and down drag seems really high (20x drag coeff in the down direction).

            So are you suggesting the 3.9 might be a mistake?

            A 1 Reply Last reply
            0
            • S Sender46

              @ajbarber said in Pitch "jerks":

              .... that difference between up and down drag seems really high (20x drag coeff in the down direction).

              So are you suggesting the 3.9 might be a mistake?

              A Offline
              A Offline
              ajbarber
              wrote on last edited by
              #104

              @sender46 Might be, but hard to say since I don't know what these numbers actually mean to MSFS. Still interested in what these values are for the Arrows that don't have this issue is. If they are the same, then that might rule out this being the source of the issue (although it could be a contributing factor along with something else). Trying .39 and seeing what the effect is might be a useful exercise for someone that can do it (I can't because the Marketplace version doesn't give access to the parameters).

              S 1 Reply Last reply
              0
              • A ajbarber

                @sender46 Might be, but hard to say since I don't know what these numbers actually mean to MSFS. Still interested in what these values are for the Arrows that don't have this issue is. If they are the same, then that might rule out this being the source of the issue (although it could be a contributing factor along with something else). Trying .39 and seeing what the effect is might be a useful exercise for someone that can do it (I can't because the Marketplace version doesn't give access to the parameters).

                S Offline
                S Offline
                Sender46
                wrote on last edited by Sender46
                #105

                @ajbarber In v0.10.3 these lines are:

                aileron_up_drag_coef = 0.5
                aileron_down_drag_coef = 2.8 ;3.9

                So still a high ratio of 0.5 to 2.8. I can't try changing mine to 0.39 at the moment.

                Interesting that a number of other aircraft I've looked at don't even have those parameters in their flightmodel.cfg, e.g. Bonanza G36 Improvement Project v0.6.8, DA40-NGX Improvement Mod v0.9.0.1, Milviz Cessna C310R v0.1.0, FlySimWare Cessna C414AW Chancellor Beta 2.2.0, FlyByWire A32NX v0.8.0.

                The only other aircraft I've found that does have those parameters included is the FlyingIron Spitfire L.F Mk IXc v1.2.0, which has them at these values (with a much lower ratio between the two):

                aileron_up_drag_coef = 0.5
                aileron_down_drag_coef = 1.0

                A 1 Reply Last reply
                0
                • S Sender46

                  @ajbarber In v0.10.3 these lines are:

                  aileron_up_drag_coef = 0.5
                  aileron_down_drag_coef = 2.8 ;3.9

                  So still a high ratio of 0.5 to 2.8. I can't try changing mine to 0.39 at the moment.

                  Interesting that a number of other aircraft I've looked at don't even have those parameters in their flightmodel.cfg, e.g. Bonanza G36 Improvement Project v0.6.8, DA40-NGX Improvement Mod v0.9.0.1, Milviz Cessna C310R v0.1.0, FlySimWare Cessna C414AW Chancellor Beta 2.2.0, FlyByWire A32NX v0.8.0.

                  The only other aircraft I've found that does have those parameters included is the FlyingIron Spitfire L.F Mk IXc v1.2.0, which has them at these values (with a much lower ratio between the two):

                  aileron_up_drag_coef = 0.5
                  aileron_down_drag_coef = 1.0

                  A Offline
                  A Offline
                  ajbarber
                  wrote on last edited by ajbarber
                  #106

                  @sender46 said in Pitch "jerks":

                  aileron_down_drag_coef

                  Defines the drag added by downwards[sic] aileron deflection. This parameter has a significant impact on adverse yaw. Increase downward deflection drag to get more adverse yaw. This parameter is multiplied by the aileron deflection angle.
                  
                  Default is 1. This can be scaled with the aileron_down_drag_scalar parameter in the [FLIGHT_TUNING] section and is further modified by internal coefficients.
                  

                  So it is 1 when not specified. Up default is .5. What are the values in the config for aileron_down_drag_scalar? The default for that is also 1.

                  S 1 Reply Last reply
                  0
                  • A ajbarber

                    @sender46 said in Pitch "jerks":

                    aileron_down_drag_coef

                    Defines the drag added by downwards[sic] aileron deflection. This parameter has a significant impact on adverse yaw. Increase downward deflection drag to get more adverse yaw. This parameter is multiplied by the aileron deflection angle.
                    
                    Default is 1. This can be scaled with the aileron_down_drag_scalar parameter in the [FLIGHT_TUNING] section and is further modified by internal coefficients.
                    

                    So it is 1 when not specified. Up default is .5. What are the values in the config for aileron_down_drag_scalar? The default for that is also 1.

                    S Offline
                    S Offline
                    Sender46
                    wrote on last edited by Sender46
                    #107

                    @ajbarber aileron_up_drag_scalar and aileron_down_drag_scalar are not specified in v0.10.3.

                    For whatever it's worth (maybe nothing, being a completely different aircraft), in the FlyingIron Spitfire L.F Mk IXc v1.2.0 they are specified as:
                    aileron_up_drag_scalar = 0.15
                    aileron_down_drag_scalar = 0.85

                    Interested to hear what @Delta558 makes of @mgr's "tip" and what comparisons with other aircraft might mean.

                    D 1 Reply Last reply
                    0
                    • S Sender46

                      @ajbarber aileron_up_drag_scalar and aileron_down_drag_scalar are not specified in v0.10.3.

                      For whatever it's worth (maybe nothing, being a completely different aircraft), in the FlyingIron Spitfire L.F Mk IXc v1.2.0 they are specified as:
                      aileron_up_drag_scalar = 0.15
                      aileron_down_drag_scalar = 0.85

                      Interested to hear what @Delta558 makes of @mgr's "tip" and what comparisons with other aircraft might mean.

                      D Offline
                      D Offline
                      Delta558
                      Developer
                      wrote on last edited by
                      #108

                      @sender46 The aileron up / down drag were added relatively recently because, as part of their wholesale removal of coefficients, they removed the setting which worked well in FSX. Unfortunately, the new version was not documented until very recently, and when the lines were added they were entirely undocumented - it was guesswork, no other option. That's why the 'up' setting is still default, the down setting was adjusted until some adverse yaw was seen. With further sim updates, it appears the effect has changed somewhat and I would agree that 2.8 may still be too large a figure, but if you use entirely the default figures then there was no adverse yaw present at all. We have no idea how they assign values to up drag and down drag for the game's internal calculations, so it's really just a case of adjusting until you find a setting that gives a reasonable reaction. Once again, this is because the core flight model of the game is not grounded in aerodynamic theory.

                      As to whether or not this is the reason for the 'pitch jerks' that are being discussed here, I doubt it and I think this topic (or other threads on this forum about it) predate the introduction of aileron up / down drag lines in the flight model.

                      Just Flight FDE developer

                      S 1 Reply Last reply
                      0
                      • D Delta558

                        @sender46 The aileron up / down drag were added relatively recently because, as part of their wholesale removal of coefficients, they removed the setting which worked well in FSX. Unfortunately, the new version was not documented until very recently, and when the lines were added they were entirely undocumented - it was guesswork, no other option. That's why the 'up' setting is still default, the down setting was adjusted until some adverse yaw was seen. With further sim updates, it appears the effect has changed somewhat and I would agree that 2.8 may still be too large a figure, but if you use entirely the default figures then there was no adverse yaw present at all. We have no idea how they assign values to up drag and down drag for the game's internal calculations, so it's really just a case of adjusting until you find a setting that gives a reasonable reaction. Once again, this is because the core flight model of the game is not grounded in aerodynamic theory.

                        As to whether or not this is the reason for the 'pitch jerks' that are being discussed here, I doubt it and I think this topic (or other threads on this forum about it) predate the introduction of aileron up / down drag lines in the flight model.

                        S Offline
                        S Offline
                        Sender46
                        wrote on last edited by Sender46
                        #109

                        @delta558 said in Pitch "jerks":

                        ... I think this topic (or other threads on this forum about it) predate the introduction of aileron up / down drag lines in the flight model.

                        Hmmmm :thinking_face: How can a "tip" to remove aileron up / down drag lines predate the introduction of those lines? If that was the case they wouldn't have been there to be removed.

                        D 1 Reply Last reply
                        0
                        • S Sender46

                          @delta558 said in Pitch "jerks":

                          ... I think this topic (or other threads on this forum about it) predate the introduction of aileron up / down drag lines in the flight model.

                          Hmmmm :thinking_face: How can a "tip" to remove aileron up / down drag lines predate the introduction of those lines? If that was the case they wouldn't have been there to be removed.

                          D Offline
                          D Offline
                          Delta558
                          Developer
                          wrote on last edited by Delta558
                          #110

                          @sender46 This topic, the pitch jerking which has been the subject of a couple of threads, predates the introduction of the aileron up/down drag . . .

                          edit: the first comments about the pitch jerks that I can find date from April last year. The lines were introduced into the flight model in SU5, which I believe was late July.

                          Just Flight FDE developer

                          S 1 Reply Last reply
                          0
                          • D Delta558

                            @sender46 This topic, the pitch jerking which has been the subject of a couple of threads, predates the introduction of the aileron up/down drag . . .

                            edit: the first comments about the pitch jerks that I can find date from April last year. The lines were introduced into the flight model in SU5, which I believe was late July.

                            S Offline
                            S Offline
                            Sender46
                            wrote on last edited by
                            #111

                            @delta558 Apologies - I misunderstood.

                            A 1 Reply Last reply
                            0
                            • S Sender46

                              @delta558 Apologies - I misunderstood.

                              A Offline
                              A Offline
                              ajbarber
                              wrote on last edited by
                              #112

                              @sender46
                              I filed this bug on the MSFS forums.
                              https://forums.flightsimulator.com/t/jf-turbo-arrow-pitch-jitter/524081

                              Vote up if you like.

                              S 1 Reply Last reply
                              0
                              • A ajbarber

                                @sender46
                                I filed this bug on the MSFS forums.
                                https://forums.flightsimulator.com/t/jf-turbo-arrow-pitch-jitter/524081

                                Vote up if you like.

                                S Offline
                                S Offline
                                Sender46
                                wrote on last edited by Sender46
                                #113

                                @ajbarber Voted up but I don't expect it to make any difference.

                                Quote from another forum: "They will probably just tell you that ...... they don’t support 3rd-party aircraft, or it will vanish in the black hole that is Zendesk’s bug report area."

                                A 1 Reply Last reply
                                0
                                • S Sender46

                                  @ajbarber Voted up but I don't expect it to make any difference.

                                  Quote from another forum: "They will probably just tell you that ...... they don’t support 3rd-party aircraft, or it will vanish in the black hole that is Zendesk’s bug report area."

                                  A Offline
                                  A Offline
                                  ajbarber
                                  wrote on last edited by
                                  #114

                                  @sender46 said in Pitch "jerks":

                                  Quote from another forum: "They will probably just tell you that ...... they don’t support 3rd-party aircraft, or it will vanish in the black hole that is Zendesk’s bug report area."

                                  The first reply to the post said as much. Although, if it had a lot of votes, it would be hard to ignore.

                                  A 1 Reply Last reply
                                  0
                                  • A ajbarber

                                    @sender46 said in Pitch "jerks":

                                    Quote from another forum: "They will probably just tell you that ...... they don’t support 3rd-party aircraft, or it will vanish in the black hole that is Zendesk’s bug report area."

                                    The first reply to the post said as much. Although, if it had a lot of votes, it would be hard to ignore.

                                    A Offline
                                    A Offline
                                    ajbarber
                                    wrote on last edited by
                                    #115

                                    I would also say that this could be a sim bug, but exposed by something in the model. Unless the Asobo devs can say, oh yeah, you get that behavior if you do x,y,z, then I would say it is feasible that there is a sim issue.

                                    1 Reply Last reply
                                    0
                                    • D Offline
                                      D Offline
                                      Delta558
                                      Developer
                                      wrote on last edited by
                                      #116

                                      Just to say we have not given up on this, but have been checking and re-checking geometry and coefficients to see if something has slipped through. So far nothing has. The only thing that has made any difference appears to be the wing thickness ratio. Setting the wing to be as thick as an airliner's (roughly four times the actual thickness of the aircraft's wing) seems to give a slightly better / smoother ride, though who knows what else that will affect!

                                      It's not an answer, it's not a fix, but frustratingly I have built the PA38 using the exact same technique as I always have and you can bet I'm watching for this behaviour now. So far, not a pitch jerk in sight.

                                      Just Flight FDE developer

                                      A 1 Reply Last reply
                                      0
                                      • D Delta558

                                        Just to say we have not given up on this, but have been checking and re-checking geometry and coefficients to see if something has slipped through. So far nothing has. The only thing that has made any difference appears to be the wing thickness ratio. Setting the wing to be as thick as an airliner's (roughly four times the actual thickness of the aircraft's wing) seems to give a slightly better / smoother ride, though who knows what else that will affect!

                                        It's not an answer, it's not a fix, but frustratingly I have built the PA38 using the exact same technique as I always have and you can bet I'm watching for this behaviour now. So far, not a pitch jerk in sight.

                                        A Offline
                                        A Offline
                                        ajbarber
                                        wrote on last edited by
                                        #117

                                        @delta558 Thanks, I appreciate your dedication!

                                        1 Reply Last reply
                                        0
                                        • MartynM Martyn

                                          @elmond Our FDE developer has been back working on all our MSFS FDEs again in recent weeks and we'll be providing more information on the next round of updates very soon.

                                          E Offline
                                          E Offline
                                          elmond
                                          wrote on last edited by
                                          #118

                                          @martyn said in Pitch "jerks":

                                          Our FDE developer has been back working on all our MSFS FDEs again in recent weeks and we'll be providing more information on the next round of updates very soon.

                                          I really hope there is a resolution in sight. The Arrows were my absolute favourite planes to fly. They have been shelved now for over 7 months. The bounciness is at least to me nausea inducing. Funny thing is I do not get sea/ air/ car sick, but this really gets me. While the plane still feels weighty enough it seems there is 0 resistance to the smallest "bump" in the air. I feel like going in an unsprung car with wood wheels across a small cobblestone street :/

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Users