gtx328.xml 27 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159
  1. <?xml version="1.0"?>
  2. <!-- Garmin GTX-328 Transponder -->
  3. <!-- Copyright (c) 2019 Joshua Davidson (Octal450) -->
  4. <!-- 3D and Texture by Jonathan Redpath (legoboyvdlp); modified to GTX328 by Benedikt Wolf (D-ECHO) -->
  5. <PropertyList>
  6. <path>gtx328.ac</path>
  7. <params>
  8. <button-translate>-0.001</button-translate> <!-- Button translate factor -->
  9. </params><!--
  10. <animation>
  11. <type>material</type>
  12. <object-name>GroupLighting</object-name>
  13. <emission>
  14. <red>0.1</red>
  15. <green>0.1</green>
  16. <blue>0.1</blue>
  17. <factor-prop>controls/lighting/panel-norm</factor-prop>
  18. </emission>
  19. </animation>-->
  20. <animation>
  21. <type>material</type>
  22. <object-name>Screen</object-name>
  23. <emission>
  24. <red>1.0</red>
  25. <green>1.0</green>
  26. <blue>1.0</blue>
  27. <factor-prop>instrumentation/it-gtx327/emission-factor</factor-prop>
  28. </emission>
  29. </animation>
  30. <animation>
  31. <type>select</type>
  32. <object-name>gtx328.screen.off</object-name>
  33. <condition>
  34. <not-equals>
  35. <property>instrumentation/it-gtx327/internal/display-on</property>
  36. <value>1</value>
  37. </not-equals>
  38. </condition>
  39. </animation>
  40. <animation>
  41. <type>select</type>
  42. <object-name>gtx328.screen.day</object-name>
  43. <condition>
  44. <greater-than-equals>
  45. <property>rendering/scene/diffuse/red</property>
  46. <value>0.7</value>
  47. </greater-than-equals>
  48. </condition>
  49. </animation>
  50. <animation>
  51. <type>select</type>
  52. <object-name>gtx328.screen.night</object-name>
  53. <condition>
  54. <less-than>
  55. <property>rendering/scene/diffuse/red</property>
  56. <value>0.7</value>
  57. </less-than>
  58. </condition>
  59. </animation>
  60. <!--Day/Night-->
  61. <animation>
  62. <type>textranslate</type>
  63. <object-name>SelfTest.ind</object-name>
  64. <object-name>TestFail.ind</object-name>
  65. <property>instrumentation/it-gtx327/night-textures</property>
  66. <factor>0.1240</factor>
  67. <step>1</step>
  68. <axis>
  69. <x>0</x>
  70. <y>1</y>
  71. </axis>
  72. </animation>
  73. <animation>
  74. <type>textranslate</type>
  75. <object-name>Numbers1.ind</object-name>
  76. <object-name>Numbers1Sel.ind</object-name>
  77. <object-name>Numbers2.ind</object-name>
  78. <object-name>Numbers2Sel.ind</object-name>
  79. <object-name>Numbers3.ind</object-name>
  80. <object-name>Numbers3Sel.ind</object-name>
  81. <object-name>Numbers4.ind</object-name>
  82. <object-name>Numbers4Sel.ind</object-name>
  83. <property>instrumentation/it-gtx327/night-textures</property>
  84. <factor>0.1240</factor>
  85. <step>1</step>
  86. <axis>
  87. <x>1</x>
  88. <y>0</y>
  89. </axis>
  90. </animation>
  91. <animation>
  92. <type>textranslate</type>
  93. <object-name>Dash1.ind</object-name>
  94. <object-name>Dash1Sel.ind</object-name>
  95. <object-name>Dash2.ind</object-name>
  96. <object-name>Dash2Sel.ind</object-name>
  97. <object-name>Dash3.ind</object-name>
  98. <object-name>Dash3Sel.ind</object-name>
  99. <object-name>Dash4.ind</object-name>
  100. <object-name>Dash4Sel.ind</object-name>
  101. <property>instrumentation/it-gtx327/night-textures</property>
  102. <factor>0.1735</factor>
  103. <step>1</step>
  104. <axis>
  105. <x>1</x>
  106. <y>0</y>
  107. </axis>
  108. </animation>
  109. <animation>
  110. <type>textranslate</type>
  111. <object-name>ALT.ind</object-name>
  112. <object-name>IDENT.ind</object-name>
  113. <object-name>STBY.ind</object-name>
  114. <object-name>ON.ind</object-name>
  115. <property>instrumentation/it-gtx327/night-textures</property>
  116. <factor>0.0503</factor>
  117. <step>1</step>
  118. <axis>
  119. <x>0</x>
  120. <y>1</y>
  121. </axis>
  122. </animation>
  123. <animation>
  124. <type>select</type>
  125. <object-name>gtx328.indicators</object-name>
  126. <condition>
  127. <equals>
  128. <property>instrumentation/it-gtx327/internal/display-on</property>
  129. <value>1</value>
  130. </equals>
  131. </condition>
  132. </animation>
  133. <animation>
  134. <type>select</type>
  135. <object-name>SelfTest.ind</object-name>
  136. <condition>
  137. <equals>
  138. <property>instrumentation/it-gtx327/annun/test</property>
  139. <value>1</value>
  140. </equals>
  141. </condition>
  142. </animation>
  143. <animation>
  144. <type>select</type>
  145. <object-name>TestFail.ind</object-name>
  146. <condition>
  147. <equals>
  148. <property>instrumentation/it-gtx327/annun/fail</property>
  149. <value>1</value>
  150. </equals>
  151. </condition>
  152. </animation>
  153. <animation>
  154. <type>select</type>
  155. <object-name>Dash1.ind</object-name>
  156. <object-name>Dash1Sel.ind</object-name>
  157. <object-name>Dash2.ind</object-name>
  158. <object-name>Dash2Sel.ind</object-name>
  159. <object-name>Dash3.ind</object-name>
  160. <object-name>Dash3Sel.ind</object-name>
  161. <object-name>Dash4.ind</object-name>
  162. <object-name>Dash4Sel.ind</object-name>
  163. <object-name>Numbers1.ind</object-name>
  164. <object-name>NumbersSel1.ind</object-name>
  165. <object-name>Numbers2.ind</object-name>
  166. <object-name>NumbersSel2.ind</object-name>
  167. <object-name>Numbers3.ind</object-name>
  168. <object-name>NumbersSel3.ind</object-name>
  169. <object-name>Numbers4.ind</object-name>
  170. <object-name>NumbersSel4.ind</object-name>
  171. <condition>
  172. <and>
  173. <not-equals>
  174. <property>instrumentation/it-gtx327/annun/test</property>
  175. <value>1</value>
  176. </not-equals>
  177. <not-equals>
  178. <property>instrumentation/it-gtx327/annun/fail</property>
  179. <value>1</value>
  180. </not-equals>
  181. </and>
  182. </condition>
  183. </animation>
  184. <animation>
  185. <type>select</type>
  186. <object-name>ALT.ind</object-name>
  187. <condition>
  188. <equals>
  189. <property>instrumentation/it-gtx327/annun/mode</property>
  190. <value>alt</value>
  191. </equals>
  192. </condition>
  193. </animation>
  194. <animation>
  195. <type>select</type>
  196. <object-name>IDENT.ind</object-name>
  197. <condition>
  198. <equals>
  199. <property>instrumentation/it-gtx327/annun/ident</property>
  200. <value>1</value>
  201. </equals>
  202. </condition>
  203. </animation>
  204. <animation>
  205. <type>select</type>
  206. <object-name>ON.ind</object-name>
  207. <condition>
  208. <equals>
  209. <property>instrumentation/it-gtx327/annun/mode</property>
  210. <value>on</value>
  211. </equals>
  212. </condition>
  213. </animation>
  214. <animation>
  215. <type>select</type>
  216. <object-name>STBY.ind</object-name>
  217. <condition>
  218. <equals>
  219. <property>instrumentation/it-gtx327/annun/mode</property>
  220. <value>stby</value>
  221. </equals>
  222. </condition>
  223. </animation>
  224. <animation>
  225. <type>select</type>
  226. <object-name>Dash1.ind</object-name>
  227. <condition>
  228. <and>
  229. <not-equals>
  230. <property>instrumentation/it-gtx327/annun/sel</property>
  231. <value>1</value>
  232. </not-equals>
  233. <equals>
  234. <property>instrumentation/it-gtx327/annun/code-1</property>
  235. <value>-1</value>
  236. </equals>
  237. </and>
  238. </condition>
  239. </animation>
  240. <animation>
  241. <type>select</type>
  242. <object-name>Dash2.ind</object-name>
  243. <condition>
  244. <and>
  245. <not-equals>
  246. <property>instrumentation/it-gtx327/annun/sel</property>
  247. <value>2</value>
  248. </not-equals>
  249. <equals>
  250. <property>instrumentation/it-gtx327/annun/code-2</property>
  251. <value>-1</value>
  252. </equals>
  253. </and>
  254. </condition>
  255. </animation>
  256. <animation>
  257. <type>select</type>
  258. <object-name>Dash3.ind</object-name>
  259. <condition>
  260. <and>
  261. <not-equals>
  262. <property>instrumentation/it-gtx327/annun/sel</property>
  263. <value>3</value>
  264. </not-equals>
  265. <equals>
  266. <property>instrumentation/it-gtx327/annun/code-3</property>
  267. <value>-1</value>
  268. </equals>
  269. </and>
  270. </condition>
  271. </animation>
  272. <animation>
  273. <type>select</type>
  274. <object-name>Dash4.ind</object-name>
  275. <condition>
  276. <and>
  277. <not-equals>
  278. <property>instrumentation/it-gtx327/annun/sel</property>
  279. <value>4</value>
  280. </not-equals>
  281. <equals>
  282. <property>instrumentation/it-gtx327/annun/code-4</property>
  283. <value>-1</value>
  284. </equals>
  285. </and>
  286. </condition>
  287. </animation>
  288. <animation>
  289. <type>select</type>
  290. <object-name>Dash1Sel.ind</object-name>
  291. <condition>
  292. <and>
  293. <equals>
  294. <property>instrumentation/it-gtx327/annun/sel</property>
  295. <value>1</value>
  296. </equals>
  297. <equals>
  298. <property>instrumentation/it-gtx327/annun/code-1</property>
  299. <value>-1</value>
  300. </equals>
  301. </and>
  302. </condition>
  303. </animation>
  304. <animation>
  305. <type>select</type>
  306. <object-name>Dash2Sel.ind</object-name>
  307. <condition>
  308. <and>
  309. <equals>
  310. <property>instrumentation/it-gtx327/annun/sel</property>
  311. <value>2</value>
  312. </equals>
  313. <equals>
  314. <property>instrumentation/it-gtx327/annun/code-2</property>
  315. <value>-1</value>
  316. </equals>
  317. </and>
  318. </condition>
  319. </animation>
  320. <animation>
  321. <type>select</type>
  322. <object-name>Dash3Sel.ind</object-name>
  323. <condition>
  324. <and>
  325. <equals>
  326. <property>instrumentation/it-gtx327/annun/sel</property>
  327. <value>3</value>
  328. </equals>
  329. <equals>
  330. <property>instrumentation/it-gtx327/annun/code-3</property>
  331. <value>-1</value>
  332. </equals>
  333. </and>
  334. </condition>
  335. </animation>
  336. <animation>
  337. <type>select</type>
  338. <object-name>Dash4Sel.ind</object-name>
  339. <condition>
  340. <and>
  341. <equals>
  342. <property>instrumentation/it-gtx327/annun/sel</property>
  343. <value>4</value>
  344. </equals>
  345. <equals>
  346. <property>instrumentation/it-gtx327/annun/code-4</property>
  347. <value>-1</value>
  348. </equals>
  349. </and>
  350. </condition>
  351. </animation>
  352. <animation>
  353. <type>select</type>
  354. <object-name>Numbers1.ind</object-name>
  355. <condition>
  356. <and>
  357. <not-equals>
  358. <property>instrumentation/it-gtx327/annun/sel</property>
  359. <value>1</value>
  360. </not-equals>
  361. <not-equals>
  362. <property>instrumentation/it-gtx327/annun/code-1</property>
  363. <value>-1</value>
  364. </not-equals>
  365. </and>
  366. </condition>
  367. </animation>
  368. <animation>
  369. <type>select</type>
  370. <object-name>Numbers2.ind</object-name>
  371. <condition>
  372. <and>
  373. <not-equals>
  374. <property>instrumentation/it-gtx327/annun/sel</property>
  375. <value>2</value>
  376. </not-equals>
  377. <not-equals>
  378. <property>instrumentation/it-gtx327/annun/code-2</property>
  379. <value>-1</value>
  380. </not-equals>
  381. </and>
  382. </condition>
  383. </animation>
  384. <animation>
  385. <type>select</type>
  386. <object-name>Numbers3.ind</object-name>
  387. <condition>
  388. <and>
  389. <not-equals>
  390. <property>instrumentation/it-gtx327/annun/sel</property>
  391. <value>3</value>
  392. </not-equals>
  393. <not-equals>
  394. <property>instrumentation/it-gtx327/annun/code-3</property>
  395. <value>-1</value>
  396. </not-equals>
  397. </and>
  398. </condition>
  399. </animation>
  400. <animation>
  401. <type>select</type>
  402. <object-name>Numbers4.ind</object-name>
  403. <condition>
  404. <and>
  405. <not-equals>
  406. <property>instrumentation/it-gtx327/annun/sel</property>
  407. <value>4</value>
  408. </not-equals>
  409. <not-equals>
  410. <property>instrumentation/it-gtx327/annun/code-4</property>
  411. <value>-1</value>
  412. </not-equals>
  413. </and>
  414. </condition>
  415. </animation>
  416. <animation>
  417. <type>select</type>
  418. <object-name>Numbers1Sel.ind</object-name>
  419. <condition>
  420. <and>
  421. <equals>
  422. <property>instrumentation/it-gtx327/annun/sel</property>
  423. <value>1</value>
  424. </equals>
  425. <not-equals>
  426. <property>instrumentation/it-gtx327/annun/code-1</property>
  427. <value>-1</value>
  428. </not-equals>
  429. </and>
  430. </condition>
  431. </animation>
  432. <animation>
  433. <type>select</type>
  434. <object-name>Numbers2Sel.ind</object-name>
  435. <condition>
  436. <and>
  437. <equals>
  438. <property>instrumentation/it-gtx327/annun/sel</property>
  439. <value>2</value>
  440. </equals>
  441. <not-equals>
  442. <property>instrumentation/it-gtx327/annun/code-2</property>
  443. <value>-1</value>
  444. </not-equals>
  445. </and>
  446. </condition>
  447. </animation>
  448. <animation>
  449. <type>select</type>
  450. <object-name>Numbers3Sel.ind</object-name>
  451. <condition>
  452. <and>
  453. <equals>
  454. <property>instrumentation/it-gtx327/annun/sel</property>
  455. <value>3</value>
  456. </equals>
  457. <not-equals>
  458. <property>instrumentation/it-gtx327/annun/code-3</property>
  459. <value>-1</value>
  460. </not-equals>
  461. </and>
  462. </condition>
  463. </animation>
  464. <animation>
  465. <type>select</type>
  466. <object-name>Numbers4Sel.ind</object-name>
  467. <condition>
  468. <and>
  469. <equals>
  470. <property>instrumentation/it-gtx327/annun/sel</property>
  471. <value>4</value>
  472. </equals>
  473. <not-equals>
  474. <property>instrumentation/it-gtx327/annun/code-4</property>
  475. <value>-1</value>
  476. </not-equals>
  477. </and>
  478. </condition>
  479. </animation>
  480. <animation>
  481. <type>textranslate</type>
  482. <object-name>Numbers1.ind</object-name>
  483. <object-name>Numbers1Sel.ind</object-name>
  484. <property>instrumentation/it-gtx327/annun/code-1</property>
  485. <factor>0.0729</factor>
  486. <step>1</step>
  487. <axis>
  488. <x>0</x>
  489. <y>1</y>
  490. </axis>
  491. </animation>
  492. <animation>
  493. <type>textranslate</type>
  494. <object-name>Numbers2.ind</object-name>
  495. <object-name>Numbers2Sel.ind</object-name>
  496. <property>instrumentation/it-gtx327/annun/code-2</property>
  497. <factor>0.0729</factor>
  498. <step>1</step>
  499. <axis>
  500. <x>0</x>
  501. <y>1</y>
  502. </axis>
  503. </animation>
  504. <animation>
  505. <type>textranslate</type>
  506. <object-name>Numbers3.ind</object-name>
  507. <object-name>Numbers3Sel.ind</object-name>
  508. <property>instrumentation/it-gtx327/annun/code-3</property>
  509. <factor>0.0729</factor>
  510. <step>1</step>
  511. <axis>
  512. <x>0</x>
  513. <y>1</y>
  514. </axis>
  515. </animation>
  516. <animation>
  517. <type>textranslate</type>
  518. <object-name>Numbers4.ind</object-name>
  519. <object-name>Numbers4Sel.ind</object-name>
  520. <property>instrumentation/it-gtx327/annun/code-4</property>
  521. <factor>0.0729</factor>
  522. <step>1</step>
  523. <axis>
  524. <x>0</x>
  525. <y>1</y>
  526. </axis>
  527. </animation>
  528. <animation>
  529. <type>pick</type>
  530. <object-name>gtx328.btn.off</object-name>
  531. <action>
  532. <button>0</button>
  533. <repeatable>false</repeatable>
  534. <binding>
  535. <command>property-assign</command>
  536. <property>instrumentation/it-gtx327/input/off-button</property>
  537. <value>1</value>
  538. </binding>
  539. <mod-up>
  540. <binding>
  541. <command>property-assign</command>
  542. <property>instrumentation/it-gtx327/input/off-button</property>
  543. <value>0</value>
  544. </binding>
  545. <binding>
  546. <command>nasal</command>
  547. <script>gtx328.button.OFF();</script>
  548. </binding>
  549. </mod-up>
  550. </action>
  551. </animation>
  552. <animation>
  553. <type>translate</type>
  554. <object-name>gtx328.btn.off</object-name>
  555. <property>instrumentation/it-gtx327/input/off-button</property>
  556. <factor alias="../../params/button-translate"/>
  557. <axis>
  558. <x>1</x>
  559. <y>0</y>
  560. <z>0</z>
  561. </axis>
  562. </animation>
  563. <animation>
  564. <type>pick</type>
  565. <object-name>gtx328.btn.stby</object-name>
  566. <action>
  567. <button>0</button>
  568. <repeatable>false</repeatable>
  569. <binding>
  570. <command>property-assign</command>
  571. <property>instrumentation/it-gtx327/input/stby-button</property>
  572. <value>1</value>
  573. </binding>
  574. <mod-up>
  575. <binding>
  576. <command>property-assign</command>
  577. <property>instrumentation/it-gtx327/input/stby-button</property>
  578. <value>0</value>
  579. </binding>
  580. <binding>
  581. <command>nasal</command>
  582. <script>gtx328.button.STBY();</script>
  583. </binding>
  584. </mod-up>
  585. </action>
  586. </animation>
  587. <animation>
  588. <type>translate</type>
  589. <object-name>gtx328.btn.stby</object-name>
  590. <property>instrumentation/it-gtx327/input/stby-button</property>
  591. <factor alias="../../params/button-translate"/>
  592. <axis>
  593. <x>1</x>
  594. <y>0</y>
  595. <z>0</z>
  596. </axis>
  597. </animation>
  598. <animation>
  599. <type>pick</type>
  600. <object-name>gtx328.btn.on</object-name>
  601. <action>
  602. <button>0</button>
  603. <repeatable>false</repeatable>
  604. <binding>
  605. <command>property-assign</command>
  606. <property>instrumentation/it-gtx327/input/on-button</property>
  607. <value>1</value>
  608. </binding>
  609. <mod-up>
  610. <binding>
  611. <command>property-assign</command>
  612. <property>instrumentation/it-gtx327/input/on-button</property>
  613. <value>0</value>
  614. </binding>
  615. <binding>
  616. <command>nasal</command>
  617. <script>gtx328.button.ON();</script>
  618. </binding>
  619. </mod-up>
  620. </action>
  621. </animation>
  622. <animation>
  623. <type>translate</type>
  624. <object-name>gtx328.btn.on</object-name>
  625. <property>instrumentation/it-gtx327/input/on-button</property>
  626. <factor alias="../../params/button-translate"/>
  627. <axis>
  628. <x>1</x>
  629. <y>0</y>
  630. <z>0</z>
  631. </axis>
  632. </animation>
  633. <animation>
  634. <type>pick</type>
  635. <object-name>gtx328.btn.alt</object-name>
  636. <action>
  637. <button>0</button>
  638. <repeatable>false</repeatable>
  639. <binding>
  640. <command>property-assign</command>
  641. <property>instrumentation/it-gtx327/input/alt-button</property>
  642. <value>1</value>
  643. </binding>
  644. <mod-up>
  645. <binding>
  646. <command>property-assign</command>
  647. <property>instrumentation/it-gtx327/input/alt-button</property>
  648. <value>0</value>
  649. </binding>
  650. <binding>
  651. <command>nasal</command>
  652. <script>gtx328.button.ALT();</script>
  653. </binding>
  654. </mod-up>
  655. </action>
  656. </animation>
  657. <animation>
  658. <type>translate</type>
  659. <object-name>gtx328.btn.alt</object-name>
  660. <property>instrumentation/it-gtx327/input/alt-button</property>
  661. <factor alias="../../params/button-translate"/>
  662. <axis>
  663. <x>1</x>
  664. <y>0</y>
  665. <z>0</z>
  666. </axis>
  667. </animation>
  668. <animation>
  669. <type>pick</type>
  670. <object-name>gtx328.btn.ident</object-name>
  671. <action>
  672. <button>0</button>
  673. <repeatable>false</repeatable>
  674. <binding>
  675. <command>property-assign</command>
  676. <property>instrumentation/it-gtx327/input/ident-button</property>
  677. <value>1</value>
  678. </binding>
  679. <mod-up>
  680. <binding>
  681. <command>property-assign</command>
  682. <property>instrumentation/it-gtx327/input/ident-button</property>
  683. <value>0</value>
  684. </binding>
  685. <binding>
  686. <command>nasal</command>
  687. <script>gtx328.button.IDENT();</script>
  688. </binding>
  689. </mod-up>
  690. </action>
  691. </animation>
  692. <animation>
  693. <type>translate</type>
  694. <object-name>gtx328.btn.ident</object-name>
  695. <property>instrumentation/it-gtx327/input/ident-button</property>
  696. <factor alias="../../params/button-translate"/>
  697. <axis>
  698. <x>1</x>
  699. <y>0</y>
  700. <z>0</z>
  701. </axis>
  702. </animation>
  703. <animation>
  704. <type>pick</type>
  705. <object-name>gtx328.btn.vfr</object-name>
  706. <action>
  707. <button>0</button>
  708. <repeatable>false</repeatable>
  709. <binding>
  710. <command>property-assign</command>
  711. <property>instrumentation/it-gtx327/input/vfr-button</property>
  712. <value>1</value>
  713. </binding>
  714. <mod-up>
  715. <binding>
  716. <command>property-assign</command>
  717. <property>instrumentation/it-gtx327/input/vfr-button</property>
  718. <value>0</value>
  719. </binding>
  720. <binding>
  721. <command>nasal</command>
  722. <script>gtx328.button.VFR();</script>
  723. </binding>
  724. </mod-up>
  725. </action>
  726. </animation>
  727. <animation>
  728. <type>translate</type>
  729. <object-name>gtx328.btn.vfr</object-name>
  730. <property>instrumentation/it-gtx327/input/vfr-button</property>
  731. <factor alias="../../params/button-translate"/>
  732. <axis>
  733. <x>1</x>
  734. <y>0</y>
  735. <z>0</z>
  736. </axis>
  737. </animation>
  738. <animation>
  739. <type>pick</type>
  740. <object-name>gtx328.btn.0</object-name>
  741. <action>
  742. <button>0</button>
  743. <repeatable>false</repeatable>
  744. <binding>
  745. <command>property-assign</command>
  746. <property>instrumentation/it-gtx327/input/btn0-button</property>
  747. <value>1</value>
  748. </binding>
  749. <mod-up>
  750. <binding>
  751. <command>property-assign</command>
  752. <property>instrumentation/it-gtx327/input/btn0-button</property>
  753. <value>0</value>
  754. </binding>
  755. <binding>
  756. <command>nasal</command>
  757. <script>gtx328.button.Number(0);</script>
  758. </binding>
  759. </mod-up>
  760. </action>
  761. </animation>
  762. <animation>
  763. <type>translate</type>
  764. <object-name>gtx328.btn.0</object-name>
  765. <property>instrumentation/it-gtx327/input/btn0-button</property>
  766. <factor alias="../../params/button-translate"/>
  767. <axis>
  768. <x>1</x>
  769. <y>0</y>
  770. <z>0</z>
  771. </axis>
  772. </animation>
  773. <animation>
  774. <type>pick</type>
  775. <object-name>gtx328.btn.1</object-name>
  776. <action>
  777. <button>0</button>
  778. <repeatable>false</repeatable>
  779. <binding>
  780. <command>property-assign</command>
  781. <property>instrumentation/it-gtx327/input/btn1-button</property>
  782. <value>1</value>
  783. </binding>
  784. <mod-up>
  785. <binding>
  786. <command>property-assign</command>
  787. <property>instrumentation/it-gtx327/input/btn1-button</property>
  788. <value>0</value>
  789. </binding>
  790. <binding>
  791. <command>nasal</command>
  792. <script>gtx328.button.Number(1);</script>
  793. </binding>
  794. </mod-up>
  795. </action>
  796. </animation>
  797. <animation>
  798. <type>translate</type>
  799. <object-name>gtx328.btn.1</object-name>
  800. <property>instrumentation/it-gtx327/input/btn1-button</property>
  801. <factor alias="../../params/button-translate"/>
  802. <axis>
  803. <x>1</x>
  804. <y>0</y>
  805. <z>0</z>
  806. </axis>
  807. </animation>
  808. <animation>
  809. <type>pick</type>
  810. <object-name>gtx328.btn.2</object-name>
  811. <action>
  812. <button>0</button>
  813. <repeatable>false</repeatable>
  814. <binding>
  815. <command>property-assign</command>
  816. <property>instrumentation/it-gtx327/input/btn2-button</property>
  817. <value>1</value>
  818. </binding>
  819. <mod-up>
  820. <binding>
  821. <command>property-assign</command>
  822. <property>instrumentation/it-gtx327/input/btn2-button</property>
  823. <value>0</value>
  824. </binding>
  825. <binding>
  826. <command>nasal</command>
  827. <script>gtx328.button.Number(2);</script>
  828. </binding>
  829. </mod-up>
  830. </action>
  831. </animation>
  832. <animation>
  833. <type>translate</type>
  834. <object-name>gtx328.btn.2</object-name>
  835. <property>instrumentation/it-gtx327/input/btn2-button</property>
  836. <factor alias="../../params/button-translate"/>
  837. <axis>
  838. <x>1</x>
  839. <y>0</y>
  840. <z>0</z>
  841. </axis>
  842. </animation>
  843. <animation>
  844. <type>pick</type>
  845. <object-name>gtx328.btn.3</object-name>
  846. <action>
  847. <button>0</button>
  848. <repeatable>false</repeatable>
  849. <binding>
  850. <command>property-assign</command>
  851. <property>instrumentation/it-gtx327/input/btn3-button</property>
  852. <value>1</value>
  853. </binding>
  854. <mod-up>
  855. <binding>
  856. <command>property-assign</command>
  857. <property>instrumentation/it-gtx327/input/btn3-button</property>
  858. <value>0</value>
  859. </binding>
  860. <binding>
  861. <command>nasal</command>
  862. <script>gtx328.button.Number(3);</script>
  863. </binding>
  864. </mod-up>
  865. </action>
  866. </animation>
  867. <animation>
  868. <type>translate</type>
  869. <object-name>gtx328.btn.3</object-name>
  870. <property>instrumentation/it-gtx327/input/btn3-button</property>
  871. <factor alias="../../params/button-translate"/>
  872. <axis>
  873. <x>1</x>
  874. <y>0</y>
  875. <z>0</z>
  876. </axis>
  877. </animation>
  878. <animation>
  879. <type>pick</type>
  880. <object-name>gtx328.btn.4</object-name>
  881. <action>
  882. <button>0</button>
  883. <repeatable>false</repeatable>
  884. <binding>
  885. <command>property-assign</command>
  886. <property>instrumentation/it-gtx327/input/btn4-button</property>
  887. <value>1</value>
  888. </binding>
  889. <mod-up>
  890. <binding>
  891. <command>property-assign</command>
  892. <property>instrumentation/it-gtx327/input/btn4-button</property>
  893. <value>0</value>
  894. </binding>
  895. <binding>
  896. <command>nasal</command>
  897. <script>gtx328.button.Number(4);</script>
  898. </binding>
  899. </mod-up>
  900. </action>
  901. </animation>
  902. <animation>
  903. <type>translate</type>
  904. <object-name>gtx328.btn.4</object-name>
  905. <property>instrumentation/it-gtx327/input/btn4-button</property>
  906. <factor alias="../../params/button-translate"/>
  907. <axis>
  908. <x>1</x>
  909. <y>0</y>
  910. <z>0</z>
  911. </axis>
  912. </animation>
  913. <animation>
  914. <type>pick</type>
  915. <object-name>gtx328.btn.5</object-name>
  916. <action>
  917. <button>0</button>
  918. <repeatable>false</repeatable>
  919. <binding>
  920. <command>property-assign</command>
  921. <property>instrumentation/it-gtx327/input/btn5-button</property>
  922. <value>1</value>
  923. </binding>
  924. <mod-up>
  925. <binding>
  926. <command>property-assign</command>
  927. <property>instrumentation/it-gtx327/input/btn5-button</property>
  928. <value>0</value>
  929. </binding>
  930. <binding>
  931. <command>nasal</command>
  932. <script>gtx328.button.Number(5);</script>
  933. </binding>
  934. </mod-up>
  935. </action>
  936. </animation>
  937. <animation>
  938. <type>translate</type>
  939. <object-name>gtx328.btn.5</object-name>
  940. <property>instrumentation/it-gtx327/input/btn5-button</property>
  941. <factor alias="../../params/button-translate"/>
  942. <axis>
  943. <x>1</x>
  944. <y>0</y>
  945. <z>0</z>
  946. </axis>
  947. </animation>
  948. <animation>
  949. <type>pick</type>
  950. <object-name>gtx328.btn.6</object-name>
  951. <action>
  952. <button>0</button>
  953. <repeatable>false</repeatable>
  954. <binding>
  955. <command>property-assign</command>
  956. <property>instrumentation/it-gtx327/input/btn6-button</property>
  957. <value>1</value>
  958. </binding>
  959. <mod-up>
  960. <binding>
  961. <command>property-assign</command>
  962. <property>instrumentation/it-gtx327/input/btn6-button</property>
  963. <value>0</value>
  964. </binding>
  965. <binding>
  966. <command>nasal</command>
  967. <script>gtx328.button.Number(6);</script>
  968. </binding>
  969. </mod-up>
  970. </action>
  971. </animation>
  972. <animation>
  973. <type>translate</type>
  974. <object-name>gtx328.btn.6</object-name>
  975. <property>instrumentation/it-gtx327/input/btn6-button</property>
  976. <factor alias="../../params/button-translate"/>
  977. <axis>
  978. <x>1</x>
  979. <y>0</y>
  980. <z>0</z>
  981. </axis>
  982. </animation>
  983. <animation>
  984. <type>pick</type>
  985. <object-name>gtx328.btn.7</object-name>
  986. <action>
  987. <button>0</button>
  988. <repeatable>false</repeatable>
  989. <binding>
  990. <command>property-assign</command>
  991. <property>instrumentation/it-gtx327/input/btn7-button</property>
  992. <value>1</value>
  993. </binding>
  994. <mod-up>
  995. <binding>
  996. <command>property-assign</command>
  997. <property>instrumentation/it-gtx327/input/btn7-button</property>
  998. <value>0</value>
  999. </binding>
  1000. <binding>
  1001. <command>nasal</command>
  1002. <script>gtx328.button.Number(7);</script>
  1003. </binding>
  1004. </mod-up>
  1005. </action>
  1006. </animation>
  1007. <animation>
  1008. <type>translate</type>
  1009. <object-name>gtx328.btn.7</object-name>
  1010. <property>instrumentation/it-gtx327/input/btn7-button</property>
  1011. <factor alias="../../params/button-translate"/>
  1012. <axis>
  1013. <x>1</x>
  1014. <y>0</y>
  1015. <z>0</z>
  1016. </axis>
  1017. </animation>
  1018. <animation>
  1019. <type>pick</type>
  1020. <object-name>gtx328.btn.clr</object-name>
  1021. <action>
  1022. <button>0</button>
  1023. <repeatable>false</repeatable>
  1024. <binding>
  1025. <command>property-assign</command>
  1026. <property>instrumentation/it-gtx327/input/clr-button</property>
  1027. <value>1</value>
  1028. </binding>
  1029. <mod-up>
  1030. <binding>
  1031. <command>property-assign</command>
  1032. <property>instrumentation/it-gtx327/input/clr-button</property>
  1033. <value>0</value>
  1034. </binding>
  1035. <binding>
  1036. <command>nasal</command>
  1037. <script>gtx328.button.CLR();</script>
  1038. </binding>
  1039. </mod-up>
  1040. </action>
  1041. </animation>
  1042. <animation>
  1043. <type>translate</type>
  1044. <object-name>gtx328.btn.clr</object-name>
  1045. <property>instrumentation/it-gtx327/input/clr-button</property>
  1046. <factor alias="../../params/button-translate"/>
  1047. <axis>
  1048. <x>1</x>
  1049. <y>0</y>
  1050. <z>0</z>
  1051. </axis>
  1052. </animation>
  1053. <animation>
  1054. <type>pick</type>
  1055. <object-name>gtx328.btn.crsr</object-name>
  1056. <action>
  1057. <button>0</button>
  1058. <repeatable>false</repeatable>
  1059. <binding>
  1060. <command>property-assign</command>
  1061. <property>instrumentation/it-gtx327/input/crsr-button</property>
  1062. <value>1</value>
  1063. </binding>
  1064. <mod-up>
  1065. <binding>
  1066. <command>property-assign</command>
  1067. <property>instrumentation/it-gtx327/input/crsr-button</property>
  1068. <value>0</value>
  1069. </binding>
  1070. <binding>
  1071. <command>nasal</command>
  1072. <script>gtx328.button.CRSR();</script>
  1073. </binding>
  1074. </mod-up>
  1075. </action>
  1076. </animation>
  1077. <animation>
  1078. <type>translate</type>
  1079. <object-name>gtx328.btn.crsr</object-name>
  1080. <property>instrumentation/it-gtx327/input/crsr-button</property>
  1081. <factor alias="../../params/button-translate"/>
  1082. <axis>
  1083. <x>1</x>
  1084. <y>0</y>
  1085. <z>0</z>
  1086. </axis>
  1087. </animation>
  1088. </PropertyList>