#MD-82 Maddog flight director swiches msfs2024

1 messages · Page 1 of 1 (latest)

sweet solar
#

Hi, did anyone of you guys manage to controll the Leonardo Maddog FD Sws on the FGCP im msfs2024? In HubHop there is are two toggle presets MD_82_CM1_FD_SWITCH and a MD_82_CM2_FD_Switch (536870912 0 + (<L:fgcp_event, number) and 536870912 1 + (<L:fgcp_event, number)) but they do not work reasonably in msfs2024. I also found (in an axis and ohs profile) 1 (>K:#69651) and 0 (>k:#69651) which work from AAO but not from Mobiflight (and are only for FD1). Does Mobiflight handle K-Events at all?). Does anybody succed in manage to switch the FDs? Appreciate any help. Thanks.

pine anchor
#

you can use the k events but you need to change the formatting for mobiflight the two you have posted above become 1 '69651' (>F:KeyEvent) & 0 '69651' (>F:KeyEvent)

sweet solar
#

Thanks very much @pine anchor - that was important to know and it solved the problem with FD1 - I do not know the K-Events for FD2, but I will leave that on Toggle instead on/off (with WINCTRL PAP3).

pine anchor
#

69652 for the fd2 switch. if you look in the aircraft docs folder there is a document called list of commands they are all in there

sweet solar
#

Awesome - thanks very much🙂

sweet solar
#

Please one more question 😀 I would like to see the speed value in the PAP3 Speed display - in the list of commands there is an L-Var called md_ipc_ ias_mach. Is that the variable I need to show the speed? How can I write it as a Mobiflight Output? Don t I need to know what datatype it is? I it written like (>L:md_ipc_ias_mach) ? any help is highly appreciated 🤝

cerulean ridge
#

In general, the > means to write to a variable or call execution 9f an event.

#

To read a variable value you leave the > out.

sweet solar