hkhoanguyen Posted March 26, 2022 Report Share Posted March 26, 2022 Hello Im trying to read CDU of NGXu PMDG on the CDU 1 Offset 0x5800 but it does not work PMDG_NGX_CDU_Screen cdu = new PMDG_NGX_CDU_Screen(0x5800); cdu.RefreshData(); if (cdu.Powered) { the cdu.Powered returns false. It works with offset 0x5400 CDU 0 Any idea of what I'm doing wrong ? Thanks Link to comment Share on other sites More sharing options...
Paul Henty Posted March 26, 2022 Report Share Posted March 26, 2022 Probably you have not enabled the second CDU broadcast in the ini file: (In bold below). Quote To enable the data communication output from the PMDG aircraft, you will need to open the file 737NGX_Options.ini (located in the FSX folder PMDG\PMDG 737 NGX, and add the following lines to the end of the file: [SDK] EnableDataBroadcast=1 For CDU screen data you also need one or both of these lines: EnableCDUBroadcast.0=1 EnableCDUBroadcast.1=1 Which enable the contents of the corresponding CDU screen to be sent to FSUIPC. If you have that line but it still doesn't work, let me know and I'll investigate more. Also let me know which flight sim you are using. Paul Link to comment Share on other sites More sharing options...
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