[Flightgear-devel] 737-300 panel file

2006-03-06 Thread Justin Smithies
Dont know if anyone will find this usefull , but i have modified the 
737-ifr-panel.xml so if the master bat switch is put off the pfd1 and pfd2 
and the eicas all go off.

Mind you will have to set the /instrumentation/pfd1/servicable to true 
and the same for pfd2 and eicas also.
Just add the above config to the 737 set file.

I also have a nasal file which maybe doesnt simulate the aircraft well but if 
the master battery switch is put off it will kill the engines. ( cutoff )

Justin Smithies
?xml version=1.0?

!--
737 Full Panel
Based on John Check's Cessna 310 panel.
___

This is a panel configuration file for the open-source flight
simulator FlightGear (www.flightgear.org).  The file is an XML-encoded
FlightGear property list defining the panel's background texture and
the location (and optionally, size) of the instruments that will
appear on the panel.

Each instrument is, itself, defined in an XML-encoded property list
in a separate file.

Co-ordinates are relative to the *bottom* left corner of the screen
(as in OpenGL).  The total FlightGear window is always considered to
be 1024x768, whatever its actual display size on the screen.  All
paths are relative to $FG_ROOT.

Note that the name of the element defining each instrument must be
different, or else instrument definitions will be overwritten:
that's not particularly XML-ish, but that's how property lists
work in FlightGear right now.

Each instrument has its own preferred width and height, but you can
override those by providing w../w and h../h properties with the
x.../x and y.../y properties.
--

 

PropertyList

 namec880 VFR Panel/name
 instruments
   instrument include=../Instruments/clock.xml
   nameclock RH Gauge/name
   x1670/x
   y170/y
   w70/w
   h70/h
  /instrument


  instrument include=../Instruments/master-caution.xml
   namemaster caution-lh/name
   x248/x
   y412/y
   w32/w
   h32/h
  /instrument

  instrument include=../Instruments/du-panel.xml
   namedu-panel/name
   x406/x
   y296/y
   w145/w
   h145/h
  /instrument

  instrument include=../Instruments/du-panel-rh.xml
   namedu-panel-rh/name
   x1376/x
   y296/y
   w145/w
   h145/h
  /instrument

  instrument include=../Instruments/ptorst-panel.xml
   namepress to reset Gauge-lh/name
   x555/x
   y320/y
   w95/w
   h50/h
  /instrument

  instrument include=../Instruments/weather-radar.xml
   nameweather radar LH Gauge/name
   x480/x
   y430/y
   w160/w
   h90/h
  /instrument

  instrument include=../Instruments/weather-radar.xml
   nameweather radar RH Gauge/name
   x1300/x
   y428/y
   w160/w
   h90/h
  /instrument

  instrument include=../Instruments/ptorst-panel.xml
   namepress to reset Gauge-rh/name
   x1250/x
   y320/y
   w95/w
   h50/h
  /instrument
   
  instrument include=../Instruments/flap-guage.xml
   nameflap-guage/name
   x985/x
   y325/y
   w70/w
   h70/h
  /instrument

  instrument include=../Instruments/le-flap-lights.xml
   nameflap-guage/name
   x966/x
   y274/y
   w34/w
   h34/h
  /instrument

  instrument include=../Instruments/le-flap-lights1.xml
   nameflap-guage/name
   x1004/x
   y274/y
   w34/w
   h34/h
  /instrument
  
  instrument include=../Instruments/autopilot-panel.xml
   nameautopilot-panel/name
   x890/x
   y438/y
   w660/w
   h240/h
  /instrument

  instrument include=../Instruments/radiopanel.xml
   nameradiopanel/name
   x70/x
   y100/y
   w280/w
   h280/h
  /instrument

  instrument include=../Instruments/eicas.xml
   nameeicas/name
   condition
   greater-than
   property/systems/electrical/volts/property
   value0.2/value
   /greater-than
   property/instrumentation/eicas/serviceable/property
   /condition
   x906/x
   y130/y
   w258/w
   h262/h
  /instrument  

  instrument include=../Instruments/pfd1.xml
   namepfd1-lh/name
   condition
   greater-than
   property/systems/electrical/volts/property
   value0.2/value
   /greater-than
   property/instrumentation/pfd1/serviceable/property
   /condition
   x286/x
   y128/y
   w260/w
   h262/h
  /instrument

  instrument include=../Instruments/pfd2.xml
   namepfd2-lh/name
   condition
   greater-than
   property/systems/electrical/volts/property
   value0.2/value
   /greater-than
   property/instrumentation/pfd2/serviceable/property
   /condition
   x536/x
   y128/y
   w260/w
   h262/h
  /instrument 

  instrument include=../Instruments/pfd1.xml
   namepfd1-rh/name
   condition
   greater-than
   property/systems/electrical/volts/property
   value0.2/value
   /greater-than
   property/instrumentation/pfd1/serviceable/property
   /condition
   x1222/x
   y128/y
   w260/w
   h262/h
  /instrument

  instrument include=../Instruments/pfd2.xml
   namepfd2-rh/name
   condition
   greater-than
   property/systems/electrical/volts/property
   value0.2/value
   /greater-than
   property/instrumentation/pfd2/serviceable/property
   /condition
   x1470/x
   y128/y
   w260/w
   h262/h
  /instrument   

  instrument 

RE: [Flightgear-devel] 737-300 panel file

2006-03-06 Thread Innis Cunningham

Hello Justin
While I appreciate your enthusiasm and don't care what you
do with your local copy,after all thats what opensource is all about.
I would not like to see features introduced into the main file that
are incorrect.The one and only reason I have not had a go at doing
the electrical system for the 737 is because of its complexity.Swithching
the battery switch on and off would have little effect I would think.
After all if you were down to the battery that would mean that both
engine generators and the APU generator were U/S a situation that
Boeing probably considers a million to one.In which case it would
probably be time to put your head between your legs and kiss that
much loved part of your body goodbye.:-)
While I am not against improvments it seems pointless to add things
that are wrong that will have to be removed at a later date.
How do I know about the 737 systems.Well I was for a good part of
my life a certified aircraft maintanance engineer and I have a full set of
maintanance training notes to work from.

 Justin Smithies writes


Dont know if anyone will find this usefull , but i have modified the
737-ifr-panel.xml so if the master bat switch is put off the pfd1 and pfd2
and the eicas all go off.

Mind you will have to set the /instrumentation/pfd1/servicable to true
and the same for pfd2 and eicas also.
Just add the above config to the 737 set file.

I also have a nasal file which maybe doesnt simulate the aircraft well but 
if

the master battery switch is put off it will kill the engines. ( cutoff )

Justin Smithies


Cheers
Innis




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel