Re: [Flightgear-devel] Constant property in a JSBSim model

2008-11-30 Thread Fabian Grodek
On 11/29/08, gerard robin <[EMAIL PROTECTED]> wrote: > > BTW: If you don't want FG with OSG (and Boost) you could try with the cvs > preosg which had been kindly updated by Eric with the JSBSim last version. > > cvs -d :pserver:[EMAIL PROTECTED]:/var/cvs/FlightGear-0.9 co -r > PRE_OSG_PLIB_20061029

Re: [Flightgear-devel] Constant property in a JSBSim model

2008-11-29 Thread gerard robin
On samedi 29 novembre 2008, Fabian Grodek wrote: > Jon, you're right, again.The FG version I'm running does not support > initial values in properties. Indeed, I do not get the console messages as > Gérard points, and a look at the codes reveals the reason. > Now I see there are more than one good

Re: [Flightgear-devel] Constant property in a JSBSim model

2008-11-29 Thread Fabian Grodek
Jon, you're right, again.The FG version I'm running does not support initial values in properties. Indeed, I do not get the console messages as Gérard points, and a look at the codes reveals the reason. Now I see there are more than one good motivation for me to start building my own FG binaries ou

Re: [Flightgear-devel] Constant property in a JSBSim model

2008-11-28 Thread gerard robin
uld work. > > > > Jon > > > > > > From: Fabian Grodek [mailto:[EMAIL PROTECTED] > Sent: Friday, November 28, 2008 1:53 PM > To: FlightGear developers discussions > Subject: [Flightgear-devel] Constant property in a JSBSim model > > > > Hel

Re: [Flightgear-devel] Constant property in a JSBSim model

2008-11-28 Thread Jon S. Berndt
: Friday, November 28, 2008 1:53 PM To: FlightGear developers discussions Subject: [Flightgear-devel] Constant property in a JSBSim model Hello, I have a JSBSim aircraft model in which, at the beginning of the flight_control block, I defined a constant property as follows: fcs/KSelev I need

[Flightgear-devel] Constant property in a JSBSim model

2008-11-28 Thread Fabian Grodek
Hello, I have a JSBSim aircraft model in which, at the beginning of the flight_control block, I defined a constant property as follows: fcs/KSelev I need this constant to factor a number of coefficients in the aerodynamics section. Although this seems to work in standalone JSBSim simulations, in