Andy B. Posted January 12, 2023 Report Posted January 12, 2023 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.
Paul Henty Posted January 13, 2023 Report Posted January 13, 2023 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now