Advertisement
Guest User

MobiFlight Event Module SimConnect Event IDs

a guest
Dec 13th, 2020
14,961
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.92 KB | None | 0 0
  1. // Thanks a LOT to DocMoebiuz of MobiFlight! He developed an awesome Wasm Module that makes a lot of things accessible to us that we've waited for months for.
  2.  
  3. // To use it:
  4. // 1. Download MobiFlight
  5. // 2. Go to Settings and enable the beta
  6. // 3. Go to Help, check for updataes
  7. // 4. After the update, go to the MobiFlight folder (where MFConnector.exe is located)
  8. // 5. Go inside the MSFS2020-module folder and copy the mobiflight-event-module folder to your community packages.
  9. // 6. (Re)start MSFS. Now you can input the SimConnect events below to control your systems!
  10. // For example, you can use this with X-Touch-Mini-FS2020 ( https://github.com/maartentamboer/X-Touch-Mini-FS2020 ) to control MFD Map Zoom on the Longitude:
  11. // {
  12. // "index": 6,
  13. // "event_up": { "event": "MobiFlight.AS3000_TSC_Vertical_BottomKnob_Small_INC", "type": "manual", "value": 1 },
  14. // "event_down": { "event": "MobiFlight.AS3000_TSC_Vertical_BottomKnob_Small_DEC", "type": "manual", "value": 1 },
  15. // "event_press": { "event": "MobiFlight.AS3000_TSC_Vertical_BottomKnob_Push", "type": "manual", "value": 1 }
  16. // },
  17.  
  18.  
  19. // Last Updated on 2020-12-13
  20. // For mobiflight-event-module 0.1.0 (From MobiFlight Beta 7.10.0.13)
  21. // with StandaloneModule.wasm MD5: e9346e2ea86ecc7030cbd41faadef2e3
  22.  
  23. // This is a list of all SimConnect Event IDs supported by this version of the mobiflight-event-module
  24.  
  25. // G1000 PFD
  26. MobiFlight.AS1000_PFD_VOL_1_INC
  27. MobiFlight.AS1000_PFD_VOL_1_DEC
  28. MobiFlight.AS1000_PFD_VOL_2_INC
  29. MobiFlight.AS1000_PFD_VOL_2_DEC
  30. MobiFlight.AS1000_PFD_NAV_Switch
  31. MobiFlight.AS1000_PFD_NAV_Large_INC
  32. MobiFlight.AS1000_PFD_NAV_Large_DEC
  33. MobiFlight.AS1000_PFD_NAV_Small_INC
  34. MobiFlight.AS1000_PFD_NAV_Small_DEC
  35. MobiFlight.AS1000_PFD_NAV_Push
  36. MobiFlight.AS1000_PFD_COM_Switch_Long
  37. MobiFlight.AS1000_PFD_COM_Switch
  38. MobiFlight.AS1000_PFD_COM_Large_INC
  39. MobiFlight.AS1000_PFD_COM_Large_DEC
  40. MobiFlight.AS1000_PFD_COM_Small_INC
  41. MobiFlight.AS1000_PFD_COM_Small_DEC
  42. MobiFlight.AS1000_PFD_COM_Push
  43. MobiFlight.AS1000_PFD_BARO_INC
  44. MobiFlight.AS1000_PFD_BARO_DEC
  45. MobiFlight.AS1000_PFD_CRS_INC
  46. MobiFlight.AS1000_PFD_CRS_DEC
  47. MobiFlight.AS1000_PFD_CRS_PUSH
  48. MobiFlight.AS1000_PFD_SOFTKEYS_1
  49. MobiFlight.AS1000_PFD_SOFTKEYS_2
  50. MobiFlight.AS1000_PFD_SOFTKEYS_3
  51. MobiFlight.AS1000_PFD_SOFTKEYS_4
  52. MobiFlight.AS1000_PFD_SOFTKEYS_5
  53. MobiFlight.AS1000_PFD_SOFTKEYS_6
  54. MobiFlight.AS1000_PFD_SOFTKEYS_7
  55. MobiFlight.AS1000_PFD_SOFTKEYS_8
  56. MobiFlight.AS1000_PFD_SOFTKEYS_9
  57. MobiFlight.AS1000_PFD_SOFTKEYS_10
  58. MobiFlight.AS1000_PFD_SOFTKEYS_11
  59. MobiFlight.AS1000_PFD_SOFTKEYS_12
  60. MobiFlight.AS1000_PFD_DIRECTTO
  61. MobiFlight.AS1000_PFD_ENT_Push
  62. MobiFlight.AS1000_PFD_CLR_Long
  63. MobiFlight.AS1000_PFD_CLR
  64. MobiFlight.AS1000_PFD_MENU_Push
  65. MobiFlight.AS1000_PFD_FPL_Push
  66. MobiFlight.AS1000_PFD_PROC_Push
  67. MobiFlight.AS1000_PFD_FMS_Upper_INC
  68. MobiFlight.AS1000_PFD_FMS_Upper_DEC
  69. MobiFlight.AS1000_PFD_FMS_Upper_PUSH
  70. MobiFlight.AS1000_PFD_FMS_Lower_INC
  71. MobiFlight.AS1000_PFD_FMS_Lower_DEC
  72. MobiFlight.AS1000_PFD_RANGE_INC
  73. MobiFlight.AS1000_PFD_RANGE_DEC
  74. MobiFlight.AS1000_PFD_JOYSTICK_PUSH
  75. MobiFlight.AS1000_PFD_ActivateMapCursor
  76. MobiFlight.AS1000_PFD_DeactivateMapCursor
  77. MobiFlight.AS1000_PFD_JOYSTICK_RIGHT
  78. MobiFlight.AS1000_PFD_JOYSTICK_LEFT
  79. MobiFlight.AS1000_PFD_JOYSTICK_UP
  80. MobiFlight.AS1000_PFD_JOYSTICK_DOWN
  81.  
  82. // G1000 MFD
  83. MobiFlight.AS1000_MFD_VOL_1_INC
  84. MobiFlight.AS1000_MFD_VOL_1_DEC
  85. MobiFlight.AS1000_MFD_VOL_2_INC
  86. MobiFlight.AS1000_MFD_VOL_2_DEC
  87. MobiFlight.AS1000_MFD_NAV_Switch
  88. MobiFlight.AS1000_MFD_NAV_Large_INC
  89. MobiFlight.AS1000_MFD_NAV_Large_DEC
  90. MobiFlight.AS1000_MFD_NAV_Small_INC
  91. MobiFlight.AS1000_MFD_NAV_Small_DEC
  92. MobiFlight.AS1000_MFD_NAV_Push
  93. MobiFlight.AS1000_MFD_COM_Switch_Long
  94. MobiFlight.AS1000_MFD_COM_Switch
  95. MobiFlight.AS1000_MFD_COM_Large_INC
  96. MobiFlight.AS1000_MFD_COM_Large_DEC
  97. MobiFlight.AS1000_MFD_COM_Small_INC
  98. MobiFlight.AS1000_MFD_COM_Small_DEC
  99. MobiFlight.AS1000_MFD_COM_Push
  100. MobiFlight.AS1000_MFD_BARO_INC
  101. MobiFlight.AS1000_MFD_BARO_DEC
  102. MobiFlight.AS1000_MFD_CRS_INC
  103. MobiFlight.AS1000_MFD_CRS_DEC
  104. MobiFlight.AS1000_MFD_CRS_PUSH
  105. MobiFlight.AS1000_MFD_SOFTKEYS_1
  106. MobiFlight.AS1000_MFD_SOFTKEYS_2
  107. MobiFlight.AS1000_MFD_SOFTKEYS_3
  108. MobiFlight.AS1000_MFD_SOFTKEYS_4
  109. MobiFlight.AS1000_MFD_SOFTKEYS_5
  110. MobiFlight.AS1000_MFD_SOFTKEYS_6
  111. MobiFlight.AS1000_MFD_SOFTKEYS_7
  112. MobiFlight.AS1000_MFD_SOFTKEYS_8
  113. MobiFlight.AS1000_MFD_SOFTKEYS_9
  114. MobiFlight.AS1000_MFD_SOFTKEYS_10
  115. MobiFlight.AS1000_MFD_SOFTKEYS_11
  116. MobiFlight.AS1000_MFD_SOFTKEYS_12
  117. MobiFlight.AS1000_MFD_DIRECTTO
  118. MobiFlight.AS1000_MFD_ENT_Push
  119. MobiFlight.AS1000_MFD_CLR_Long
  120. MobiFlight.AS1000_MFD_CLR
  121. MobiFlight.AS1000_MFD_MENU_Push
  122. MobiFlight.AS1000_MFD_FPL_Push
  123. MobiFlight.AS1000_MFD_PROC_Push
  124. MobiFlight.AS1000_MFD_FMS_Upper_INC
  125. MobiFlight.AS1000_MFD_FMS_Upper_DEC
  126. MobiFlight.AS1000_MFD_FMS_Upper_PUSH
  127. MobiFlight.AS1000_MFD_FMS_Lower_INC
  128. MobiFlight.AS1000_MFD_FMS_Lower_DEC
  129. MobiFlight.AS1000_MFD_RANGE_INC
  130. MobiFlight.AS1000_MFD_RANGE_DEC
  131. MobiFlight.AS1000_MFD_JOYSTICK_PUSH
  132. MobiFlight.AS1000_MFD_ActivateMapCursor
  133. MobiFlight.AS1000_MFD_DeactivateMapCursor
  134. MobiFlight.AS1000_MFD_JOYSTICK_RIGHT
  135. MobiFlight.AS1000_MFD_JOYSTICK_LEFT
  136. MobiFlight.AS1000_MFD_JOYSTICK_UP
  137. MobiFlight.AS1000_MFD_JOYSTICK_DOWN
  138.  
  139. // G1000 MID
  140. MobiFlight.AS1000_MID_COM_1_Push
  141. MobiFlight.AS1000_MID_COM_2_Push
  142. MobiFlight.AS1000_MID_COM_3_Push
  143. MobiFlight.AS1000_MID_COM_Mic_1_Push
  144. MobiFlight.AS1000_MID_COM_Mic_2_Push
  145. MobiFlight.AS1000_MID_COM_Mic_3_Push
  146. MobiFlight.AS1000_MID_COM_Swap_1_2_Push
  147. MobiFlight.AS1000_MID_TEL_Push
  148. MobiFlight.AS1000_MID_PA_Push
  149. MobiFlight.AS1000_MID_SPKR_Push
  150. MobiFlight.AS1000_MID_MKR_Mute_Push
  151. MobiFlight.AS1000_MID_HI_SENS_Push
  152. MobiFlight.AS1000_MID_DME_Push
  153. MobiFlight.AS1000_MID_NAV_1_Push
  154. MobiFlight.AS1000_MID_NAV_2_Push
  155. MobiFlight.AS1000_MID_ADF_Push
  156. MobiFlight.AS1000_MID_AUX_Push
  157. MobiFlight.AS1000_MID_MAN_SQ_Push
  158. MobiFlight.AS1000_MID_Play_Push
  159. MobiFlight.AS1000_MID_Isolate_Pilot_Push
  160. MobiFlight.AS1000_MID_Isolate_Copilot_Push
  161. MobiFlight.AS1000_MID_Pass_Copilot_INC
  162. MobiFlight.AS1000_MID_Pass_Copilot_DEC
  163. MobiFlight.AS1000_MID_Display_Backup_Push
  164.  
  165. // G3000 PFD
  166. MobiFlight.AS3000_PFD_SOFTKEYS_1
  167. MobiFlight.AS3000_PFD_SOFTKEYS_2
  168. MobiFlight.AS3000_PFD_SOFTKEYS_3
  169. MobiFlight.AS3000_PFD_SOFTKEYS_4
  170. MobiFlight.AS3000_PFD_SOFTKEYS_5
  171. MobiFlight.AS3000_PFD_SOFTKEYS_6
  172. MobiFlight.AS3000_PFD_SOFTKEYS_7
  173. MobiFlight.AS3000_PFD_SOFTKEYS_8
  174. MobiFlight.AS3000_PFD_SOFTKEYS_9
  175. MobiFlight.AS3000_PFD_SOFTKEYS_10
  176. MobiFlight.AS3000_PFD_SOFTKEYS_11
  177. MobiFlight.AS3000_PFD_SOFTKEYS_12
  178.  
  179. // G3000 PFD Top Panel
  180. MobiFlight.AS3000_PFD_BottomKnob_Small_INC
  181. MobiFlight.AS3000_PFD_BottomKnob_Small_DEC
  182. MobiFlight.AS3000_PFD_BottomKnob_Push_Long
  183. MobiFlight.AS3000_PFD_BottomKnob_Push
  184. MobiFlight.AS3000_PFD_BottomKnob_Large_INC
  185. MobiFlight.AS3000_PFD_BottomKnob_Large_DEC
  186. MobiFlight.AS3000_PFD_TopKnob_Large_INC
  187. MobiFlight.AS3000_PFD_TopKnob_Large_DEC
  188. MobiFlight.AS3000_PFD_TopKnob_Small_INC
  189. MobiFlight.AS3000_PFD_TopKnob_Small_DEC
  190.  
  191. // G3000 MFD
  192. MobiFlight.AS3000_MFD_SOFTKEYS_1
  193. MobiFlight.AS3000_MFD_SOFTKEYS_2
  194. MobiFlight.AS3000_MFD_SOFTKEYS_3
  195. MobiFlight.AS3000_MFD_SOFTKEYS_4
  196. MobiFlight.AS3000_MFD_SOFTKEYS_5
  197. MobiFlight.AS3000_MFD_SOFTKEYS_6
  198. MobiFlight.AS3000_MFD_SOFTKEYS_7
  199. MobiFlight.AS3000_MFD_SOFTKEYS_8
  200. MobiFlight.AS3000_MFD_SOFTKEYS_9
  201. MobiFlight.AS3000_MFD_SOFTKEYS_10
  202. MobiFlight.AS3000_MFD_SOFTKEYS_11
  203. MobiFlight.AS3000_MFD_SOFTKEYS_12
  204.  
  205. // GTX 580 TBM
  206. MobiFlight.AS3000_TSC_Horizontal_SoftKey_1
  207. MobiFlight.AS3000_TSC_Horizontal_SoftKey_2
  208. MobiFlight.AS3000_TSC_Horizontal_SoftKey_3
  209. MobiFlight.AS3000_TSC_Horizontal_TopKnob_Large_INC
  210. MobiFlight.AS3000_TSC_Horizontal_TopKnob_Large_DEC
  211. MobiFlight.AS3000_TSC_Horizontal_TopKnob_Small_INC
  212. MobiFlight.AS3000_TSC_Horizontal_TopKnob_Small_DEC
  213. MobiFlight.AS3000_TSC_Horizontal_TopKnob_Push_Long
  214. MobiFlight.AS3000_TSC_Horizontal_TopKnob_Push
  215. MobiFlight.AS3000_TSC_Horizontal_BottomKnob_Small_INC
  216. MobiFlight.AS3000_TSC_Horizontal_BottomKnob_Small_DEC
  217. MobiFlight.AS3000_TSC_Horizontal_BottomKnob_Push
  218.  
  219. // GTX 580 Longitude
  220. MobiFlight.AS3000_TSC_Vertical_BottomKnob_Small_INC
  221. MobiFlight.AS3000_TSC_Vertical_BottomKnob_Small_DEC
  222. MobiFlight.AS3000_TSC_Vertical_BottomKnob_Push_Long
  223. MobiFlight.AS3000_TSC_Vertical_BottomKnob_Push
  224. MobiFlight.AS3000_TSC_Vertical_BottomKnob_Large_INC
  225. MobiFlight.AS3000_TSC_Vertical_BottomKnob_Large_DEC
  226. MobiFlight.AS3000_TSC_Vertical_TopKnob_Large_INC
  227. MobiFlight.AS3000_TSC_Vertical_TopKnob_Large_DEC
  228. MobiFlight.AS3000_TSC_Vertical_TopKnob_Small_INC
  229. MobiFlight.AS3000_TSC_Vertical_TopKnob_Small_DEC
  230.  
  231. // KAP140
  232. MobiFlight.KAP140_Push_AP
  233. MobiFlight.KAP140_Push_HDG
  234. MobiFlight.KAP140_Push_NAV
  235. MobiFlight.KAP140_Push_APR
  236. MobiFlight.KAP140_Push_REV
  237. MobiFlight.KAP140_Push_ALT
  238. MobiFlight.KAP140_Push_UP
  239. MobiFlight.KAP140_Push_DN
  240. MobiFlight.KAP140_Long_Push_BARO
  241. MobiFlight.KAP140_Push_BARO
  242. MobiFlight.KAP140_Push_ARM
  243. MobiFlight.KAP140_Knob_Inner_INC
  244. MobiFlight.KAP140_Knob_Inner_DEC
  245. MobiFlight.KAP140_Knob_Outer_INC
  246. MobiFlight.KAP140_Knob_Outer_DEC
  247.  
  248. // M803
  249. MobiFlight.oclock_select
  250. MobiFlight.oclock_oat
  251. MobiFlight.oclock_control_long
  252. MobiFlight.oclock_control
  253.  
  254. // GNS 530
  255. MobiFlight.AS530_ENT_Push
  256. MobiFlight.AS530_MENU_Push
  257. MobiFlight.AS530_FPL_Push
  258. MobiFlight.AS530_DirectTo_Push
  259. MobiFlight.AS530_CLR_Push_Long
  260. MobiFlight.AS530_CLR_Push
  261. MobiFlight.AS530_MSG_Push
  262. MobiFlight.AS530_OBS_Push
  263. MobiFlight.AS530_VNAV_Push
  264. MobiFlight.AS530_PROC_Push
  265. MobiFlight.AS530_COMSWAP_Push
  266. MobiFlight.AS530_NAVSWAP_Push
  267. MobiFlight.AS530_RNG_Dezoom
  268. MobiFlight.AS530_RNG_Zoom
  269. MobiFlight.AS530_RightLargeKnob_Right
  270. MobiFlight.AS530_RightLargeKnob_Left
  271. MobiFlight.AS530_LeftLargeKnob_Right
  272. MobiFlight.AS530_LeftLargeKnob_Left
  273. MobiFlight.AS530_RightSmallKnob_Right
  274. MobiFlight.AS530_RightSmallKnob_Left
  275. MobiFlight.AS530_RightSmallKnob_Push
  276. MobiFlight.AS530_LeftSmallKnob_Right
  277. MobiFlight.AS530_LeftSmallKnob_Left
  278. MobiFlight.AS530_LeftSmallKnob_Push
  279.  
  280. // GNS 430
  281. MobiFlight.AS430_ENT_Push
  282. MobiFlight.AS430_MENU_Push
  283. MobiFlight.AS430_FPL_Push
  284. MobiFlight.AS430_DirectTo_Push
  285. MobiFlight.AS430_CLR_Push_Long
  286. MobiFlight.AS430_CLR_Push
  287. MobiFlight.AS430_MSG_Push
  288. MobiFlight.AS430_OBS_Push
  289. MobiFlight.AS430_PROC_Push
  290. MobiFlight.AS430_COMSWAP_Push
  291. MobiFlight.AS430_NAVSWAP_Push
  292. MobiFlight.AS430_RNG_Dezoom
  293. MobiFlight.AS430_RNG_Zoom
  294. MobiFlight.AS430_RightLargeKnob_Right
  295. MobiFlight.AS430_RightLargeKnob_Left
  296. MobiFlight.AS430_LeftLargeKnob_Right
  297. MobiFlight.AS430_LeftLargeKnob_Left
  298. MobiFlight.AS430_RightSmallKnob_Right
  299. MobiFlight.AS430_RightSmallKnob_Left
  300. MobiFlight.AS430_RightSmallKnob_Push
  301. MobiFlight.AS430_LeftSmallKnob_Right
  302. MobiFlight.AS430_LeftSmallKnob_Left
  303. MobiFlight.AS430_LeftSmallKnob_Push
  304.  
  305. // KR 87
  306. MobiFlight.adf_AntAdf
  307. MobiFlight.adf_bfo
  308. MobiFlight.adf_frqTransfert
  309. MobiFlight.adf_FltEt
  310. MobiFlight.adf_SetRst
  311.  
  312. // KT76C
  313. MobiFlight.TransponderIDT
  314. MobiFlight.TransponderVFR
  315. MobiFlight.TransponderCLR
  316. MobiFlight.Transponder0
  317. MobiFlight.Transponder1
  318. MobiFlight.Transponder2
  319. MobiFlight.Transponder3
  320. MobiFlight.Transponder4
  321. MobiFlight.Transponder5
  322. MobiFlight.Transponder6
  323. MobiFlight.Transponder7
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement