Jump to content
The simFlight Network Forums

Recommended Posts

Posted

Hi,

 I ask for a little help to get started:

I am a beginner in this beautiful hobby and I am already failing at what is probably a simple task. For the past few weeks I've been trying to solve it myself. However, this does not work so far.

 

I integrated my switch via Arduino and Mobiflight.

FSUIPC = 7.2.8 including WASM is running very well.

My current challenge are the switches for Master Warning and Master Caution for the TBM930.

One thing in advance: They work very well via the Mobiflight software for FSUIPC offset with e.g. the offset for landing lights (0x028C). Also no hardware error and Mobiflight to FSUIPC work.

For the offset 0x66C0 I have extended the FSUIPC.ini with the following entry (I read somewhere that it should go like this and just inserted the variable):

[LvarOffsets.TBM930]

1 =Generic_Master_Warning_Active 0039=UB66C0

The LVAR "Generic_Master_Warning_Active 0039" works as it should via WASM (Set Lvar).

However, I don't get the result I want with these settings.

I look forward to any help and can of course also provide more details.

I believe that I am on the right track. However, the first switch is apparently also the heaviest 😉

greeting

Sven

Posted
12 hours ago, Sven G. said:

[LvarOffsets.TBM930]

1 =Generic_Master_Warning_Active 0039=UB66C0

You don't need the '0039' - that is the index number of the variable, so use:

[LvarOffsets.TBM930]
1=L:Generic_Master_Warning_Active=UB0x66C0

Posted

Hi,

thank you for the fast answer. I've tried and it works with one exception:

After pressing the Master Warning Button, only the warning lamp is switched off. The audio alarm remains on. So it doesn't seem to be the right variable or one is still missing.

Any idea?

Regards

Sven

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.