Leandro Santos de Lima
2012-10-14 01:22:11 UTC
Hi, good evening!
I am studing some features of JSBsim and I need to get some flight and
simutation properties. Many of them I have no trouble but some have been
hard to get. They are:
- Drag force;
- Lift force;
- Inside force;
- Traction force;
- Roll moment;
- Yaw moment and
- Pitch moment.
I have used a property-list protocol like this:
<PropertyList>
Could someone help me?
All the best,
Leandro Lima
I am studing some features of JSBsim and I need to get some flight and
simutation properties. Many of them I have no trouble but some have been
hard to get. They are:
- Drag force;
- Lift force;
- Inside force;
- Traction force;
- Roll moment;
- Yaw moment and
- Pitch moment.
I have used a property-list protocol like this:
<PropertyList>
<generic>
<output>
<binary_mode>false</binary_mode>
<var_separator>\t</var_separator>
<line_separator>\r\n</line_separator>
<preamble>t\t VT\t alfa\t beta\t phi\t theta\t psi\t P\t Q\t R\t H\t
deltaA\t deltaE\t deltaR\t D\t L\t Y\t T\t \bar{L} M\t N\t</preamble>
<postamble></postamble>
<chunk>
<node>/fdm/jsbsim/sim-time-sec</node>
<type>float</type>
<format>%.4f</format>
</chunk>
<chunk>
<node>/velocities/airspeed-kt</node>
<type>float</type>
<format>%.4f</format>
</chunk>
but I have no idea of the property node to get those properties.<output>
<binary_mode>false</binary_mode>
<var_separator>\t</var_separator>
<line_separator>\r\n</line_separator>
<preamble>t\t VT\t alfa\t beta\t phi\t theta\t psi\t P\t Q\t R\t H\t
deltaA\t deltaE\t deltaR\t D\t L\t Y\t T\t \bar{L} M\t N\t</preamble>
<postamble></postamble>
<chunk>
<node>/fdm/jsbsim/sim-time-sec</node>
<type>float</type>
<format>%.4f</format>
</chunk>
<chunk>
<node>/velocities/airspeed-kt</node>
<type>float</type>
<format>%.4f</format>
</chunk>
Could someone help me?
All the best,
Leandro Lima