Re: [Flightgear-devel] 737 EICAS

2006-02-19 Thread Justin Smithies
The Starboard engine always displayed -18 i think. Now it displays the correct 
temp.

Justin Smithies


On Sunday 19 February 2006 01:17, Innis Cunningham wrote:
 Hello Justin

   Justin Smithies writes

 Can anyone tell me where in the FG tree i can get the following variables
 or
 how i can add them to this model ?
 
 OIL T
 OIL Q%
 VIB
 HYD P
 HYD Q%

 Don't think they currently exist in the property tree that is why I never
 used
 them in the start.
 BTW what was the problem with the engine temp?.

 Cheers
 Justin Smithies

 Cheers
 Innis




 ---
 This SF.net email is sponsored by: Splunk Inc. Do you grep through log
 files for problems?  Stop!  Download the new AJAX search engine that makes
 searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
 ___
 Flightgear-devel mailing list
 Flightgear-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/flightgear-devel


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] 737 EICAS

2006-02-19 Thread Justin Smithies
A few more fixes to the EICAS on the 737 .

The fuel tank guages now resemble the EICAS on a real 737 .
Instead of all three tanks being numbered 2 there is now 1 , 2, and CTR

I have attatched the update rgb files and eicas.xml

Also i have corrected the paths so this should just drop into the standard 737 
model
Maybe Curtis can commit this to the cvs ?

Justin Smithies


Archive.rar
Description: application/rar-compressed


Re: [Flightgear-devel] 737 EICAS

2006-02-19 Thread Erik Hofman

Justin Smithies wrote:

A few more fixes to the EICAS on the 737 .

The fuel tank guages now resemble the EICAS on a real 737 .
Instead of all three tanks being numbered 2 there is now 1 , 2, and CTR

I have attatched the update rgb files and eicas.xml


Well, you may think you had ...

I would like to commit this to CVS but I think the .xml files was the 
most important update, and it's missing ...


Erik


--
http://www.ehtw.info (Dutch)Future of Enschede Airport Twente
http://www.ehofman.com/fgfs FlightGear Flight Simulator
http://www.cafepress.com/fgfs_flightsim  FlightGear Art


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] Re: 737 EICAS

2006-02-19 Thread Melchior FRANZ
* Erik Hofman -- Sunday 19 February 2006 18:32:
 I would like to commit this to CVS but I think the .xml files was the 
 most important update, and it's missing ...

I'll use the opportunity to remove the space from the filename of the
eicas background, once the fixes are in:

  737/Instruments/Textures/eicas background.rgb
  737-300/Instruments/Textures/eicas background.rgb

These disturb me since a long time.

m.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Global data positional lookup

2006-02-19 Thread Christian Mayer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

As my last post to this topic was probably a bit cryptic for some I've
looked in the net a bit and have found:

  http://taltos.pha.jhu.edu/htm/

Probably we can use their software directly - or use their algorithm to
partition the earth in such a way that we can cheaply query points (like
navaids, METAR stations, ...) on the earth.

CU,
Christian

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (MingW32)

iD8DBQFD+LyClhWtxOxWNFcRAh8OAJ9LQpj1DTEveyWQFcL979s+CpREgwCgg3ag
fMgUFkC2FAjicnPkbVZ+tT0=
=vxNS
-END PGP SIGNATURE-


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] turn indicator assumes 24 volt electrical system

2006-02-19 Thread Dave Perry
After I completed the pa24-electrical.nas, I noticed the turn indicator 
was always indicating a turn to the left, even sitting still on the 
ground.  When I looked at the property 
/instrumentation/turn-indicator/indicated-turn-rate was sure enough 
indicating about -0.3 while the spin was about 0.5.  I looked at the 
huricane (also has a 12 volt electrical system) and it showed a similar 
problem.  So I looked at turn_indicator.cxx (the source) and it appears 
it assumes a 24 volt electrical system (it normalizes the power by 
dividing py 24.0).  This file was written by David Megginson in 2003. 

David, would it be possible to have this routine get the normalization 
voltage from the electrical system used by the model?  I don't see any 
such value in the property tree (an ideal_volts such as is defined by 
the nasal electrical system).


This impacts other AC such as the huricane that do not have a 24 volt 
electrical system.

Thanks in advance,
Dave Perry


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] 3d instruments

2006-02-19 Thread bass pumped
On 2/19/06, Torsten Dreyer [EMAIL PROTECTED] wrote:
  Hi Torsten you dont have to create 2 separate 3d RPM gauges.
  The xml file loads the .ac model , so create two separate RPM xml files,
  one file driven by engine 1 , the other by engine 2 , but both files
  using the same 3d model
 Yep - that's what I will do.
 I hope I will never model the Do-X - Amphibian with 10 engines ;-)

was it 10 or 12 engines???


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid3432bid#0486dat1642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] 3d instruments

2006-02-19 Thread Torsten Dreyer


 was it 10 or 12 engines???

oups - was 12...



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Global data positional lookup

2006-02-19 Thread Mathias Fröhlich
On Sunday 19 February 2006 19:44, Christian Mayer wrote:
 As my last post to this topic was probably a bit cryptic for some I've
 looked in the net a bit and have found:
Hehe, not really cryptic.
Rather interresting!

   http://taltos.pha.jhu.edu/htm/

 Probably we can use their software directly - or use their algorithm to
 partition the earth in such a way that we can cheaply query points (like
 navaids, METAR stations, ...) on the earth.
Ok, a 'triangular quadtree' :)
Should not be too hard to implement.
I have some time during the next days ...

Your note was that well done that it appeared that you will come up with an 
apprioriate solution in a few minutes ...
:)
At least it made me believe that you already have something more or less ready 
to share ...

Greetings

   Mathias

-- 
Mathias Fröhlich, email: [EMAIL PROTECTED]


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid3432bid#0486dat1642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel