On Wed, 3 Dec 2008, gerard robin wrote: > > Hello > > Is it possible to unlock within FG that property > /gear/tailhook/position-norm > which seems to be YASIm reserved.
Hi, I think the issue might be that JSBSim becomes unhappy when it tries to bind a FCS or System component to a property that already exist. This generates an error message similar to "Failed to tie property /gear/tailhook/position-norm to object methods" The solution is to use a different name for the component and let it write its value to the desired property via an <output> element, e.g. <output> /gear/tailhook/position-norm </output> . I hope this helps. Cheers, Anders -- --------------------------------------------------------------------------- Anders Gidenstam WWW: http://www.gidenstam.org/FlightGear/ ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Flightgear-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/flightgear-devel

