I recently switched to Xplane12 mainly to use the Toliss A320 NEO, may I ask how to integrate Mobiflight to Toliss? I am not so familiar with Xplane since I used mainly P3D for many years. Was watching also the new integration for Xplane users bypassing the XPUIPC however the only options for datarefs are the Laminar Research and ZIBO.
Can i get some help and more info on this?
#MobiFlight with Toliss A319/A320
1 messages · Page 1 of 1 (latest)
Personally I use the Zibo with mobiflight, but don’t use the hubhop presets because they are really inconsistent. I use something called datareftool. With that you can get all the datarefs and commands from the simulator and enter them in mobiflight
Thanks minestarnl for your reply. I downloaded also dataref_tool, however what I dont understand is how to input/output other planes (in this case the Toliss) other than Zibo or the Standard Laminar Research
Can you please explain “hubhop” presents?
Hubhop presets are the ones you tried selecting here, They are a collection of submitted datarefs and commands that other people found working for the plane
What we can do however is use the dataref tool to extract the right stuff from xplane and use that in mobiflight
Learn about the new direct and native integration with X-Plane. In this tutorial you will see how to use DataRefs and Commands to efficiently configure MobiFlight with X-Plane and build your home cockpit even faster.
00:00 Introduction
01:00 DataRef Plugin Installation
02:10 Reading DataRefs
05:45 Writing DataRefs
09:15 Executing Commands
14:20...
Now the UI has changed a bit since this, so in order to enter the dataref or command you have to select "Show Preset Code" and enter in the box that shows then
Thats copied - Thanks @pallid dome
Just a quick question, I want to be able to assign switches to the CBs a available in Toliss. When I checked with Dataref tool there is no specific instruction for each CB but rather an array eg: “AirbusFBW/CBArray” “AirbusFBW/CBArrayAnim” do you have any idea on this?
If it is a array, we can access it similar to how you do in many programming languages. Let’s say we have an array called “AirbusFBW/CBArray” with 10 items. If we want the first item we simply do
“AirbusFBW/CBArray[0]”
Counting starts at 0 😉
If you click on datareftool there is also the possibility to view a array more detailed and there it also shows the “index” that you need to put between the brackets
Very useful info - thanks again, so lets say the array is as follows AirbusFBW/CBArray [1,1,1,1,1,1,1,0]
And I want to trigger the last one should I go AirbusFBW/CBArray [8]?
For a switch that is clearly indicated like APU SW, I managed to trigger but for the arrays still strugling
Hi @pallid dome, I managed to do it your help was extremely usueful - thanks a million
You’re very welcome! Feel free to shoot me a message if questions arise
Thanks@pallid dome
heres the full 320/321 toliss dataref list. It`s messy tho, you must search for each value and its meaning by yourself. (i dont fly airbus). Good luck
Hi there! Can you show your config for this entry?