MobiFlight Community Support

Welcome to the forum for MobiFlight! Feel free to reach out to the community in case you have questions, issues or just want to share great ideas or details about your latest home cockpit project.

You like MobiFlight? Donate via PayPal and support the MobiFlight development. Thanks! 

05/03/2024 - This forum is read-only

The community support for MobiFlight has moved exclusively over to our Discord server. Register for free and enjoy more interactive functions like image and video upload, voice chat. More than 7,000 registered users around the world make it a great experience!

See you on our MobiFlight Community Discord server.

A HUGE Thank You to everyone who participated in the forum, especially obviously to Pizman and Stephan who did an outstanding job over so many years providing an incredible service to the MobiFlight community.

The forum is still providing a lot of good content, hence we keep this information accessible.

icon
Avatar
Russos
From: Moscow, Russian Federation
Posts: 2
Hello everyone. Sorry for the stupid newbie questions, but English is not my native language and I read almost everything through a translator. very difficult to find information.

1. Thank you for such a program!
2. Without problems, it was possible to implement the input of standard functions or FSUIPC Offset
3. But there were problems with Leonardo Maddog. I saw similar topics, but did not catch the essence of the solution to the problem in them.

The documentation for the aircraft states:

KEY DH1 SET
69748
0x11074

I insert 0x11074, but it's not clear what to write in the parameters. The documentation does not say, although elsewhere, parameter 1 is specified to configure the joystick - on. and 0 - off.



Made as in the screenshot, as expected, does not work. A typical newbie question is what am I doing wrong?
2022-02-10 13:46
Avatar
pizman82
Moderator
From: ETSI, Germany
Posts: 6010
Supporter
Hi

This is not a Offset....
The regulary Offset Range gose from 0000 to FFFF (Hexadecimal)
Numbers like "69748" (decimal) are located to EVENTS

Events is a different typ of Input.... We not write the Status of a Variable here.... We tell the Sim "Please run the predefined "event" xxxx ( maybe with a Parameter Y)
Then the sim simply do what we tell him to do.... E.g. a Event could say " Please increase the current AP Altitude by 100ft" .... So every time we "fire" the event this will hapen one time.

Solution:
Change in the "ActionTyp" Dropdown the current used "FSUIPC Offset" into "EventID"
Good Luck !
2022-02-10 17:49
Avatar
Russos
From: Moscow, Russian Federation
Posts: 2
It works! Fantasy! Thanks a lot!
2022-02-10 23:35
icon