Jump to content
The simFlight Network Forums

PMDG CDU 1 Offset does not work


Recommended Posts

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

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

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.