Jump to content
The simFlight Network Forums

Recommended Posts

Posted

Hello, I have a crew announcement program. My program reads the seatbelt command to execute one of the announcements. This command works on Fenix, PMDG, FBW and other aircraft, but it does not work on the Inibuilds A350. I am using the latest version of FSIUPC7 7.5.2.

line of code program developed in C# .NetFramework 4.7.2

private Offset<byte> fastenBeltsSelector = new Offset<byte>(0x341D);

Does anyone have any idea how I can solve this?

Posted

First, try logging the offset to see if it is actually being used. The aircraft model is probably not using the CABIN SEATBELTS ALERT SWITCH simvar which is what that offset holds. Check to see if there is anything else available - usually an lvar or input event. If so, you can use that, and also add it to a spare/free offset if required. You can even spoof the reading of offset 0x341D to the new offset if needed.

 

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.