F16 aileron and elevator oscilations at CAS 550kn+ #675
Replies: 5 comments 2 replies
-
From the sounds of the discussion, the current version 1.95 is the "fix" that Erik attempted, which likely improved things but didn't solve the oscillations you are seeing. First, to isolate any UE plugin issues, I would verify your game framerate is locked and smooth during flight. I added a small update to the plugin the other week, which locks jsb sim to 120hz, but you still have to manually lock/cap your game rate, it can be anything but just needs to hold steady. Otherwise this introduces another variable into the flight model. The other thing is you can take a look at one of the latest FlightGear F16 models, and try to extract the file/info needed to work with pure jsb sim. (Since flightgear model files tend to have a lot of extra flightgear specific data added.) |
Beta Was this translation helpful? Give feedback.
-
@Synergy91 given the lack of elements to support the bug claim, this support request is moved to discussions. |
Beta Was this translation helpful? Give feedback.
-
We need more details about the conditions in which you are observing this behavior: are you using the f-16 model from JSBSim ? Have you modified it ? Is the autopilot used ? If so, which autopilot feature is used (altitude-holding, velocity-holding, etc.). Atmospheric conditions ? Wind heading, wind velocity, ... Ideally, we need to be able to reproduce the reported issue to provide some help so do not hesitate to give details. |
Beta Was this translation helpful? Give feedback.
-
It doesn't look like the PID gains are gain-scheduled based on CAS etc. so I wouldn't be surprised that there are regions where the fixed gains don't work well. <pid name="fcs/roll-rate-pid">
<trigger>fcs/aileron-pid-trigger</trigger>
<input>fcs/roll-trim-error</input>
<kp> 3.00000 </kp>
<ki> 0.00050 </ki>
<kd> -0.00125 </kd>
</pid> |
Beta Was this translation helpful? Give feedback.
-
Thanks everybody for the replies! |
Beta Was this translation helpful? Give feedback.
-
Hi JSBSim community,
Here is my issue:
Using the f-16 model configuration - when going over 550 kn CAS, I experience aileron and elevator oscillations.
My environment:
Windows 10
JSBSim v1.1.12; f-16 config file revision 1.95
JSBSim built as a static lib and linked in an Unreal 5 project.
Not sure if this is a bug or a malpractice on my part, but I can't find any info about this, except for this thread on a JSBsim mailing list:
https://sourceforge.net/p/jsbsim/mailman/jsbsim-devel/thread/1393953.48.1476232800676.JavaMail.bclay%40Mariah/
The direction I'm exploring in is the definitions of the FCS, as per the discussion in the thread linked above, but just can't figure out the issue.
Omer S.
Beta Was this translation helpful? Give feedback.
All reactions