

scottike
Members-
Posts
19 -
Joined
-
Last visited
-
Donations
0.00 USD
Reputation
0 NeutralFlight Sim Profile
-
Commercial Member
No
-
Online Flight Organization Membership
Other
-
Virtual Airlines
No
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
The active AAO InGame Panel requirement was the problem. Thaks!
-
Thanks, so here's the panel ID I am trying to toggle: \AppData\Roaming\Microsoft Flight Simulator\Packages\Community\bushtalkradio-client\html_ui\InGamePanels\BushtalkClient\CustomPanel.html (1 hit) Line 30: panel-id="BUSHTALK_CUSTOM_PANEL" Here's my script: 'BUSHTALK_CUSTOM_PANEL'·(>L:AAO_TOGGLE_PANEL,·String) However, the panel doesn't toggle when I activate the command. I'm using V4.10 b51. Is there an error in my command?
-
Hi, I’m trying to toggle ingame toolbar panels, but the AAO_TOGGLE_PANEL command doesn’t show up in my lvars list. The other AAO panel lvars are listed. Is this still a valid script? Open and close other ingame panels You can toggle other ingame panels (ATC, Weather, GSX, GTN750 etc.) using the following RPN script code: 'PANEL_ATC'·(>L:AAO_TOGGLE_PANEL,·String) The panel ID at the beginning can be found in the panels' html file. Those are usually located inside their addon packages in the path "/html_ui/InGamePanels". Or use Notepad++ to search for "panel-id" in all *.html files in the /Packages folder of MSFS.
-
Thanks, it seems you've thought of everything! 🙂 There are so many features and utilities on that page I just glossed right over it. What a great tool. Thanks again.
-
Ok, I've got the checklist to display on the in-game FIP channel, but that seems to replace the virtual instrument I had set. Can I create multiple in-game windows, each showing a different url?
-
Is it possible to display the AAO webserver checklist as an in-game panel?
-
I'll give the fast turn/slow turn a try. Thanks for the insight into the MIDI controller differences too!
-
I've built a DIY button-box that uses rotary encoders wired into a Teensy 2.0. It's mostly used for GPS knob adjustments where you're selecting or inputting waypoints. It's emulating a joystick and outputting button presses as I turn the encoder. I'm finding that I need to turn the encoder within a fairly narrow rate band when using it as a GPS knob. If I go too fast the "button release" pulse isn't detected. I've tried various settings in AAO, like the repeat on hold options, but there was never a good setting that would give me a single increment at a time when turning slowly and multiple increments when turning rapidly. My question today is if the X-Touch mini encoders work any better. Are there settings that allow fine adjustment at slow speeds (for selecting a specific letter on a GPS) but can rapidly send multiple commands at higher speeds (like when I want to zip through the alphanumeric list to select the letter T)?
-
I ended up putting it into an RPN script. The custom variables only had K: and B: selections, so I was unsure if they would work for an LVAR. In any case, the RPN script worked well, so I’m up and running. Thanks for the help!
-
I'm a basic user of AAO, so I'll just describe in more detail what I've done. With the Blackbird C310R loaded I selected Scripting -> Read LVARs from Sim in the AAO interface. Then I selected two simulator events from the Found in Files category, C310_SW_EDML_L and C310_SW_EDMR_L. Under the assigned buttons list there is L:C310_SW_EDML_L which functions as expected and B:C310_SW_EDMR_L which does not.
-
I’m mapping the Blackbird C310R EDM700 buttons using their LVARS. Three of the for buttons map correctly. The fourth L:C310_SW_EDMR_L ends up mapping in AAO as a BVAR. Any advice on where to look to troubleshoot the problem?