Jump to content
The simFlight Network Forums

PMDG seatbelt switch detection


Recommended Posts

Hello!

I have searched a lot on how to fix this issue but Google has not been kind to me this time.

My question is, what is the best way to detect the position of the PMDG seatbelt switch?
We have it mapped on the 0x341D offset, which works on most aircraft addons but not with PMDG.

We need it for the A PILOT'S LIFE - CHAPTER 2 addon.

Thank you very much for your help!
Ovidiu Ocnaru

Link to comment
Share on other sites

Which PMDG aircraft? Check the SDK documents - for the 737 there is the following SDK variable at offset 0x6477 (and at offset 0x643D in the 777): ELEC_IFEPassSeatSw

And the variable SIGNS_SeatBeltsSelector at offset 0x6C2B in the 747.

If it isn't any of those, you are probably better off asking about this in the PMDG support forums.

John

 

Link to comment
Share on other sites

You still haven't said which aircraft you are using. Check the PMDG SDK document for the aircraft you are using - looking at the 737 document, there is this offset:

649F 1 BYTE COMM_FastenBeltsSelector 0: OFF 1: AUTO 2: ON

So maybe try that one. Note that you must have enabled data broadcasts in the PMDG aircraft to have the PMDG-specific offsets populated - this is explained in the document itself.

John

Link to comment
Share on other sites

Thank you! Indeed I tried that one as well with the enable data broadcast on. But no luck.

Also considering that we are shipping my app to a lot of users i think they will not be inclined to touch the .ini file.

In any case thank you very much for your help. Your information is very precious. We will see what we can do in the future.

All the best,

Ovidiu

Link to comment
Share on other sites

2 hours ago, ovy1113 said:

Thank you! Indeed I tried that one as well with the enable data broadcast on. But no luck.

If that offset is not populated for the 737, then you should report to PMDG. if using the 747, try this one:

6C2B 1 BYTE SIGNS_SeatBeltsSelector
2 hours ago, ovy1113 said:

Also considering that we are shipping my app to a lot of users i think they will not be inclined to touch the .ini file.

Can you not do this in your installer? You really need this enabled if you want to use the extra data provided by the PMDG SDKs.

2 hours ago, ovy1113 said:

In any case thank you very much for your help. Your information is very precious. We will see what we can do in the future.

Ok, thanks.

Regards,

John

Link to comment
Share on other sites

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.