AxisAndOhs Support
This is the support forum for Lorby-SI's AxisandOhs
1245 topics in this forum
-
Hello, I have the following variable from the file PMDG_777X_SDK.h: float FUEL_QtyCenter; // LBS Using AAO Observer, I have the variable (PMDG:FUEL_QtyCenter), but it returns no value. How can I use these PMDG variables that have an entry (PMDG:XXXX)
-
-
- 8 replies
- 1.2k views
-
-
Hello @ll, the new version 4.40 of AxisAndOhs has been uploaded to the shops and they are in the process of deploying it. This version is mostly about bugfixes and compatibility with the latest PMDG releases. - Change: Redesigned Event and Variable selection dialogs - Change: Redesigned Add/Change Button dialogs - Change: RPN: Added (SIMVAL: command - Change: WSH Integration: added getnumval, setnumval, getstrval, setstrval options to AaoCmd - Bugfix: Template import disregarded Combo buttons when reassigning the hardware - Bugfix: Axis: duplicate Axis assignments not processed correctly - Bugfix: PMDG 777: MSFS data structure updated - Bug…
-
-
- 2 replies
- 744 views
-
-
Just downloaded this version from Just Flight and Windows Defender is saying there is a trojan:win32/Wacatac.B!ml in the install_MSFS.exe file. Now I've not had this before so I'm a little concerned having just spent days having bought a new PC and reinstalling everything. Is there somewhere else I can download from?. Just Flight aren't exactly known for their speed in answering support questions. TIA Brian
-
- 5 replies
- 1k views
-
-
Hi there For the last few weeks i observe something strange how MIDI-Devices are available in AAO When i boot up Windows and start AAO right after it, all Devices are available and will work for hours, no issues. But.....when i boot up and i run AAO later, after an hour, hours etc .... the only left MIDI Device is "MIDI IN" X-Touch MINI ; both MIDI OUT Devices are not listed (Microsofts MIDI and X-TOUCH MINI) Any idea whats happening ? Windows 11 (23H2), Build 22631.2951
-
- 10 replies
- 930 views
-
-
If anyone wants a ton of scripts for the 777, I've uploaded them on Flightsim.to They're a bit messy but you should be able to find what you need AAO PMDG 777 Scripts for Microsoft Flight Simulator | MSFS
-
-
- 4 replies
- 1.4k views
-
-
Before I mess something up, is there any way to put the following type of curve in an AAO axis assignment? Like shown here https://forum.pmdg.com/forum/microsoft-flight-simulator-2020-2024-products-discussion/pmdg-777/general-discussion-aa/303591-can-we-talk-about-how-the-airplane-seems-to-handle-like-a-go-cart-on-the-ground?p=304336#post304336
-
- 8 replies
- 2k views
-
-
Is it possible to configure it as Right CDU ?
-
- 9 replies
- 1.5k views
-
-
Good morning, I've been racking my brains for a few days with AAO, my X-touch and the 777. I have a profile, everything works very well. I would now like the mini LEDs to stay on when I have the autopilot activated. I wrote a script with help for my 737 and was successful. Everything works very well but impossible to reproduce that, the variables are not the same. Could someone write me the script for a mini LED and the auto driver? I would like to understand, and reproduce for myself. Thank you so much :)
-
- 0 replies
- 629 views
-
-
Is there any possibility to automatically start aircraft specific DeskTop FIPs when axis and ohs is started? Currently I start the desktop FIPs manually as per the aircraft I am flying and looking for an automated solution.
-
- 2 replies
- 679 views
-
-
Because I'm an word not allowed, I've set up my new PC without making a backup first of the Axis and Oh's settings/DB/Templates/scripts. I still have the drives as images is there anyway I can get the data back from them or will I need to again?
-
-
- 3 replies
- 803 views
-
-
Hello: I have completed the setup controlling everything for the C172 G1000. Now, I need to control the C172 G1000 Floats, an aircraft which the sim considers a 'different airplane' not a different livery. I can "Save current setup as a template" but I cannot find a file.tmpl for it. So, although I have apparently created a template for the C172 G1000, I cannot figure out how to then create a copy of the template which will be loaded when I load the C172 G1000 Floats.I just know there has got to be a way, short of starting over and creating all of the buttons, etc. again. Plus, I think that would be a good subject for an entire chapter in your User's Manual! …
-
- 4 replies
- 897 views
-
-
Hi All, I am using the A10 Throttle Quadrant and Joystick from Thrustmaster with MSFS2020. Most of the buttons are 'momentary' and therefore are picked up by MSFS or of course AAO. There are a number of switches on this throttle (some 2-way and some 3-way) which do not appear to be momentary. They are not detected by MSFS/AAO. Has anybody managed to configure the 2-way switches with AAO? I appreciate there is probably a prior step to this (maybe using their target software) but I wanted to reach out to this community to see if anybody has managed this successfully Also, has anybody managed to configure the reverse throttle buttons (beyond the…
-
- 6 replies
- 958 views
-
-
I recently updated to the latest version (4.30 b12) and I am now having difficulties with a setup that I've had forever. I have the throttle and the reverser on the same axis, having defined the ranges of the axes separately, so that the input ranges don't overlap. This has worked flawlessly across almost all of my aircraft (in MSFS), but now seems to be having difficulties. It seems that the Axis assignment that is higher up in the order of Assigned Axes takes priority and only that input gets sent to the simulator, regardless of the range that the controller is in. In the example below, the reverser ranges get transmitted to the simulator, but the regular thr…
-
- 2 replies
- 764 views
-
-
Hi, As ist says in the title - I try to read the LVars from the BKSQ TBM850, but it keeps failing. My version is 4.10b51, and lorbysi-content-hooks is present in Community. I'm trying to find the variable for a specific button. Boris
-
- 26 replies
- 3k views
-
-
I have been troubleshooting a tablet problem most of the day and have isolated it to zzz-lorbysi-aao-pmdgtablet. Removing the AAO package resolved my problem. The PMDG tablet has recently changed which is probably the cause.
-
-
- 3 replies
- 1.8k views
-
-
Good day to all , I am struggling to execute RPN : -120·(>K:ROTOR_LATERAL_TRIM_SET). or 120 ·1/-/ ·(>K:ROTOR_LATERAL_TRIM_SET) works ok with positive input like 4000·(>K:ROTOR_LATERAL_TRIM_SET) Sure it is my fault at RPN notation.... Also tried JSCRIPT : (K:ROTOR_LATERAL_TRIM_DEC).exec(-120); Not work. Solved with a for loop using (K:ROTOR_LATERAL_TRIM_DEC).exec(1); ( done n times , n=120 in the example. Please some advice for doing directly , if posible. Thank you
-
-
- 5 replies
- 910 views
-
-
Hello, Lorby: I've been away from the sim for awhile but I'm back and I'm trying to connect the X-Touch Mini to AAO (actually with the X-Touch Gauge), but that's only after I can get the X-Touch to work with AAO by itself! So, here's what I've got: AAO version 4.30 b12 for MSFS. I downloaded AAO and installed it per your instructions. The X-Touch is the latest version and set up in "Standard" Mode (as opposed to MC Mode). When I try to assign the X-Touch as a device, it isn't there. However, MIDI Devices ARE enabled and when I "Show MIDI Devices", the X-Touch appears on both panels! I attempted to paste a screen shot of the Assign Button screen but the site…
-
- 11 replies
- 1.2k views
-
-
Hi, Just starting to land this plane, do we have AAO scripts for the Tfdi MD11 ? Thank you.
-
-
- 4 replies
- 1.5k views
-
-
I am using the Bridge to connect to the VrInsight Airbus FCU. I have programmed buttons and saved as a Template. However when I reopen the button numbers have changed and either nothing works or a different switch operates on the aircraft. I am very confused. Any ideas would be very helpful
-
- 4 replies
- 847 views
-
-
Hello! I'm thrilled to have my Behringer X-Touch mini 99% set up with the 777, lights and all. But I'm trying to configure the main slider control to activate and increase reverse thrust and I just cannot figure it out.. This is what I'm trying to achieve: Normal throttle control is on "bank A" and works fine with the slider control. I want to be able to switch to "bank B" and give the slider control of the reversers, push up to activate/increase reverse thrust, then when pulled down to "0" it cancels reverse thrust i.e. "F1 effect" only when it's at 0. I just can't seem to figure out the right combination to do this. Can anyone please point me in the ri…
-
- 2 replies
- 1.6k views
-
-
Hi, I'm just coming to grips with using voice in MSFS. I've implemented the example checklist you have in your documentation (as follows:). I can successfully request it by voice, but it's not pausing at the lines with [] as expected. Any thought as to why? Cheers,Cam. <Macro Name="FOSPEAK">VOICE:Microsoft James) (VOICERATE:0) (VOICEVOLUME:75) (SPEAK</Macro> (@FOSPEAK:Before start checklist.) (WAIT:4000) [](@FOSPEAK:fueling) (@FOSPEAK:checked) [](@FOSPEAK:chocks) (@FOSPEAK:removed) [](@FOSPEAK:traffic cones) (@FOSPEAK:clear) [](@FOSPEAK:A P U) (@FOSPEAK:checked on) [](@FOSPEAK:A P U bleed) (@FOSPEAK:checked …
-
- 7 replies
- 1.5k views
-
-
Hi folks, very new to all this scripting stuff, so used to downloading the scripts created by smarter guys than me (much appreciated by the way) but I have been unable to find anything to control the flaps on the PMDG 777 with my stream deck. I know I can map the flaps to my joystick and I have but I have problems with my hands and find it difficult to hit the buttons to lower and raise the flaps, thus the need for a button or buttons on my stream deck to use the flaps. I have already downloaded the fantastic profile and scrips by Guenseli from Flightsim.to (once again many thanks). However it does not contain a way to control the flaps, therefore I have decided to try cr…
-
- 5 replies
- 1.6k views
-
-
Hey folks, I want to create a display on the StreamDeck for the thrust control position in the Fenix A320, i.e. a bar that shows the position on a scale from -20 to 100. I can do that too. At the same time, I would also like to display whether the throttle is set to "TOGA", "FLX" or "CL". And there is the problem. Does anyone have any idea how I can read this variable? Thanks for your thoughts and hints.
-
- 1 reply
- 760 views
-
-
I have found that for most of the TFDI buttons, they consist of two separate sim events. For example: The APU 1·(>K:#73728) pushes the APU button/switch. If you send this command, the button itself stays pushed in 1·(>K:#73729) returns the APU button/switch to the out position So in order to push the button and have it cycle both in and out as is proper I am using 1·(>K:#73728)·(WAIT:400)·1·(>K:#73729) Now, if I assign this to a rocker on my HC Bravo, it turns on and off no matter where the rocker starts (up or down) as would be expected. Would the IS TOGGLE feature make this so the rockers visual position would indicate if the APU is on or o…
-
- 9 replies
- 2.2k views
-
-
Hi all I am new to Axis and OHS I mainly bought it so I could get my bravo throttle autopilot rotary switches to work for heading altitude and speed etc.in the Fenix A320 I have them working and can switch them with the selection switch on the honeycomb bravo throttle. However.Can this be set so that the response speeds up after if you move the dial fast? It almost looks to be an option when you select the switch and what you require the switch to control however I have no clue as to how to set it up. Also I am struggling a bit to understand the manual. Its certainly not a show stopper if this can not be done but it would help a lot I guess …
-
- 4 replies
- 1.6k views
-