AxisAndOhs Support
This is the support forum for Lorby-SI's AxisandOhs
1245 topics in this forum
-
I just picked up the Logitech Radio Panel and added it to my setup. I followed the directions in the manual for setting it up and everything works great with one exception. The QNH is displayed properly but every time I try to change the pressure it goes back to whatever the current pressure in the 737 is, it does not change the pressure in the sim. I can update it with the mouse on the panel or I can hit the "B" button but I can't use the rotary knob on the Logitech panel to change it. I have not tried any other aircraft so I am not sure if this is a PMDG issue or a me issue, this is obviously not a show stopper, just an issue that I have noted, I am using 29_b28 v…
-
- 9 replies
- 2.7k views
-
-
Hi there, I would like to assign some views to a voice command (overhead, external view, drone view etc.). My initial thoughts were to use a virtual event for this, where I assign the key combo I use now on my real keyboard tot a virtual event on the virtual keyboard. This doesn't seem to work however. I try to find a solution in the manual, but couldn't find it. Can you help me out with this issue? Kind regards, Vincent
-
- 6 replies
- 1.9k views
-
-
I recently purchased Axis and Oh's and have used the MSFS version with no issues. Yesterday I tried the X-Plane version, 4.10 b51, and when I go under the menu "Scripting/Scan XPLANE files for DataRefs and Commands/ the application quits
-
- 5 replies
- 1.2k views
-
-
My X-touch Mini will no longer function after Windows 11 updated my Net Framework yesterday.. It is recognized as a Midi device but when I try to add or use any of the functions, it does not work. Anyone else having a problem with theirs? MSFS 1.13.2.0 Help John
-
- 32 replies
- 3.6k views
-
-
Good morning, I've had a problem for some time. I use AAO for the stream deck, the FMCs of different planes and my x-touch. Everything is functional except the export of the FMC screen. The keys work without problems... I also use AviaServer and I have the same problem, only the screen does not work. After a few hours of searching, I can't find a solution. The ports are open, the software is up to date, if you need a screen, tell me. It's work on the local netword and same computer. I have a Touchscreen connected to my computer with HDMI and USB. Firewall desactivated... It must be stupid... But I don't think so. Thank you. My Option.ini [SDK] EnableDataBroadca…
-
- 13 replies
- 1.5k views
-
-
I am working on my C208B checklist and the Item I came to was EIS - Check Parameters. So after speaking the item, I say pause, and I want the CL to pause - when I have checked everything, I intended to hit the key I have set up to toggle the pause and then it was to confirm the check was made. However, it only immediately confirms completion - I don't understand why. Here's the lines: ; :EIS ; [*Check|Repeat|Pause*](@C208B:Engine Indicating System - Normal) (L:AaoClConfirm) 1 == if{ (GOTO:EIS_Complete) } (L:AaoClConfirm) 2 == if{ (@C208B:I say again) (GOTO:EIS) } (L:AaoClConfirm) 3 == if{ (AAO_CL_PAUSE_TOGGLE) } ; :EIS_Complete (@C208B:Engine Indicating System Confirm…
-
- 15 replies
- 1.7k views
-
-
Hi, had to reinstall everything on new hard drive. Downloaded plugin file, but stupidly opened in “always” explorer!! 🙄 now can’t download in original format! Any ideas please? Andrew
-
- 2 replies
- 1.1k views
-
-
Hello all, when developing the new AI based features of AAO 4.10, I've implemented a fun series of scripts that allow me to have a conversation with ChatGPT. I will just leave those here, as they also demonstrate some programming techniques that can be useful in AAO. This example is quite involved as it uses several services at the same time - the ChatGPT API and Microsoft Azure Cognitive Services - You will have to create your own ChatGPT API account as described in the AAO manual. Be mindful that using ChatGPT is not free, you will be charged for accessing the AI. - And you will have to create a billable Azure Account, also as pointed at in the AAO manu…
-
- 10 replies
- 1.7k views
-
-
Hi there, I use my StreamDeck as a virtual checklist - I have folders with each of the checklist items for a given airplane laid out in order. I try, where possible, to include buttons that represent the checklist items. For example, when I switch a battery on, I have a battery button from a profile I've previously downloaded that shows the state of the button, and the button can be pressed to toggle the state. Where I'm at is adding in a toggle button to represent variables that I create. For example, I would like a toggle button I can press that reflects that I have filed a flight plan. I don't need it to actually know that I've filed a flight plan, just…
-
- 8 replies
- 2.1k views
-
-
H there I read on a different forum someone trying to implement zulu time onto their Stream Deck, and the solution was to create a local variable and reference it with the script below: (E:ZULU·TIME,·Seconds)·3600·/·s1·flr·s2·l1·l2·-·60·s3·l2·l3·100·/·+·(>L:AaoZuluTime)·(E:LOCAL·TIME,·Seconds)·3600·/·s1·flr·s2·l1·l2·-·60··s3·l2·l3·100·/·+·(>L:AaoLocalTime) But I'm getting Zulu time displayed as 1.60 and local time as 19. any ideas? I feel like I may have the RPN syntax wrong. FYI true local time is 12:24pm and Zulu is 01:24am. Thanks, Cam.
-
- 4 replies
- 1k views
-
-
Hello: I need help setting up a prop axis which includes feathering. The slider on my Joystick puts out 0 - 16384 and I need -4096 - 16384 but I can't seem to get the value to go negative. I feel certain there is a way to map this but I don't see how. I would appreciate any assistance available. Thanks in advance.
-
- 8 replies
- 1.1k views
-
-
I've been using AAO's some a few years now. Currently on version 4.10 b51. I noticed recently that it is no longer auto-starting with MSFS. I have "Start automatically" and "Connect Automatically" checked and also "Force connection to running Sim" checked. I appreciate it's not a major problem, but just curious why it would no longer be starting as it used to ? Thanks Andrew
-
- 3 replies
- 1.8k views
-
-
Hi there, I'm trying to create a voice-controlled script to set the flaps in the PMDG B737. My intention is to make a simple script, that starts when I command (for example) 'Flaps five' that will move the flaps-lever directly to the five-position. I can't however find the sim variable that contains the flap-position. So far, I am only able to use the FLAPS_INCR event (see below), that moves the flaps just one position. So for flaps 5 I have to say 'Flaps down' three times. Can you help me out with this issue? (>K:FLAPS_INCR) (WAIT:2000)·\n (SPEAK:·flaps·set) Kind regards, Vincent
-
- 11 replies
- 1.9k views
-
-
Hello, I imagine this problem has been reported but I'm finding the topic difficult to locate. I'd appreciate a pointer. I have many keyboard keys assigned to cockpit actions. When I shift away from the sim to type some text in a different app, those key strokes are still recognised by the sim, even when the sim doesn't have focus. It plays havoc with the cockpit setup . Surely I don't have to precede every script with (FOCUS:flightsimulator). 😦 On page 100 of the manual, there's a note: On Windows systems, only the app that has the focus will receive keyboard events. Cheers and thanks
-
- 9 replies
- 1.4k views
-
-
I was wondering if anyone has thought and figured out how to use Axis and Ohs to make the volume knob on the active radio turn down the volume on VPilot, or even if that is possible.
-
- 1 reply
- 1.1k views
-
-
Hello, Lorby: Now that I have completely moved from SPAD to AAO, I have my aircraft of choice (C208B Grand Caravan) and the X-Touch Mini all set up. But now I want to set up the interactive Checklist (the main reason I moved to AAO). I am having moving from your manual to the real thing. Here's what I want to do (an example, showing only one item, the Parking Brake: 1. Copilot states the sub-checklist name, in this case the "Before Start" checklist. - I'm good here. 2. Copilot states the item name, in this case, the "Parking Brake - Set". Again, I am fine with this. 3. Here's where the wheels fall off. I want to say either "Check", "Repeat", or "Pause"…
-
- 11 replies
- 1.4k views
-
-
Just to let you know that www.axisandohs.com is blocked by the anti-virus detection on virgin media, one of the major fibre internet providers in the UK. Reports possible malware. This is not the antivirus software on the PC but at the core. It reports the following if you type the url This site can’t provide a secure connection www.axisandohs.com sent an invalid response. Try running Windows Network Diagnostics. ERR_SSL_PROTOCOL_ERROR Or the following if you click a link to it We think this site ma…
-
- 9 replies
- 1.1k views
-
-
So, I have a Virpil control panel that I am trying to use with the iniBuilds A300. The first commands I have tried to map without success are landing gear neutral and the Autopilot 1 and 2 switches. No matter what I try, I receive no response from the plane after mapping the commands to my controller inside AAO. Am I missing something obvious like choosing the wrong LVAR or is it maybe something else?
-
- 6 replies
- 1.9k views
-
-
Hello @ll, AxisAndOhs version 4.10 b51 has been uploaded to the shops today. Download the update from there once it has been deployed and just install it "over" the existing one. Here is the change log: Major Change: Replaced the sound output with NAudio to allow playing SOUND and SPEAK on different devices, with volume, balance and sound effect controls. Change: Scripting: added DSP effects processing to SOUND and SPEAK Change: Scripting: added SIGNAL and STOPSIGNAL commands Change: Scripting: added option to query the ChatGPT API for text results (requires billable ChatGPT API account!). Change: Scripting: added option to pla…
-
- 9 replies
- 1.7k views
-
-
Hello @ll, new on the axisandohs.com site is an AAO WebPage that will display the PMS GTN750 in web browsers (same general principle as the Web FMCs, the G3000 GTC and the other web pages) Please note that the web page cannot display the in-sim map. But if you can utilize the Bing Maps option that the PMS instrument offers, that can be displayed.
-
- 1 reply
- 893 views
-
-
Hello Can I make a double assignment on a joystick axis where only one of the two is energized depending on whether a condition is met or not? For example, i would like to assign brakes and spoilers to my joystick axis. Brakes on the ground (AGL 0 or near 0) and spoilers when AGL>0. Is this possible?
-
- 5 replies
- 985 views
-
-
Trying to use the FBW Web CDU with the Headwinds A300. The unit displays fine and the buttons function (changes the in cockpit CDU) but the screen portion is blank. Any troubleshooting suggestions?
-
- 12 replies
- 1.4k views
-
-
good day, I tried axisohs freeware with the gate for mcp combo 2 p3d5 everything seems well, except that the main software display "waiting to connect" I've done a reinstall of the client, but nothing happened any idea ? i ve read another similar story but i d like to find some cues before doing a full reinstallation best
-
- 5 replies
- 1.7k views
-
-
I’ve been trying to track down the source of some MSFS CTDs and other odd sim behaviors, and have had some results that involve AAO, but I’m at a loss to understand why. Complicating the matter is that the problems do not always occur, but when they do, AAO seems to be involved in some way. I have had a number of CTDs lately when loading into a flight. Progress bar gets to 80-90% then dumps to desktop with the usual unhelpful 0005 code. Restart, try again, CTD. When I disable lorbysi-content-hooks in the add-on linker and then restart the sim, the flight loads normally. Doesn’t always happen, but when it does disabling the hooks usually fixes it. On exiting a f…
-
- 15 replies
- 2.2k views
-
-
A suggestion: at times, when I open an assigned axis, I notice that the device has changed on its own and lists another device( an axis originally assigned to a throttle quadrant, now shows rudder pedals as the device), without my having moved the physical lever at all. This is frustrating. I know I can "lock" the assignments, but the "lock" hardware locks all of them, so it makes it very difficult if not impossible to check one axis for accuracy, lock it, and then move to another axis. Lately, I keep loosing axis function, and have great trouble trying to troubleshoot. Ideally, I should be able to assign an axis to a device and lock it permanently--unless I've phys…
-
- 20 replies
- 1.9k views
-