Jump to content
The simFlight Network Forums

PMDG747 ELEC_APUFieldReset offset


Andy B.

Recommended Posts

Hi,

 

While working through the PMDG747 SDK, I found the following problem.

 

In the Overhead Maint section of the SDK, they have the following line:

 

    bool ELEC_APUFieldReset[2];                

 

They also have both events, one for each offset. Unfortunately, the FSUIPC dll only supports one of these, and leaves the other out. I can give users a workaround, but it isn't something we want to support longterm.

Link to comment
Share on other sites

Hi Andy,

Thanks for the report. I've added the second APUFieldReset offset. 

Version 3.3.1 is now on NuGet.

The events seem to have both switches there already:

        EVT_OH_ELEC_APU_FIELD1_SWITCH = (THIRD_PARTY_EVENT_ID_MIN + 278),
        EVT_OH_ELEC_APU_FIELD1_GUARD = (THIRD_PARTY_EVENT_ID_MIN + 10278),
        EVT_OH_ELEC_APU_FIELD2_SWITCH = (THIRD_PARTY_EVENT_ID_MIN + 279),
        EVT_OH_ELEC_APU_FIELD2_GUARD = (THIRD_PARTY_EVENT_ID_MIN + 10279),

Paul

 

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.