Re: [Flightgear-devel] Nasal error with YASim aircraft having 4 fuel tanks

2008-01-19 Thread LeeE
On Friday 18 January 2008 18:22, LeeE wrote: On Friday 18 January 2008 16:49, Chris Metzler wrote: On Fri, 18 Jan 2008 15:38:47 +0100 Melchior FRANZ wrote: * Chris Metzler -- Tuesday 08 January 2008: fgfs --aircraft=ufo is enough to give me the same } Nasal runtime error:

Re: [Flightgear-devel] Nasal error with YASim aircraft having 4 fuel tanks

2008-01-18 Thread Chris Metzler
On Fri, 18 Jan 2008 15:38:47 +0100 Melchior FRANZ wrote: * Chris Metzler -- Tuesday 08 January 2008: fgfs --aircraft=ufo is enough to give me the same } Nasal runtime error: props.setDoubleValue() with non-number } at /home/cmetzler/Projects/FlightGear-0.9/data//Nasal/props.nas,

Re: [Flightgear-devel] Nasal error with YASim aircraft having 4 fuel tanks

2008-01-18 Thread Melchior FRANZ
* Chris Metzler -- Tuesday 08 January 2008: fgfs --aircraft=ufo is enough to give me the same } Nasal runtime error: props.setDoubleValue() with non-number } at /home/cmetzler/Projects/FlightGear-0.9/data//Nasal/props.nas, line 26 Can't reproduce that here, neither with fg/plib nor fg/osg.

Re: [Flightgear-devel] Nasal error with YASim aircraft having 4 fuel tanks

2008-01-18 Thread LeeE
On Friday 18 January 2008 16:49, Chris Metzler wrote: On Fri, 18 Jan 2008 15:38:47 +0100 Melchior FRANZ wrote: * Chris Metzler -- Tuesday 08 January 2008: fgfs --aircraft=ufo is enough to give me the same } Nasal runtime error: props.setDoubleValue() with non-number } at

Re: [Flightgear-devel] Nasal error with YASim aircraft having 4 fuel tanks

2008-01-08 Thread Chris Metzler
On Tue, 8 Jan 2008 11:13:56 -0600 Curtis Olson wrote: One possibility ... if you have a --native-fdm= option, it is blindly grabbing data from 1 - MAX_TANKS (which is currently 4). So that could be creating the nodes if they don't exist so it can fill the data into the structure. No

Re: [Flightgear-devel] Nasal error with YASim aircraft having 4 fuel tanks

2008-01-08 Thread Curtis Olson
On Jan 7, 2008 9:05 PM, LeeE [EMAIL PROTECTED] wrote: More information is helpful useful - thanks. Yeah - script based routines for things like fuel handling doesn't seem right but Nasal, because of the timer functions, is effectively real-time - it's just a question of resolution - for

Re: [Flightgear-devel] Nasal error with YASim aircraft having 4 fuel tanks

2008-01-07 Thread Chris Metzler
On Sun, 6 Jan 2008 23:00:22 + LeeE wrote: Can anyone else confirm this problem on the OSG cvs branch? Yes, I see it too, and have for at least a couple of weeks. -c -- Chris Metzler [EMAIL PROTECTED] (remove snip-me. to email) As a child I understood

Re: [Flightgear-devel] Nasal error with YASim aircraft having 4 fuel tanks

2008-01-07 Thread LeeE
On Monday 07 January 2008 11:07, Chris Metzler wrote: On Sun, 6 Jan 2008 23:00:22 + LeeE wrote: Can anyone else confirm this problem on the OSG cvs branch? Yes, I see it too, and have for at least a couple of weeks. -c Thanks - confirms it's not just a local problem here. LeeE

Re: [Flightgear-devel] Nasal error with YASim aircraft having 4 fuel tanks

2008-01-07 Thread LeeE
On Monday 07 January 2008 18:24, LeeE wrote: On Monday 07 January 2008 11:07, Chris Metzler wrote: On Sun, 6 Jan 2008 23:00:22 + LeeE wrote: Can anyone else confirm this problem on the OSG cvs branch? Yes, I see it too, and have for at least a couple of weeks. -c Thanks -

Re: [Flightgear-devel] Nasal error with YASim aircraft having 4 fuel tanks

2008-01-07 Thread John Wojnaroski
LeeE wrote: On Monday 07 January 2008 18:24, LeeE wrote: On Monday 07 January 2008 11:07, Chris Metzler wrote: On Sun, 6 Jan 2008 23:00:22 + LeeE wrote: Can anyone else confirm this problem on the OSG cvs branch? Yes, I see it too, and have for at least a couple

Re: [Flightgear-devel] Nasal error with YASim aircraft having 4 fuel tanks [OFFLINE]

2008-01-07 Thread John Wojnaroski
Berndt, Jon S wrote: Unfortunately, the supporting code is not part of the JSBSim baseline so it is impossible to see how it works , although it has been submitted a while back. You can see the supporting source changes by downloading the tar file of the code used at a Mathworks expo and will

Re: [Flightgear-devel] Nasal error with YASim aircraft having 4 fuel tanks

2008-01-07 Thread LeeE
On Monday 07 January 2008 20:00, John Wojnaroski wrote: LeeE wrote: On Monday 07 January 2008 18:24, LeeE wrote: On Monday 07 January 2008 11:07, Chris Metzler wrote: On Sun, 6 Jan 2008 23:00:22 + LeeE wrote: Can anyone else confirm this problem on the OSG cvs branch? Yes, I see it

Re: [Flightgear-devel] Nasal error with YASim aircraft having 4 fuel tanks

2008-01-06 Thread LeeE
On Friday 04 January 2008 19:59, LeeE wrote: Hi all, I just noticed I was getting a Nasal error with a YASim aircraft I was working on that had only three fuel tanks. The error is: Nasal runtime error: props.setDoubleValue() with non-number at /usr/local/share/FlightGear/Nasal/props.nas,