FuelGauge.xml 29 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <path>FuelGauge.ac</path>
  4. <animation>
  5. <type>select</type>
  6. <object-name>off-flag</object-name>
  7. <condition>
  8. <less-than>
  9. <property>systems/electrical/volts</property>
  10. <value>24</value>
  11. </less-than>
  12. </condition>
  13. </animation>
  14. <!-- QTY BAR GAUGE -->
  15. <animation>
  16. <type>select</type>
  17. <object-name>10</object-name>
  18. <condition>
  19. <greater-than>
  20. <property>/consumables/fuel/total-fuel-lbs</property>
  21. <value>1000</value>
  22. </greater-than>
  23. </condition>
  24. </animation>
  25. <animation>
  26. <type>select</type>
  27. <object-name>20</object-name>
  28. <condition>
  29. <greater-than>
  30. <property>/consumables/fuel/total-fuel-lbs</property>
  31. <value>2000</value>
  32. </greater-than>
  33. </condition>
  34. </animation>
  35. <animation>
  36. <type>select</type>
  37. <object-name>30</object-name>
  38. <condition>
  39. <greater-than>
  40. <property>/consumables/fuel/total-fuel-lbs</property>
  41. <value>3000</value>
  42. </greater-than>
  43. </condition>
  44. </animation>
  45. <animation>
  46. <type>select</type>
  47. <object-name>40</object-name>
  48. <condition>
  49. <greater-than>
  50. <property>/consumables/fuel/total-fuel-lbs</property>
  51. <value>4000</value>
  52. </greater-than>
  53. </condition>
  54. </animation>
  55. <animation>
  56. <type>select</type>
  57. <object-name>50</object-name>
  58. <condition>
  59. <greater-than>
  60. <property>/consumables/fuel/total-fuel-lbs</property>
  61. <value>5000</value>
  62. </greater-than>
  63. </condition>
  64. </animation>
  65. <animation>
  66. <type>select</type>
  67. <object-name>60</object-name>
  68. <condition>
  69. <greater-than>
  70. <property>/consumables/fuel/total-fuel-lbs</property>
  71. <value>6000</value>
  72. </greater-than>
  73. </condition>
  74. </animation>
  75. <animation>
  76. <type>select</type>
  77. <object-name>70</object-name>
  78. <condition>
  79. <greater-than>
  80. <property>/consumables/fuel/total-fuel-lbs</property>
  81. <value>7000</value>
  82. </greater-than>
  83. </condition>
  84. </animation>
  85. <animation>
  86. <type>select</type>
  87. <object-name>80</object-name>
  88. <condition>
  89. <greater-than>
  90. <property>/consumables/fuel/total-fuel-lbs</property>
  91. <value>8000</value>
  92. </greater-than>
  93. </condition>
  94. </animation>
  95. <animation>
  96. <type>select</type>
  97. <object-name>90</object-name>
  98. <condition>
  99. <greater-than>
  100. <property>/consumables/fuel/total-fuel-lbs</property>
  101. <value>9000</value>
  102. </greater-than>
  103. </condition>
  104. </animation>
  105. <animation>
  106. <type>select</type>
  107. <object-name>100</object-name>
  108. <condition>
  109. <greater-than>
  110. <property>/consumables/fuel/total-fuel-lbs</property>
  111. <value>10000</value>
  112. </greater-than>
  113. </condition>
  114. </animation>
  115. <animation>
  116. <type>select</type>
  117. <object-name>110</object-name>
  118. <condition>
  119. <greater-than>
  120. <property>/consumables/fuel/total-fuel-lbs</property>
  121. <value>11000</value>
  122. </greater-than>
  123. </condition>
  124. </animation>
  125. <animation>
  126. <type>select</type>
  127. <object-name>120</object-name>
  128. <condition>
  129. <greater-than>
  130. <property>/consumables/fuel/total-fuel-lbs</property>
  131. <value>12000</value>
  132. </greater-than>
  133. </condition>
  134. </animation>
  135. <animation>
  136. <type>select</type>
  137. <object-name>130</object-name>
  138. <condition>
  139. <greater-than>
  140. <property>/consumables/fuel/total-fuel-lbs</property>
  141. <value>13000</value>
  142. </greater-than>
  143. </condition>
  144. </animation>
  145. <animation>
  146. <type>select</type>
  147. <object-name>140</object-name>
  148. <condition>
  149. <greater-than>
  150. <property>/consumables/fuel/total-fuel-lbs</property>
  151. <value>14000</value>
  152. </greater-than>
  153. </condition>
  154. </animation>
  155. <animation>
  156. <type>select</type>
  157. <object-name>150</object-name>
  158. <condition>
  159. <greater-than>
  160. <property>/consumables/fuel/total-fuel-lbs</property>
  161. <value>14900</value>
  162. </greater-than>
  163. </condition>
  164. </animation>
  165. <!-- bingo setting -->
  166. <animation>
  167. <type>pick</type>
  168. <object-name>bingo-knob</object-name>
  169. <action>
  170. <button>0</button>
  171. <repeatable>true</repeatable>
  172. <interval-sec>0.1</interval-sec>
  173. <binding>
  174. <command>property-adjust</command>
  175. <property>/consumables/fuel/bingo-lbs</property>
  176. <step> 1000 </step>
  177. <min> 0 </min>
  178. <max> 14000 </max>
  179. </binding>
  180. </action>
  181. </animation>
  182. <animation>
  183. <type>pick</type>
  184. <object-name>bingo-knob</object-name>
  185. <action>
  186. <button>1</button>
  187. <repeatable>true</repeatable>
  188. <interval-sec>0.1</interval-sec>
  189. <binding>
  190. <command>property-adjust</command>
  191. <property>/consumables/fuel/bingo-lbs</property>
  192. <step> -1000 </step>
  193. <min> 0 </min>
  194. <max> 14000 </max>
  195. </binding>
  196. </action>
  197. </animation>
  198. <animation>
  199. <type>pick</type>
  200. <object-name>bingo-knob</object-name>
  201. <action>
  202. <button>3</button>
  203. <binding>
  204. <command>property-adjust</command>
  205. <property>/consumables/fuel/bingo-lbs</property>
  206. <step> 1000 </step>
  207. <min> 0 </min>
  208. <max> 14000 </max>
  209. </binding>
  210. </action>
  211. </animation>
  212. <animation>
  213. <type>pick</type>
  214. <object-name>bingo-knob</object-name>
  215. <action>
  216. <button>4</button>
  217. <binding>
  218. <command>property-adjust</command>
  219. <property>/consumables/fuel/bingo-lbs</property>
  220. <step> -1000 </step>
  221. <min> 0 </min>
  222. <max> 14000 </max>
  223. </binding>
  224. </action>
  225. </animation>
  226. <animation>
  227. <type>rotate</type>
  228. <object-name>bingo-knob</object-name>
  229. <property>/consumables/fuel/bingo-lbs</property>
  230. <factor>0.01</factor>
  231. <center>
  232. <x-m>0.006</x-m>
  233. <y-m>-0.025</y-m>
  234. <z-m>0.026</z-m>
  235. </center>
  236. <axis>
  237. <x>-1</x>
  238. <y>0</y>
  239. <z>0</z>
  240. </axis>
  241. </animation>
  242. <animation>
  243. <type>rotate</type>
  244. <object-name>bingo</object-name>
  245. <property>/consumables/fuel/bingo-lbs</property>
  246. <interpolation>
  247. <entry><ind>0</ind><dep>0</dep></entry>
  248. <entry><ind>14000</ind><dep>200</dep></entry>
  249. </interpolation>
  250. <center>
  251. <x-m>0</x-m>
  252. <y-m>0</y-m>
  253. <z-m>0</z-m>
  254. </center>
  255. <axis>
  256. <x>-1</x>
  257. <y>0</y>
  258. <z>0</z>
  259. </axis>
  260. </animation>
  261. <!-- total drum counter -->
  262. <animation>
  263. <type>textranslate</type>
  264. <object-name>drum-0</object-name>
  265. <property>consumables/fuel/total-fuel-lbs</property>
  266. <factor>0.1</factor>
  267. <offset>-1</offset>
  268. <scroll>0.01</scroll>
  269. <center>
  270. <x-m>0</x-m>
  271. <y-m>0</y-m>
  272. <z-m>0</z-m>
  273. </center>
  274. <axis>
  275. <x>0</x>
  276. <y>-1</y>
  277. <z>0</z>
  278. </axis>
  279. </animation>
  280. <animation>
  281. <type>textranslate</type>
  282. <object-name>drum-1</object-name>
  283. <property>consumables/fuel/total-fuel-lbs</property>
  284. <factor>0.01</factor>
  285. <offset>-10</offset>
  286. <step>10</step>
  287. <scroll>0.01</scroll>
  288. <center>
  289. <x-m>0</x-m>
  290. <y-m>0</y-m>
  291. <z-m>0</z-m>
  292. </center>
  293. <axis>
  294. <x>0</x>
  295. <y>-1</y>
  296. <z>0</z>
  297. </axis>
  298. </animation>
  299. <animation>
  300. <type>textranslate</type>
  301. <object-name>drum-2</object-name>
  302. <property>consumables/fuel/total-fuel-lbs</property>
  303. <factor>0.001</factor>
  304. <offset>-100</offset>
  305. <step>100</step>
  306. <scroll>0.01</scroll>
  307. <center>
  308. <x-m>0</x-m>
  309. <y-m>0</y-m>
  310. <z-m>0</z-m>
  311. </center>
  312. <axis>
  313. <x>0</x>
  314. <y>-1</y>
  315. <z>0</z>
  316. </axis>
  317. </animation>
  318. <animation>
  319. <type>textranslate</type>
  320. <object-name>drum-3</object-name>
  321. <property>consumables/fuel/total-fuel-lbs</property>
  322. <factor>0.0001</factor>
  323. <offset>-1000</offset>
  324. <step>1000</step>
  325. <scroll>0.01</scroll>
  326. <center>
  327. <x-m>0</x-m>
  328. <y-m>0</y-m>
  329. <z-m>0</z-m>
  330. </center>
  331. <axis>
  332. <x>0</x>
  333. <y>-1</y>
  334. <z>0</z>
  335. </axis>
  336. </animation>
  337. <animation>
  338. <type>textranslate</type>
  339. <object-name>drum-4</object-name>
  340. <property>consumables/fuel/total-fuel-lbs</property>
  341. <factor>0.00001</factor>
  342. <offset>-10000</offset>
  343. <step>10000</step>
  344. <scroll>0.01</scroll>
  345. <center>
  346. <x-m>0</x-m>
  347. <y-m>0</y-m>
  348. <z-m>0</z-m>
  349. </center>
  350. <axis>
  351. <x>0</x>
  352. <y>-1</y>
  353. <z>0</z>
  354. </axis>
  355. </animation>
  356. <!-- wing-inter-left drum counter -->
  357. <animation>
  358. <type>select</type>
  359. <object-name>drum-1-left</object-name>
  360. <object-name>drum-2-left</object-name>
  361. <object-name>drum-3-left</object-name>
  362. <object-name>drum-4-left</object-name>
  363. <condition>
  364. <equals>
  365. <property>instrumentation/fuelgauge/selector</property>
  366. <value>1</value>
  367. </equals>
  368. </condition>
  369. </animation>
  370. <animation>
  371. <type>textranslate</type>
  372. <object-name>drum-1-left</object-name>
  373. <property>consumables/fuel/tank[3]/level-lbs</property>
  374. <factor>0.1</factor>
  375. <offset>-1</offset>
  376. <scroll>0.01</scroll>
  377. <center>
  378. <x-m>0</x-m>
  379. <y-m>0</y-m>
  380. <z-m>0</z-m>
  381. </center>
  382. <axis>
  383. <x>0</x>
  384. <y>-1</y>
  385. <z>0</z>
  386. </axis>
  387. </animation>
  388. <animation>
  389. <type>textranslate</type>
  390. <object-name>drum-2-left</object-name>
  391. <property>consumables/fuel/tank[3]/level-lbs</property>
  392. <factor>0.01</factor>
  393. <offset>-10</offset>
  394. <step>10</step>
  395. <scroll>0.01</scroll>
  396. <center>
  397. <x-m>0</x-m>
  398. <y-m>0</y-m>
  399. <z-m>0</z-m>
  400. </center>
  401. <axis>
  402. <x>0</x>
  403. <y>-1</y>
  404. <z>0</z>
  405. </axis>
  406. </animation>
  407. <animation>
  408. <type>textranslate</type>
  409. <object-name>drum-3-left</object-name>
  410. <property>consumables/fuel/tank[3]/level-lbs</property>
  411. <factor>0.001</factor>
  412. <offset>-100</offset>
  413. <step>100</step>
  414. <scroll>0.01</scroll>
  415. <center>
  416. <x-m>0</x-m>
  417. <y-m>0</y-m>
  418. <z-m>0</z-m>
  419. </center>
  420. <axis>
  421. <x>0</x>
  422. <y>-1</y>
  423. <z>0</z>
  424. </axis>
  425. </animation>
  426. <animation>
  427. <type>textranslate</type>
  428. <object-name>drum-4-left</object-name>
  429. <property>consumables/fuel/tank[3]/level-lbs</property>
  430. <factor>0.0001</factor>
  431. <offset>-1000</offset>
  432. <step>1000</step>
  433. <scroll>0.01</scroll>
  434. <center>
  435. <x-m>0</x-m>
  436. <y-m>0</y-m>
  437. <z-m>0</z-m>
  438. </center>
  439. <axis>
  440. <x>0</x>
  441. <y>-1</y>
  442. <z>0</z>
  443. </axis>
  444. </animation>
  445. <!-- wing-inter-right drum counter -->
  446. <animation>
  447. <type>select</type>
  448. <object-name>drum-1-right</object-name>
  449. <object-name>drum-2-right</object-name>
  450. <object-name>drum-3-right</object-name>
  451. <object-name>drum-4-right</object-name>
  452. <condition>
  453. <equals>
  454. <property>instrumentation/fuelgauge/selector</property>
  455. <value>1</value>
  456. </equals>
  457. </condition>
  458. </animation>
  459. <animation>
  460. <type>textranslate</type>
  461. <object-name>drum-1-right</object-name>
  462. <property>consumables/fuel/tank[4]/level-lbs</property>
  463. <factor>0.1</factor>
  464. <offset>-1</offset>
  465. <scroll>0.01</scroll>
  466. <center>
  467. <x-m>0</x-m>
  468. <y-m>0</y-m>
  469. <z-m>0</z-m>
  470. </center>
  471. <axis>
  472. <x>0</x>
  473. <y>-1</y>
  474. <z>0</z>
  475. </axis>
  476. </animation>
  477. <animation>
  478. <type>textranslate</type>
  479. <object-name>drum-2-right</object-name>
  480. <property>consumables/fuel/tank[4]/level-lbs</property>
  481. <factor>0.01</factor>
  482. <offset>-10</offset>
  483. <step>10</step>
  484. <scroll>0.01</scroll>
  485. <center>
  486. <x-m>0</x-m>
  487. <y-m>0</y-m>
  488. <z-m>0</z-m>
  489. </center>
  490. <axis>
  491. <x>0</x>
  492. <y>-1</y>
  493. <z>0</z>
  494. </axis>
  495. </animation>
  496. <animation>
  497. <type>textranslate</type>
  498. <object-name>drum-3-right</object-name>
  499. <property>consumables/fuel/tank[4]/level-lbs</property>
  500. <factor>0.001</factor>
  501. <offset>-100</offset>
  502. <step>100</step>
  503. <scroll>0.01</scroll>
  504. <center>
  505. <x-m>0</x-m>
  506. <y-m>0</y-m>
  507. <z-m>0</z-m>
  508. </center>
  509. <axis>
  510. <x>0</x>
  511. <y>-1</y>
  512. <z>0</z>
  513. </axis>
  514. </animation>
  515. <animation>
  516. <type>textranslate</type>
  517. <object-name>drum-4-right</object-name>
  518. <property>consumables/fuel/tank[4]/level-lbs</property>
  519. <factor>0.0001</factor>
  520. <offset>-1000</offset>
  521. <step>1000</step>
  522. <scroll>0.01</scroll>
  523. <center>
  524. <x-m>0</x-m>
  525. <y-m>0</y-m>
  526. <z-m>0</z-m>
  527. </center>
  528. <axis>
  529. <x>0</x>
  530. <y>-1</y>
  531. <z>0</z>
  532. </axis>
  533. </animation>
  534. <!-- feed-left drum counter -->
  535. <animation>
  536. <type>select</type>
  537. <object-name>drum-1-left.001</object-name>
  538. <object-name>drum-2-left.001</object-name>
  539. <object-name>drum-3-left.001</object-name>
  540. <object-name>drum-4-left.001</object-name>
  541. <condition>
  542. <equals>
  543. <property>instrumentation/fuelgauge/selector</property>
  544. <value>0</value>
  545. </equals>
  546. </condition>
  547. </animation>
  548. <animation>
  549. <type>textranslate</type>
  550. <object-name>drum-1-left.001</object-name>
  551. <property>consumables/fuel/tank[1]/level-lbs</property>
  552. <factor>0.1</factor>
  553. <offset>-1</offset>
  554. <scroll>0.01</scroll>
  555. <center>
  556. <x-m>0</x-m>
  557. <y-m>0</y-m>
  558. <z-m>0</z-m>
  559. </center>
  560. <axis>
  561. <x>0</x>
  562. <y>-1</y>
  563. <z>0</z>
  564. </axis>
  565. </animation>
  566. <animation>
  567. <type>textranslate</type>
  568. <object-name>drum-2-left.001</object-name>
  569. <property>consumables/fuel/tank[1]/level-lbs</property>
  570. <factor>0.01</factor>
  571. <offset>-10</offset>
  572. <step>10</step>
  573. <scroll>0.01</scroll>
  574. <center>
  575. <x-m>0</x-m>
  576. <y-m>0</y-m>
  577. <z-m>0</z-m>
  578. </center>
  579. <axis>
  580. <x>0</x>
  581. <y>-1</y>
  582. <z>0</z>
  583. </axis>
  584. </animation>
  585. <animation>
  586. <type>textranslate</type>
  587. <object-name>drum-3-left.001</object-name>
  588. <property>consumables/fuel/tank[1]/level-lbs</property>
  589. <factor>0.001</factor>
  590. <offset>-100</offset>
  591. <step>100</step>
  592. <scroll>0.01</scroll>
  593. <center>
  594. <x-m>0</x-m>
  595. <y-m>0</y-m>
  596. <z-m>0</z-m>
  597. </center>
  598. <axis>
  599. <x>0</x>
  600. <y>-1</y>
  601. <z>0</z>
  602. </axis>
  603. </animation>
  604. <animation>
  605. <type>textranslate</type>
  606. <object-name>drum-4-left.001</object-name>
  607. <property>consumables/fuel/tank[1]/level-lbs</property>
  608. <factor>0.0001</factor>
  609. <offset>-1000</offset>
  610. <step>1000</step>
  611. <scroll>0.01</scroll>
  612. <center>
  613. <x-m>0</x-m>
  614. <y-m>0</y-m>
  615. <z-m>0</z-m>
  616. </center>
  617. <axis>
  618. <x>0</x>
  619. <y>-1</y>
  620. <z>0</z>
  621. </axis>
  622. </animation>
  623. <!-- feed-right drum counter -->
  624. <animation>
  625. <type>select</type>
  626. <object-name>drum-1-right.001</object-name>
  627. <object-name>drum-2-right.001</object-name>
  628. <object-name>drum-3-right.001</object-name>
  629. <object-name>drum-4-right.001</object-name>
  630. <condition>
  631. <equals>
  632. <property>instrumentation/fuelgauge/selector</property>
  633. <value>0</value>
  634. </equals>
  635. </condition>
  636. </animation>
  637. <animation>
  638. <type>textranslate</type>
  639. <object-name>drum-1-right.001</object-name>
  640. <property>consumables/fuel/tank[2]/level-lbs</property>
  641. <factor>0.1</factor>
  642. <offset>-1</offset>
  643. <scroll>0.01</scroll>
  644. <center>
  645. <x-m>0</x-m>
  646. <y-m>0</y-m>
  647. <z-m>0</z-m>
  648. </center>
  649. <axis>
  650. <x>0</x>
  651. <y>-1</y>
  652. <z>0</z>
  653. </axis>
  654. </animation>
  655. <animation>
  656. <type>textranslate</type>
  657. <object-name>drum-2-right.001</object-name>
  658. <property>consumables/fuel/tank[2]/level-lbs</property>
  659. <factor>0.01</factor>
  660. <offset>-10</offset>
  661. <step>10</step>
  662. <scroll>0.01</scroll>
  663. <center>
  664. <x-m>0</x-m>
  665. <y-m>0</y-m>
  666. <z-m>0</z-m>
  667. </center>
  668. <axis>
  669. <x>0</x>
  670. <y>-1</y>
  671. <z>0</z>
  672. </axis>
  673. </animation>
  674. <animation>
  675. <type>textranslate</type>
  676. <object-name>drum-3-right.001</object-name>
  677. <property>consumables/fuel/tank[2]/level-lbs</property>
  678. <factor>0.001</factor>
  679. <offset>-100</offset>
  680. <step>100</step>
  681. <scroll>0.01</scroll>
  682. <center>
  683. <x-m>0</x-m>
  684. <y-m>0</y-m>
  685. <z-m>0</z-m>
  686. </center>
  687. <axis>
  688. <x>0</x>
  689. <y>-1</y>
  690. <z>0</z>
  691. </axis>
  692. </animation>
  693. <animation>
  694. <type>textranslate</type>
  695. <object-name>drum-4-right.001</object-name>
  696. <property>consumables/fuel/tank[2]/level-lbs</property>
  697. <factor>0.0001</factor>
  698. <offset>-1000</offset>
  699. <step>1000</step>
  700. <scroll>0.01</scroll>
  701. <center>
  702. <x-m>0</x-m>
  703. <y-m>0</y-m>
  704. <z-m>0</z-m>
  705. </center>
  706. <axis>
  707. <x>0</x>
  708. <y>-1</y>
  709. <z>0</z>
  710. </axis>
  711. </animation>
  712. <!-- tank1-left drum counter -->
  713. <animation>
  714. <type>select</type>
  715. <object-name>drum-1-left.002</object-name>
  716. <object-name>drum-2-left.002</object-name>
  717. <object-name>drum-3-left.002</object-name>
  718. <object-name>drum-4-left.002</object-name>
  719. <condition>
  720. <equals>
  721. <property>instrumentation/fuelgauge/selector</property>
  722. <value>2</value>
  723. </equals>
  724. </condition>
  725. </animation>
  726. <animation>
  727. <type>textranslate</type>
  728. <object-name>drum-1-left.002</object-name>
  729. <property>consumables/fuel/tank[0]/level-lbs</property>
  730. <factor>0.1</factor>
  731. <offset>-1</offset>
  732. <scroll>0.01</scroll>
  733. <center>
  734. <x-m>0</x-m>
  735. <y-m>0</y-m>
  736. <z-m>0</z-m>
  737. </center>
  738. <axis>
  739. <x>0</x>
  740. <y>-1</y>
  741. <z>0</z>
  742. </axis>
  743. </animation>
  744. <animation>
  745. <type>textranslate</type>
  746. <object-name>drum-2-left.002</object-name>
  747. <property>consumables/fuel/tank[0]/level-lbs</property>
  748. <factor>0.01</factor>
  749. <offset>-10</offset>
  750. <step>10</step>
  751. <scroll>0.01</scroll>
  752. <center>
  753. <x-m>0</x-m>
  754. <y-m>0</y-m>
  755. <z-m>0</z-m>
  756. </center>
  757. <axis>
  758. <x>0</x>
  759. <y>-1</y>
  760. <z>0</z>
  761. </axis>
  762. </animation>
  763. <animation>
  764. <type>textranslate</type>
  765. <object-name>drum-3-left.002</object-name>
  766. <property>consumables/fuel/tank[0]/level-lbs</property>
  767. <factor>0.001</factor>
  768. <offset>-100</offset>
  769. <step>100</step>
  770. <scroll>0.01</scroll>
  771. <center>
  772. <x-m>0</x-m>
  773. <y-m>0</y-m>
  774. <z-m>0</z-m>
  775. </center>
  776. <axis>
  777. <x>0</x>
  778. <y>-1</y>
  779. <z>0</z>
  780. </axis>
  781. </animation>
  782. <animation>
  783. <type>textranslate</type>
  784. <object-name>drum-4-left.002</object-name>
  785. <property>consumables/fuel/tank[0]/level-lbs</property>
  786. <factor>0.0001</factor>
  787. <offset>-1000</offset>
  788. <step>1000</step>
  789. <scroll>0.01</scroll>
  790. <center>
  791. <x-m>0</x-m>
  792. <y-m>0</y-m>
  793. <z-m>0</z-m>
  794. </center>
  795. <axis>
  796. <x>0</x>
  797. <y>-1</y>
  798. <z>0</z>
  799. </axis>
  800. </animation>
  801. <!-- tank1-right drum counter -->
  802. <animation>
  803. <type>select</type>
  804. <object-name>drum-1-right.002</object-name>
  805. <object-name>drum-2-right.002</object-name>
  806. <object-name>drum-3-right.002</object-name>
  807. <object-name>drum-4-right.002</object-name>
  808. <condition>
  809. <equals>
  810. <property>instrumentation/fuelgauge/selector</property>
  811. <value>2</value>
  812. </equals>
  813. </condition>
  814. </animation>
  815. <!-- ext-wing-left drum counter -->
  816. <animation>
  817. <type>select</type>
  818. <object-name>drum-1-left.003</object-name>
  819. <object-name>drum-2-left.003</object-name>
  820. <object-name>drum-3-left.003</object-name>
  821. <object-name>drum-4-left.003</object-name>
  822. <condition>
  823. <equals>
  824. <property>instrumentation/fuelgauge/selector</property>
  825. <value>3</value>
  826. </equals>
  827. </condition>
  828. </animation>
  829. <animation>
  830. <type>textranslate</type>
  831. <object-name>drum-1-left.003</object-name>
  832. <property>consumables/fuel/tank[7]/level-lbs</property>
  833. <factor>0.1</factor>
  834. <offset>-1</offset>
  835. <scroll>0.01</scroll>
  836. <center>
  837. <x-m>0</x-m>
  838. <y-m>0</y-m>
  839. <z-m>0</z-m>
  840. </center>
  841. <axis>
  842. <x>0</x>
  843. <y>-1</y>
  844. <z>0</z>
  845. </axis>
  846. </animation>
  847. <animation>
  848. <type>textranslate</type>
  849. <object-name>drum-2-left.003</object-name>
  850. <property>consumables/fuel/tank[7]/level-lbs</property>
  851. <factor>0.01</factor>
  852. <offset>-10</offset>
  853. <step>10</step>
  854. <scroll>0.01</scroll>
  855. <center>
  856. <x-m>0</x-m>
  857. <y-m>0</y-m>
  858. <z-m>0</z-m>
  859. </center>
  860. <axis>
  861. <x>0</x>
  862. <y>-1</y>
  863. <z>0</z>
  864. </axis>
  865. </animation>
  866. <animation>
  867. <type>textranslate</type>
  868. <object-name>drum-3-left.003</object-name>
  869. <property>consumables/fuel/tank[7]/level-lbs</property>
  870. <factor>0.001</factor>
  871. <offset>-100</offset>
  872. <step>100</step>
  873. <scroll>0.01</scroll>
  874. <center>
  875. <x-m>0</x-m>
  876. <y-m>0</y-m>
  877. <z-m>0</z-m>
  878. </center>
  879. <axis>
  880. <x>0</x>
  881. <y>-1</y>
  882. <z>0</z>
  883. </axis>
  884. </animation>
  885. <animation>
  886. <type>textranslate</type>
  887. <object-name>drum-4-left.003</object-name>
  888. <property>consumables/fuel/tank[7]/level-lbs</property>
  889. <factor>0.0001</factor>
  890. <offset>-1000</offset>
  891. <step>1000</step>
  892. <scroll>0.01</scroll>
  893. <center>
  894. <x-m>0</x-m>
  895. <y-m>0</y-m>
  896. <z-m>0</z-m>
  897. </center>
  898. <axis>
  899. <x>0</x>
  900. <y>-1</y>
  901. <z>0</z>
  902. </axis>
  903. </animation>
  904. <!-- ext-wing-right drum counter -->
  905. <animation>
  906. <type>select</type>
  907. <object-name>drum-1-right.003</object-name>
  908. <object-name>drum-2-right.003</object-name>
  909. <object-name>drum-3-right.003</object-name>
  910. <object-name>drum-4-right.003</object-name>
  911. <condition>
  912. <equals>
  913. <property>instrumentation/fuelgauge/selector</property>
  914. <value>3</value>
  915. </equals>
  916. </condition>
  917. </animation>
  918. <animation>
  919. <type>textranslate</type>
  920. <object-name>drum-1-right.003</object-name>
  921. <property>consumables/fuel/tank[6]/level-lbs</property>
  922. <factor>0.1</factor>
  923. <offset>-1</offset>
  924. <scroll>0.01</scroll>
  925. <center>
  926. <x-m>0</x-m>
  927. <y-m>0</y-m>
  928. <z-m>0</z-m>
  929. </center>
  930. <axis>
  931. <x>0</x>
  932. <y>-1</y>
  933. <z>0</z>
  934. </axis>
  935. </animation>
  936. <animation>
  937. <type>textranslate</type>
  938. <object-name>drum-2-right.003</object-name>
  939. <property>consumables/fuel/tank[6]/level-lbs</property>
  940. <factor>0.01</factor>
  941. <offset>-10</offset>
  942. <step>10</step>
  943. <scroll>0.01</scroll>
  944. <center>
  945. <x-m>0</x-m>
  946. <y-m>0</y-m>
  947. <z-m>0</z-m>
  948. </center>
  949. <axis>
  950. <x>0</x>
  951. <y>-1</y>
  952. <z>0</z>
  953. </axis>
  954. </animation>
  955. <animation>
  956. <type>textranslate</type>
  957. <object-name>drum-3-right.003</object-name>
  958. <property>consumables/fuel/tank[6]/level-lbs</property>
  959. <factor>0.001</factor>
  960. <offset>-100</offset>
  961. <step>100</step>
  962. <scroll>0.01</scroll>
  963. <center>
  964. <x-m>0</x-m>
  965. <y-m>0</y-m>
  966. <z-m>0</z-m>
  967. </center>
  968. <axis>
  969. <x>0</x>
  970. <y>-1</y>
  971. <z>0</z>
  972. </axis>
  973. </animation>
  974. <animation>
  975. <type>textranslate</type>
  976. <object-name>drum-4-right.003</object-name>
  977. <property>consumables/fuel/tank[6]/level-lbs</property>
  978. <factor>0.0001</factor>
  979. <offset>-1000</offset>
  980. <step>1000</step>
  981. <scroll>0.01</scroll>
  982. <center>
  983. <x-m>0</x-m>
  984. <y-m>0</y-m>
  985. <z-m>0</z-m>
  986. </center>
  987. <axis>
  988. <x>0</x>
  989. <y>-1</y>
  990. <z>0</z>
  991. </axis>
  992. </animation>
  993. <!-- ext-ctr-left drum counter -->
  994. <animation>
  995. <type>select</type>
  996. <object-name>drum-1-left.004</object-name>
  997. <object-name>drum-2-left.004</object-name>
  998. <object-name>drum-3-left.004</object-name>
  999. <object-name>drum-4-left.004</object-name>
  1000. <condition>
  1001. <equals>
  1002. <property>instrumentation/fuelgauge/selector</property>
  1003. <value>4</value>
  1004. </equals>
  1005. </condition>
  1006. </animation>
  1007. <animation>
  1008. <type>textranslate</type>
  1009. <object-name>drum-1-left.004</object-name>
  1010. <property>consumables/fuel/tank[5]/level-lbs</property>
  1011. <factor>0.1</factor>
  1012. <offset>-1</offset>
  1013. <scroll>0.01</scroll>
  1014. <center>
  1015. <x-m>0</x-m>
  1016. <y-m>0</y-m>
  1017. <z-m>0</z-m>
  1018. </center>
  1019. <axis>
  1020. <x>0</x>
  1021. <y>-1</y>
  1022. <z>0</z>
  1023. </axis>
  1024. </animation>
  1025. <animation>
  1026. <type>textranslate</type>
  1027. <object-name>drum-2-left.004</object-name>
  1028. <property>consumables/fuel/tank[5]/level-lbs</property>
  1029. <factor>0.01</factor>
  1030. <offset>-10</offset>
  1031. <step>10</step>
  1032. <scroll>0.01</scroll>
  1033. <center>
  1034. <x-m>0</x-m>
  1035. <y-m>0</y-m>
  1036. <z-m>0</z-m>
  1037. </center>
  1038. <axis>
  1039. <x>0</x>
  1040. <y>-1</y>
  1041. <z>0</z>
  1042. </axis>
  1043. </animation>
  1044. <animation>
  1045. <type>textranslate</type>
  1046. <object-name>drum-3-left.004</object-name>
  1047. <property>consumables/fuel/tank[5]/level-lbs</property>
  1048. <factor>0.001</factor>
  1049. <offset>-100</offset>
  1050. <step>100</step>
  1051. <scroll>0.01</scroll>
  1052. <center>
  1053. <x-m>0</x-m>
  1054. <y-m>0</y-m>
  1055. <z-m>0</z-m>
  1056. </center>
  1057. <axis>
  1058. <x>0</x>
  1059. <y>-1</y>
  1060. <z>0</z>
  1061. </axis>
  1062. </animation>
  1063. <animation>
  1064. <type>textranslate</type>
  1065. <object-name>drum-4-left.004</object-name>
  1066. <property>consumables/fuel/tank[5]/level-lbs</property>
  1067. <factor>0.0001</factor>
  1068. <offset>-1000</offset>
  1069. <step>1000</step>
  1070. <scroll>0.01</scroll>
  1071. <center>
  1072. <x-m>0</x-m>
  1073. <y-m>0</y-m>
  1074. <z-m>0</z-m>
  1075. </center>
  1076. <axis>
  1077. <x>0</x>
  1078. <y>-1</y>
  1079. <z>0</z>
  1080. </axis>
  1081. </animation>
  1082. <!-- lighting -->
  1083. <animation>
  1084. <object-name>mount</object-name>
  1085. <object-name>both</object-name>
  1086. <object-name>bingo-knob</object-name>
  1087. <type>material</type>
  1088. <emission>
  1089. <factor-prop>systems/electrical/outputs/instrument-lights-norm</factor-prop>
  1090. <red>0.5</red>
  1091. <green>0.2</green>
  1092. <blue>0.2</blue>
  1093. </emission>
  1094. </animation>
  1095. <animation>
  1096. <object-name>face</object-name>
  1097. <object-name>drum-0</object-name>
  1098. <object-name>drum-1</object-name>
  1099. <object-name>drum-2</object-name>
  1100. <object-name>drum-3</object-name>
  1101. <object-name>drum-4</object-name>
  1102. <object-name>drum-1-right</object-name>
  1103. <object-name>drum-2-right</object-name>
  1104. <object-name>drum-3-right</object-name>
  1105. <object-name>drum-4-right</object-name>
  1106. <object-name>drum-1-left</object-name>
  1107. <object-name>drum-2-left</object-name>
  1108. <object-name>drum-3-left</object-name>
  1109. <object-name>drum-4-left</object-name>
  1110. <object-name>drum-1-right.001</object-name>
  1111. <object-name>drum-2-right.001</object-name>
  1112. <object-name>drum-3-right.001</object-name>
  1113. <object-name>drum-4-right.001</object-name>
  1114. <object-name>drum-1-left.001</object-name>
  1115. <object-name>drum-2-left.001</object-name>
  1116. <object-name>drum-3-left.001</object-name>
  1117. <object-name>drum-4-left.001</object-name>
  1118. <object-name>drum-1-right.002</object-name>
  1119. <object-name>drum-2-right.002</object-name>
  1120. <object-name>drum-3-right.002</object-name>
  1121. <object-name>drum-4-right.002</object-name>
  1122. <object-name>drum-1-left.002</object-name>
  1123. <object-name>drum-2-left.002</object-name>
  1124. <object-name>drum-3-left.002</object-name>
  1125. <object-name>drum-4-left.002</object-name>
  1126. <object-name>drum-1-right.003</object-name>
  1127. <object-name>drum-2-right.003</object-name>
  1128. <object-name>drum-3-right.003</object-name>
  1129. <object-name>drum-4-right.003</object-name>
  1130. <object-name>drum-1-left.003</object-name>
  1131. <object-name>drum-2-left.003</object-name>
  1132. <object-name>drum-3-left.003</object-name>
  1133. <object-name>drum-4-left.003</object-name>
  1134. <object-name>drum-1-right.004</object-name>
  1135. <object-name>drum-2-right.004</object-name>
  1136. <object-name>drum-3-right.004</object-name>
  1137. <object-name>drum-4-right.004</object-name>
  1138. <object-name>drum-1-left.004</object-name>
  1139. <object-name>drum-2-left.004</object-name>
  1140. <object-name>drum-3-left.004</object-name>
  1141. <object-name>drum-4-left.004</object-name>
  1142. <object-name>bingo</object-name>
  1143. <object-name>10</object-name>
  1144. <object-name>20</object-name>
  1145. <object-name>30</object-name>
  1146. <object-name>40</object-name>
  1147. <object-name>50</object-name>
  1148. <object-name>60</object-name>
  1149. <object-name>70</object-name>
  1150. <object-name>80</object-name>
  1151. <object-name>90</object-name>
  1152. <object-name>100</object-name>
  1153. <object-name>110</object-name>
  1154. <object-name>120</object-name>
  1155. <object-name>130</object-name>
  1156. <object-name>140</object-name>
  1157. <object-name>150</object-name>
  1158. <type>material</type>
  1159. <emission>
  1160. <factor-prop>systems/electrical/outputs/instrument-lights-norm</factor-prop>
  1161. <red>0.5</red>
  1162. <green>0.5</green>
  1163. <blue>0.4</blue>
  1164. </emission>
  1165. </animation>
  1166. <!-- SELECTOR KNOB -->
  1167. <animation>
  1168. <type>pick</type>
  1169. <visible>true</visible>
  1170. <object-name>both</object-name>
  1171. <action>
  1172. <button>1</button>
  1173. <repeatable>false</repeatable>
  1174. <binding>
  1175. <command>property-toggle</command>
  1176. <property>sim/sound/click</property>
  1177. </binding>
  1178. <binding>
  1179. <command>property-adjust</command>
  1180. <property>instrumentation/fuelgauge/selector</property>
  1181. <step>-1</step>
  1182. <min>0</min>
  1183. <max>4</max>
  1184. <wrap>false</wrap>
  1185. </binding>
  1186. </action>
  1187. </animation>
  1188. <animation>
  1189. <type>pick</type>
  1190. <visible>true</visible>
  1191. <object-name>both</object-name>
  1192. <action>
  1193. <button>0</button>
  1194. <repeatable>false</repeatable>
  1195. <binding>
  1196. <command>property-toggle</command>
  1197. <property>sim/sound/click</property>
  1198. </binding>
  1199. <binding>
  1200. <command>property-adjust</command>
  1201. <property>instrumentation/fuelgauge/selector</property>
  1202. <step>1</step>
  1203. <min>0</min>
  1204. <max>4</max>
  1205. <wrap>false</wrap>
  1206. </binding>
  1207. </action>
  1208. </animation>
  1209. <animation>
  1210. <type>pick</type>
  1211. <visible>true</visible>
  1212. <object-name>both</object-name>
  1213. <action>
  1214. <button>4</button>
  1215. <repeatable>false</repeatable>
  1216. <binding>
  1217. <command>property-toggle</command>
  1218. <property>sim/sound/click</property>
  1219. </binding>
  1220. <binding>
  1221. <command>property-adjust</command>
  1222. <property>instrumentation/fuelgauge/selector</property>
  1223. <step>-1</step>
  1224. <min>0</min>
  1225. <max>4</max>
  1226. <wrap>false</wrap>
  1227. </binding>
  1228. </action>
  1229. </animation>
  1230. <animation>
  1231. <type>pick</type>
  1232. <visible>true</visible>
  1233. <object-name>both</object-name>
  1234. <action>
  1235. <button>3</button>
  1236. <repeatable>false</repeatable>
  1237. <binding>
  1238. <command>property-toggle</command>
  1239. <property>sim/sound/click</property>
  1240. </binding>
  1241. <binding>
  1242. <command>property-adjust</command>
  1243. <property>instrumentation/fuelgauge/selector</property>
  1244. <step>1</step>
  1245. <min>0</min>
  1246. <max>4</max>
  1247. <wrap>false</wrap>
  1248. </binding>
  1249. </action>
  1250. </animation>
  1251. <animation>
  1252. <type>rotate</type>
  1253. <object-name>both</object-name>
  1254. <property>instrumentation/fuelgauge/selector</property>
  1255. <factor>45</factor>
  1256. <center>
  1257. <x-m>0.01</x-m>
  1258. <y-m>0.000</y-m>
  1259. <z-m>-0.064</z-m>
  1260. </center>
  1261. <axis>
  1262. <x>-1</x>
  1263. <y>0</y>
  1264. <z>0</z>
  1265. </axis>
  1266. </animation>
  1267. <!-- LOD -->
  1268. <animation>
  1269. <type>range</type>
  1270. <min-m>0</min-m>
  1271. <max-m>10</max-m>
  1272. </animation>
  1273. </PropertyList>