Boeing 737 zibo CDU

Working on a instrument project or just finished a project? Show it to others!

Moderators: russ, Ralph

Post Reply
Message
Author
ozuser
Posts: 17
Joined: Sat Nov 18, 2017 8:31 am

Boeing 737 zibo CDU

#1 Post by ozuser »

Hi everyone. I have managed to make a (almost) fully functional CDU for the zibo 737 in Air Manager 3.0 beta. All of the buttons work and It also features working EXEC and MSG lights.There are a couple of things I still have to figure out.

1 - The text is all jumbled up and constantly flashes on screen

2 - When you press the buttons on the air manager CDU it switches the active window away from xplane

If anyone has any ideas to solve these it would be great!
737FMC.jpg
Attachments
529f011a-3ae7-4763-88ea-e16fcc772094.zip
(1020.45 KiB) Downloaded 248 times

User avatar
Ralph
Posts: 7926
Joined: Tue Oct 27, 2015 7:02 pm
Location: De Steeg
Contact:

Re: Boeing 737 zibo CDU

#2 Post by Ralph »

I'm not sure about number one, but I'll have a look next week.

Nothing to do about two I'm afraid. Other than running the CDU on a remote computer. It would run easily on a Windows tablet for example. And we can probably release it for the iPad soon.

ozuser
Posts: 17
Joined: Sat Nov 18, 2017 8:31 am

Re: Boeing 737 zibo CDU

#3 Post by ozuser »

Thanks for the reply.
I was thinking about the ipad when I made this so it has a little visual feedback when you press the buttons.

User avatar
Ralph
Posts: 7926
Joined: Tue Oct 27, 2015 7:02 pm
Location: De Steeg
Contact:

Re: Boeing 737 zibo CDU

#4 Post by Ralph »

I've looked at the script. You don't use the visible API function anywhere. That means that it'll write the same (purple or white) line at the same time and you'll see them both. What you need to do is make one of the two visible at the correct time. I guess that X-Plane doesn't clear the string for the other color, so you'll see them both. But that's something you have to investigate.

User avatar
Ralph
Posts: 7926
Joined: Tue Oct 27, 2015 7:02 pm
Location: De Steeg
Contact:

Re: Boeing 737 zibo CDU

#5 Post by Ralph »

I didn't get any purple text to show by the way...

ozuser
Posts: 17
Joined: Sat Nov 18, 2017 8:31 am

Re: Boeing 737 zibo CDU

#6 Post by ozuser »

Thanks for checking it out. I'll see what I can figure out.

User avatar
Ralph
Posts: 7926
Joined: Tue Oct 27, 2015 7:02 pm
Location: De Steeg
Contact:

Re: Boeing 737 zibo CDU

#7 Post by Ralph »

You can check the state of the datarefs with the Viewer in the create / edit tab, that might help with debugging.

ozuser
Posts: 17
Joined: Sat Nov 18, 2017 8:31 am

Re: Boeing 737 zibo CDU

#8 Post by ozuser »

I compared the values from dataref tool vs the ones in viewer, and it looks like it's duplicating values when the original dataref is empty (example - line03X showing "") rather than being a blank line made from spaces (eg - line02X having a full line of spaces between the quotation marks)
So I have to figure out how to ignore the dataref value of "" and not create text on that line.
Any suggestions?
zibo_datarefs.jpg

ozuser
Posts: 17
Joined: Sat Nov 18, 2017 8:31 am

Re: Boeing 737 zibo CDU

#9 Post by ozuser »

OK. Issues solved with some help from you guys. Thanks to all!

We (hopefully) now have a fully working FMC CDU panel for the xplane 737-800 zibo mod.

Be sure to use the latest version of the plugin.

Any feedback / error reports are welcome.

File attached.

Enjoy.
Darren
Attachments
529f011a-3ae7-4763-88ea-e16fcc772094.zip
(1020.47 KiB) Downloaded 244 times

JackZ
Posts: 2267
Joined: Mon Feb 22, 2016 1:02 pm

Re: Boeing 737 zibo CDU

#10 Post by JackZ »

Hey great Job!
Do you mind if I reuse some of your code to try and develop a CDU for the PMDG 737NGX?
it’s been in my Todo list for a while, was either to lazy either too busy with my IR training.

Jacques
My YouTube Chanel on the A320 (Real SOPs by an Airline Pilot IRL):
https://www.youtube.com/playlist?list=P ... 0Q6SBASRqJ

Post Reply