

Rotary encoders are very useful little components. Thanks to Banzay for sharing this with us! There is another config shared for the popular Zibo 737-800 Mod: Thanks to slammer88 for providing the examples! Example: Zibo Mod 737-800 It explains how the syntax of how to read and write a DataRef and also how to trigger a command.


There is a nice tutorial that slammer88 has provided on the forums: It might be a little overwhelming in the beginning but take the time and read it a couple of times and you will understand how it works. The config file itself explains the different options. If you would like to create your custom configuration you just have to edit the config file and you will have to follow the syntax that XPUIPC supports. Why I think that? Because a lot of Offsets just work without being defined in the file. In fact a lot of Offsets have to be built-in and the config file only illustrates how they could be defined using the syntax that is available.

When I first had a look at it I assumed that the entire set of supported Offsets is configured in there, but this is not the case. The file is called XPUIPCOffsets.cfg and resides inside of the XPUIPC Plugin folder: resourcespluginsXPUIPC. Arduino X Plane 11 DownloadĬustom Offsets can be configured in a special config file that is part of the plugin. THAT IS AWESOME!!! XPUIPCOffsets.cfg - Your tool for customization. Actually it seems to me that any DataRef or any Command that is provided by X-Plane default aircraft or 3rd party addons can be mapped to a FSUIPC Offset and controlled by MobiFlight. Teens圜ontrols X-Plane Plugin 1.0 (32 & 64 bit, X-Plane 10.20 or greater) Latest Teens圜ontrols Source Code Together with Arduino functions and libraries, Flight Sim Controls provides an incredibly flexible platform for implementing almost any type of flight simulation control.įortunately, the author of XPUIPC has done a great job and provides us with a possibility to extend the built-in Offsets and Values with your custom ones. All data is sent as bytes: There are 41 bytes per sentence. Understanding the format of X-Planes UDP sentences is very important, obviously. For receiving any data in my C# application, I will need to use a port other than those, such as 49003. X-Plane binds to port 49000 for receiving data, 49001 for sending, and 49002 for iPad devices. Now you might get to the point where you will have either a FSUIPC Offset that is not supported by XPUIPC or you want to control or access something in X-Plane where you cannot find a FSUIPC offset for.
