Jump to content
The simFlight Network Forums

Recommended Posts

Posted

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.

Posted

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

 

Please sign in to comment

You will be able to leave a comment after signing in



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.