#Toliss Overhead Panel Help

1 messages · Page 1 of 1 (latest)

keen fulcrum
#

Hello, New to all this. for Toliss airbus XP 12 use, i edited XPUIPCOffsets.cfg file to add the following:

#left landing light
Command 0x6510 UINT8 1 0 AirbusFBW/OHPLightSwitches _
1 1 AirbusFBW/OHPLightSwitches
Command 0x6620 UINT8 1 0 AirbusFBW/OHPLightSwitches _
1 1 AirbusFBW/OHPLightSwitches

Mobiflight software found my panel, simulator. I'm trying to figure out what setting? Do I just keep trying them in the dropdown until one works? Thanks for an advice.

keen fulcrum
#

i did find a list under Toliss that had things like the seat belt sign but no lights. Tried that with the seat belt switch and not working for some reason. just trying stufff at this point.

keen fulcrum
#

i have solved all my issues with the panel developer's input, some research, and lots of trial and error. this help desk issue can be closed. I successfully got a 3rd-party light panel to work with the Toliss aicraft. I'll work on a tutorial. Wow, Got the panel Saturday and 24 hours later I have it working like a charm!

#

this help desk issue can be closed.

wet sonnet
#

@keen fulcrum is there a reason that you didn't use the native xplane dataref and commands support in MobiFlight?

keen fulcrum
#

yes they dont work for the Toliss. The Toliss has a dataref with a matrix, not individual dataref's for each switch/light.

#

AirbusFBW/OHPLightSwitches [0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0] is off for the beacon and on is: [1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]

#

other digits represent other switches.

wet sonnet
#

you can definitely access them by index

#

for the first bit it would be
AirbusFBW/OHPLightSwitches[0]

keen fulcrum
#

yes. thats what I did to get it to work. i kind of backed into that idea after seeing something else.

wet sonnet
#

Please do yourself a favor and swutch to the new direct integration.

keen fulcrum
#

ok. can you please explain this? do you mean do a search for AirbusFBW/OHPLightSwitches[0] for example? not sure I understand

wet sonnet
#

use the xplane-option for "Sim variables" - you said you were using XPUIPC, so you are using FSUIPC Offset option at the moment.

#

AirbusFBW/OHPLightSwitches[0] should be the correct DataRef value to use, yes.