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!
Saatric!
Thanks for sharing the code for the Zibo encoders, they work just beautiful. I was having some hard time trying to make them work in the right way.
I am still prototyping and learning how to configure MobiFlight to build my MCP, but not I got some good directions and soon I may have it done. I will share any additional information that I find. Thanks!!!
can someone please share the FULL .cfg file they made ? I know that then I have to reselect some addresses etc in the mobiflight config, but I have no clue where to find all these references otherwise unless from an example.
second question :
I read the xpuipc cfg file should be read after zibo is fully loaded. Probably that is why i get errors in the xpuipc.txt file ? 21:31:51:941 XPUIPC Enable !
XPWideServer Enable !
XPUIPC->Reading XPUIPCOffsets.cfg
Dataref sim/cockpit/switches/EFIS_vor_on not found.
Dataref sim/custom/xap/fcu/fd not found.
Dataref sim/custom/xap/fcu/ils not found.
Dataref xpuipc/wpt_bitfield not found.
Command laminar/B738/autopilot/autothrottle_arm_toggle not found.
Command not found.
so that is I guess why people say to reload the datarefs after the sim has started ? However, when clicking the menu to go to that setting, xplane crashes. I read somewhere that it is not compatible with Vulcan driver setting.
So is this a dead end or what am I missing ?
Really would appreciate support from you all :-) My grey hair is getting more grey every day like this LOL
Question for a newbie. How did you get the custom offsets?
Thanks.
You mean the used Offsets in XPUIPC ?
the manual said you can use avery Offset....
Most of them are Empty itslef.... If they are used by main XPUIPC System you overwrite them by define them yourself.
best way to not get in trouble is to use a OffsetList (Web) .
there you can see the official used offsets.... Simply choose for the non listed ones.
Greetings All! I am an Old-Fart Simmer (first started with Flight Sim in the 80's).
But, I am a Newbie with coding for my own custom flight sim hardware.
On behalf of many Old-Timers with little or no experience in coding, I want to thank you all for your comments, advice and importantly, sharing your code to make hardware work.
The use of touch and feel switches/encoders have significantly enhanced my Flight Sim experience.
And....I am so grateful to MobiFlight and the MobiFlight Community for creating the Connector.
This has brought so much more joy to my hobby (ah, but with a wee bit of a learning curve)
From this Newbie to all of you so much smarter than I....thank you for sharing your fantastic knowledge!
Hi all,
I'm really grateful for MobiFlight and for the Community.
Please find here my piece of datasets I've figured out.
If you have some analogue input (with a 10K ohm resistor) you can change the lights in the cockpit instead of clicking the knee panel.
MAIN PANEL BRIGHTNESS: laminar/B738/electric/panel_brightness[0]
PANEL BRIGHTNESS OVERHEAD: laminar/B738/electric/panel_brightness[2]
PANEL BRIGHTNESS PEDESTAL: laminar/B738/electric/panel_brightness[3]
AFDS BRIGHTNESS: laminar/B738/electric/generic_brightness[7]
BACKGROUND BRIGHTNESS: laminar/B738/electric/generic_brightness[6]
BACKGROUND BRIGHTNESS PEDESTAL: laminar/B738/electric/generic_brightness[8]
You can change more values with one potentiometer => simply multiply the input.
The value coming from the potentiometer is from 0 to 1023, the dataset value is between 0 and 100 %.
So the expression="@/1023" or if you wired the reverse way: expression="(1023-@)/1023"
Hope you enjoy!
----------------------------------------------------------------
Do you know that you can simplify: if($=1,0,1) ?
Use simply: 1-$
Hi all,
On the MCP for the altitude encoder I use altitude_up and altitude_dn command.
This is very slow, so I need a command for 'fast left' and 'fast right' action.
Do you have any idea?
Thanks.
----------------------------------------------------------------
Do you know that you can simplify: if($=1,0,1) ?
Use simply: 1-$
Looking for some help please. I am making a com1 radio. However when I setup the 7 seg display to show the stby freq it shows for example 118.975 in the aircraft but my display only shows 118.970 can’t seem to do the 5s