May 27, 20251 yr This may not be possible in AAO for 2024 say for the Gxxxx Garmin units (specfic use case is the Longitude), but might there be a means to manipulate CAS messaging. For example, I would like to know if say reverse thrust is on with a CAS message to that effect (if not message then it would be off/normal). Or if anyone has an alternative? Thx.
May 27, 20251 yr Commercial Member The way I see it, this should be doable with a plugin. Some instruments in MSFS (2024) have a plugin system, and the WT G1000 and G3000 V2s are of that kind. All you need to do is to figure out how to post a message to the appropriate javascript object of class "CasSystem" or "CASDisplay", possibly using the latters' method "addAnnunciation". To operate this from the outside, I would indeed suggest accessing the AAO WebAPI from your plugin, as it is the easiest way to transport string messages into the sim. But you could of course implement all logic that you require locally too. Edited May 27, 20251 yr by Lorby_SI LORBY-SI
June 1, 20251 yr Author Copy. I'll look into this to see what I can do. I'm not proficient in JavaScript. Python is my forte. Thx
June 1, 20251 yr Commercial Member 7 minutes ago, n116dh said: Copy. I'll look into this to see what I can do. I'm not proficient in JavaScript. Python is my forte. Thx https://microsoft.github.io/msfs-avionics-mirror/ LORBY-SI
Create an account or sign in to comment