kcs55.xml 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version="1.0"?>
  2. <!--
  3. This file is part of FlightGear, the free flight simulator
  4. http://www.flightgear.org/
  5. Copyright (C) 2009 Torsten Dreyer, Torsten (at) t3r _dot_ de
  6. This program is free software; you can redistribute it and/or
  7. modify it under the terms of the GNU General Public License as
  8. published by the Free Software Foundation; either version 2 of the
  9. License, or (at your option) any later version.
  10. This program is distributed in the hope that it will be useful, but
  11. WITHOUT ANY WARRANTY; without even the implied warranty of
  12. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  13. General Public License for more details.
  14. -->
  15. <PropertyList>
  16. <ka51>
  17. <!-- start in slaved mode -->
  18. <slaved type="bool">true</slaved>
  19. </ka51>
  20. <ki525>
  21. <!-- The property where the position of the course arrow is written to -->
  22. <selected-course-property>instrumentation/nav[0]/radials/selected-deg</selected-course-property>
  23. <!-- The property from where the deflection the cdi bar is read -->
  24. <cdi-deflection-property type="string">instrumentation/nav[0]/heading-needle-deflection</cdi-deflection-property>
  25. <!-- The property from where the deflection the gs arrows is read -->
  26. <gs-deflection-property type="string">instrumentation/nav[0]/gs-needle-deflection-filtered</gs-deflection-property>
  27. <!-- The property from where the the state of the TO flag is read -->
  28. <to-flag-property type="string">instrumentation/nav[0]/to-flag</to-flag-property>
  29. <!-- The property from where the the state of the FROM flag is read -->
  30. <from-flag-property type="string">instrumentation/nav[0]/from-flag</from-flag-property>
  31. <!-- The property from where the the state of the NAV flag is read -->
  32. <nav-flag-property type="string">instrumentation/nav[0]/signal-quality-norm</nav-flag-property>
  33. <!-- The property from where the the deviation between the course arrow head and the lubber line is written to -->
  34. <course-error-property type="string">autopilot/internal/course-error-deg</course-error-property>
  35. <!-- The property from where the the deviation between the heading bug and the lubber line is written to -->
  36. <heading-error-property type="string">autopilot/internal/heading-error-deg</heading-error-property>
  37. </ki525>
  38. <kg102>
  39. <!-- the source of power for the gyro, this is the master power supply.
  40. The gyro contains the power supply for the other components of the kcs55 system.
  41. -->
  42. <input-power-node>systems/electrical/outputs/gyrocompass</input-power-node>
  43. <!-- The minimum operating voltage -->
  44. <input-power-min type="double">11.0</input-power-min>
  45. <!-- The maximum operating voltage -->
  46. <input-power-max type="double">15.8</input-power-max>
  47. </kg102>
  48. </PropertyList>