Hello team,
I think it might be fun to try making an add-on for PSX that lets pilots use ACARS to request a final loadsheet, and then have the loadsheet printed on a "Paper from the flight deck printer" window. I know that some of this functionality is already available through other add-ons, so it's more about the coding challenge and personalization than just getting access to the functionality.
What I'd like to do with this post is describe the specs, to ask if everything is theoretically possible, and then ask the community if there is anything like a simple "Hello world" app that I can use as a starting point to model from.
Proposed functionality:
1. Menu item like "<REQUEST LOADSHEET" available while the aircraft is on the ground.
2. When the loadsheet is requested, there's an uplink notification (like when ATIS is requested). The crew can print the loadsheet.
3. The loadsheet contains items from the Instructor Pages:
Time
Date
ZFW
CG
Very simple! I think I can learn from a model, but I also think it would take me forever to learn the basics of just how an app connects to PSX and reads and sends variables.
Therefore...
First question: Is any of the proposed functionality impossible or extraordinarily complicated?
Second question: Is there a simple open source "hello world" program out there? Maybe something that puts "hello world" on the CDU, or even more basic, just reads and writes any variable to PSX?
I'm starting from scratch here (and using a Windows 10 machine), so any coding environment is fine with me.
Thanks for considering!