Summer not reading properties #655
Replies: 5 comments 7 replies
-
It seems you forgot to include a code sample in your question ? |
Beta Was this translation helpful? Give feedback.
-
Take a look at this example: jsbsim/aircraft/F450/FlightControl.xml Lines 13 to 21 in 05c0b17 And this one: jsbsim/aircraft/global5000/global5000apx.xml Lines 110 to 113 in a35be5c |
Beta Was this translation helpful? Give feedback.
-
And the documentation: jsbsim/src/models/flight_control/FGSummer.h Lines 54 to 72 in 375f5be |
Beta Was this translation helpful? Give feedback.
-
@ThomasKennings I presume this work is for the following work at the University of Michigan?
Out of interest which 737 flight model are you using? The 737 model that is included in the JSBSim repo, or some other 737 model? I'm assuming if you started with the 737 model in the JSBSim repo that you've updated it to model things like the change in pitching moment from engine cowls at fairly large angles of attack, modelled the horizontal stabilizer etc.? |
Beta Was this translation helpful? Give feedback.
-
Ah, I "know" Noah in terms of answering some of his JSBSim Matlab S-Function questions recently 😉 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a summer component in my flight controls with a bias applied (code below). When I output fcs/target-alt-diff to a CSV, the output is just the bias value. Setting bias = 0 or removing the bias entirely makes all values of fcs/target-alt-diff 0. Using output from a simulink model, I know that the airplane's altitude is constantly changing, so it should not read 0. Replacing the property in question (ex: using velocities/vc-knots instead) does not fix the issue.
Does anyone have suggestions? Am I doing something wrong in presenting the property to the summer?
Beta Was this translation helpful? Give feedback.
All reactions