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
Kenneth
Posts: 5
Hello again,

I have made a audio panel using your software and everything works perfect besides from a couple of things I yet have to figure out. All other toggle switches on the panel works as they are supposed to besides Com 1 and Com 2. Naturally both can't be active at the same time as in the simulator. It's seems to be a conflict with the automation in the flightsim itself. I have tried some different settings but had no luck. I guess the trick here is to work around that automation. I guess it's necessary to add some values to make it work perfectly.


Also it would be great if you could create a tutorial for adding FSUIPC offsets. It's not everything that is as intuitive as I have seen in other alternative software.


On a side note, I`m trying to add reset buttons for the rudder and ailron trim. I haven't found a solution yet, but I will keep bashing at it.

*EDIT* Reset buttons is now sorted.. just use float instead of Int.. $+0


Any thoughts?





Best regards;

Kenneth Brander
[Last edited by Kenneth, 2016-03-25 17:21]
2016-02-29 12:24
Avatar
FSlikerXY
From: REUTL @ STR, Germany
Posts: 57
Hi,

this depends on your aircraft. Which one do you use?
Using the standart FSUIPC Offset it should be quit easy to use:

Offsetaddress: 0x3123
Size: 1
Radio Use/Standby swap toggles, Write bits to operate toggles. Don’t bother to read it, there’s no meaning to anything read.
2^3 for COM1
2^2 for COM2
2016-02-29 16:43
Avatar
Kenneth
Posts: 5
Hello,

The response is the same on all models. If I activate channel 1, channel 2 will be deactivated as it's supposed to - and naturally the other way around. Being that I use two toggle switches, one toggle for Com 1 and one toggle Com 2 is obviously creating a conflict. I have no problem getting one single switch to control both channels - swapping back and forth between channel 1 and channel 2. But as soon as I add that second switch it starts to behave erratically. Any thoughts or experience to share on these issues?

The offset addresses from the list is for the record:

Addr: 0x3122 - Mask: 0x80 - Size: 1 - 2^7 = COM 1
Addr: 0x3122 - Mask: 0x40 - Size: 1 - 2^6 = COM 2

*EDIT* It works now but 1 out of 10 times it fails to do as intended.




Best regards;

Kenneth Brander
[Last edited by Kenneth, 2016-03-29 15:16]
2016-02-29 18:58
Avatar
masawee
Posts: 64
or how make cessna style audio panel bush button com1 ON bush new com1 OFF and com 2 same time ?
2016-10-16 22:21
icon