niekvdc Posted June 7, 2021 Report Posted June 7, 2021 When I run a log in FSUIPC, some EventID's show up, which I can't find in the documentation. For instance, directly after pressing TOGA, EVENT 85636 is issued a number of times. I think it is related to the throttleposition due to the AT. 1309922 *** EVENT: Cntrl= 70316 (0x000112ac), Param= 131072 (0x00020000) <70316> == TOGA pressed 1310766 *** EVENT: Cntrl= 85636 (0x00014e84), Param= 0 (0x00000000) <85636> 1310828 *** EVENT: Cntrl= 85636 (0x00014e84), Param= 0 (0x00000000) <85636> 1310906 *** EVENT: Cntrl= 85636 (0x00014e84), Param= 0 (0x00000000) <85636> also events 85638 and 85635 show up. Does anyone know where I can find documentation. My setup is: P3Dv4.5 - PMDG 737NXG - FSUIPC6 Regards, Niek
John Dowson Posted June 7, 2021 Report Posted June 7, 2021 8 minutes ago, niekvdc said: also events 85638 and 85635 show up. Does anyone know where I can find documentation. They will probably be PMDG custom controls - you need to check your PMDG 737NGX header files to see what those are. You need to subtract THIRD_PARTY_EVENT_ID_MIN (which is, I think, 0x00011000 which equals 69632 - but check your header file to make sure), so for 85635, look for an event defined as (THIRD_PARTY_EVENT_ID_MIN + 16004) in the header on your PMDG documentation. John
Pete Dowson Posted June 7, 2021 Report Posted June 7, 2021 1 hour ago, John Dowson said: They will probably be PMDG custom controls - you need to check your PMDG 737NGX header files to see what those are. You need to subtract THIRD_PARTY_EVENT_ID_MIN (which is, I think, 0x00011000 which equals 69632 - but check your header file to make sure), so for 85635, look for an event defined as (THIRD_PARTY_EVENT_ID_MIN + 16004) in the header on your PMDG documentation. I think the highest I've seen actually defined for PMDG Boeings is +14659 ( = 84291) -- for the 747QOTSII. That higher value could be from almost any add on. I don't know any way of identifying the source, but the aircraft being used is the most likely. Maybe an internal unpublished PMDG control. Pete
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