AXIS AND OHS
  • Home
  • Media
  • Downloads
  • Where to buy
  • Contact
  • Privacy Policy

Axis And Ohs

AxisAndOhs Demo Version (2.29 b28)

Please make sure to use the demo version first to find out if your hardware is supported!
The demo version is fully functional, but it will shut down after 20 minutes.
Manual for MSFS
File Size: 4437 kb
File Type: pdf
Download File

MSFS (2020)
File Size: 9013 kb
File Type: zip
Download File

FSX Boxed Acceleration
File Size: 8736 kb
File Type: zip
Download File

Manual for P3D/FSX
File Size: 4497 kb
File Type: pdf
Download File

Prepar3D V5
File Size: 8834 kb
File Type: zip
Download File

FSX Steam Edition
File Size: 8737 kb
File Type: zip
Download File

Installing AxisAndOhs
File Size: 102 kb
File Type: pdf
Download File

Prepar3D V4
File Size: 8822 kb
File Type: zip
Download File

Prepar3D V3
File Size: 8782 kb
File Type: zip
Download File

The password for the ZIP file is: LORBY
All Lorby-SI products are constantly screened for malware with "Norton Security Premuim". You may still get false positives though, especially the SpursInt trojan or a simple "I don't know you, so you must be bad" by Windows Defender.

Please note: all assets below this point are not part of the payware/retail distribution of AxisAndOhs. They are freeware projects that are created as examples of how to use some AAO features, or just for fun.
​
The modules and programs are provided as-is. They are supported if and when necessary, but they are not covered by the AAO product warranty.


WebAPI troubleshooting

Most of the assets on the page rely on the AxisAndOhs WebAPI. Unfortunately network security often gets in the way and nothing seems to work.
Here is a short troubleshooting guide about things that can go wrong. 
AxisAndOhs WebAPI troubleshooting (WiP)
File Size: 959 kb
File Type: pdf
Download File


Plugin for the Elgato Stream Deck

AxisAndOhs has an API based on web technology (XmlHttpRequest or JSONP). This Plugin for the Elgato Stream Deck hardware demonstrates how this API can be utilized for bi-directional communication with the simulator. Not only can you send simulator events to trigger systems or buttons, but you can also read simulator variables and display the results on the StreamDeck.
The following download is a Plugin for the Elgato software with generic buttons. You can assign any simulator event or variable to them, including the MSFS hidden or undocumented ones (AAO v2.04 is required). With a few modest graphics skills, you can make your own rotating or sliding gauges too
​
- Start the sim and AAO (AAO must be run "As Administrator"!)
- Make sure that the WebAPI is activated in the AAO "Tools" menu
com.lorbysi.aao.streamdeckplugin_9_03.zip
File Size: 1376 kb
File Type: zip
Download File


Previous stable version, in case you run into trouble with the current release
com.lorbysi.aao.streamdeckplugin_7_06.zip
File Size: 1373 kb
File Type: zip
Download File

Picture
Sample SD profile with gauges (picture above)
File Size: 145 kb
File Type: zip
Download File


Sample SD profile with two demo MultiGauges. One is a tiny artificial horizon, the other the external power switch for the MSFS Airbus. It also includes a grid of MultiTileGauge elements forming a bigger artificial horizon gauge.
multitilegauge.zip
File Size: 1913 kb
File Type: zip
Download File

Picture

Lorby Stream Deck Editor

With this small app you can move or copy Stream Deck actions on and between profiles or devices.
For example, if you own a 15 button Stream Deck, you can download those nice profiles that talented people make and deploy on the flightsim websites anyway, and then use this editor to move the actions to 3x5 profiles that fit your Stream Deck.
Please note: you can do almost everything with the editor - BUT YOU CANNOT CREATE NEW ACTIONS! That functionality is limited to the proper Elgato Software.
lorbystreamdeckeditor_manual.pdf
File Size: 1408 kb
File Type: pdf
Download File

lorbystreamdeckeditor_1_01_b01.zip
File Size: 2271 kb
File Type: zip
Download File

Picture

WebAPI web server examples: buttons, gauge and FMC

This package contains examples of web pages that can be run on the AAO web server (requires AAO version 2.25 or later).
Just drop the contents of the ZIP file into \Documents\LorbyAxisAndOhs Files\WebPages. 
The FMC examples are for the default A320, B747 and B787 in MSFS 2020, plus the FlyByWire A320 and the WorkingTitle CJ4. There is a readme in each subfolder and a package that goes into your Community folder.
Also, be mindful of network security. All examples want to access the web server on the "localhost", meaning the current computer. You will have to replace that with the IP address of the computer where AAO is running on for remote access. Make sure that the port is the same as in the AAO settings, and that it is allowed through your firewall. The WebAPI troubleshooting guide applies here too.
lorbyaxisandohs_running_msfs_instruments_as_webpages.pdf
File Size: 1224 kb
File Type: pdf
Download File

webpagessamples_msfs_release.zip
File Size: 6012 kb
File Type: zip
Download File

Last update: 23.04.2022 21:43 GMT

Webserver / Audio Checklist system examples: generic checklist

This is a showcase about the audio checklist system. Just for kicks, a web based GUI has been added as well.
Please check the readme file in the ZIP for details. 
The checklist itself is nothing special, kind of generic. No SOP to speak of.

a320_web_checklist.zip (for MSFS)
File Size: 24 kb
File Type: zip
Download File

cj4_web_checklist.zip
File Size: 19 kb
File Type: zip
Download File

Picture

WebAPI example: tiny moving map

This is a tiny HTML page that demonstrates how to use the AAO WebAPI as a data provider for the smallest ever moving map based on OpenStreetMap, using Leaflet.
Make sure to change the default port 9080 to the AAO WebAPI in the html file if necessary.

leafletmovingmap.zip
File Size: 1 kb
File Type: zip
Download File

Picture

WebAPI example: Poor man's touch portal

Again a simple example of how to make a html page that you can run in any browser to control a few aircraft systems, including feedback
aao_simplebuttontable.zip
File Size: 1 kb
File Type: zip
Download File

Picture
Same file, with a little bit of CSS
aao_simplebuttontable_css.zip
File Size: 2 kb
File Type: zip
Download File

Picture

Desktop and Web instruments

With AxisAndOhs you have the option to add your own gauges to the Desktop/Web instrument feature. 

The AxisAndOhs gauge logic uses a simplified version of the legacy XML format in RPN notation (like FSX did).
  1. The place to save your XML gauge is: "\Documents\AxisAndOhs Files\UserGauges\"
  2. The graphics should be standard PNG 32bit format with transparency. 
    They go here: "\Documents\AxisAndOhs Files\UserGauges\1024\"
  3. The size of the background should either be 240x240 or 512x512 pixels. 

Limitations of the RPN code in AAO:
  • You can only read simulator variables (A: and P: only), but you cannot write to them
  • L: variables are local to AAO gauges and scripts, they are not injected into the simulator
  • <GaugeText> is possible, but the text should be simple. AAO doesn't support conditional string formatting (use <Visible> instead)
  • Mouse areas work differently than in a real gauge. At present you can only call single events with an assigned value - no scripting
Here are a few examples for MSFS (in other sims they may have limited functionality).
​
More examples will be added when they become available.
usergauges_v1.03.zip
File Size: 1259 kb
File Type: zip
Download File

Unpack the ZIP-file to \Documents\LorbyAxisAndOhs Files\UserGauges.
(AxisAndOhs will pick up the gauges automatically when you start it the next time)

Lorby MCP: This has gauge text, turning things (the dials to the right), buttons to be pushed and LEDs that turn on and off. 

​

Lorby Switch Panel: This gauge has the main switches of a GA aircraft. <Visible> tags are used to visually toggle the switch positions.
Picture

Picture

Lorby Status gauge: this one uses <Shift> a lot to move the pointers according to the variables in the simulator. The flaps indicator is split into leading edge (left pointer) and trailing edge flaps (right pointer).
Picture

Lorby PFD: this is an approximation of an Airbus PFD, but it works in a generic way - it doesn't tie in with the FMC or the other Airbus specific systems, so it can be used with every aircraft.
Picture

The Lorby MFD shows the flight plan that has been loaded into the simulator as your route. It will not react to or understand flight plans that are loaded into a 3rd party FMC/MCDU. With MSFS, make sure to build a full flight plan with departure and arrival, then the route display will be 
most complete.
​
On the MFD instrument there are 4 clickspots in the lower quarter of the display. With these clickspots you can change the range of the display or 
switch between the two variants (route/plan and nav)
Furthermore, this instrument reacts to the following simulator events, so you can assign them to joystick buttons with AxisAndOhs:
G1000_MFD_PAGE_KNOB_INC, G1000_MFD_PAGE_KNOB_DEC: to switch display type
G1000_MFD_ZOOMIN_BUTTON, G1000_MFD_ZOOMOUT_BUTTON: to change display range.
Picture

This gauge shows jet engine parameters. There are two separate gauges, one for engines 1&2, and another for 3&4
Picture

Picture

MSFS Cessna 152 Steam Gauges by G.W.

This is a panel with C152 Desktop/Web FIPs made by G.W.
These instruments require AAO version 2.29
gw_fips_aao_c-152_1_0.7z
File Size: 1697 kb
File Type: 7z
Download File

Picture

VRInsight MCP Combo II Bridge

This is a small program that connects the VRInside MCP Combo II Boeing to the AAO Web API

- FSUIPC or LINDA must NOT be running!
- Start the MCP first
- Start the sim and AAO (AAO must be run "As Administrator"!)
- Make sure that the WebAPI is activated in the AAO "Tools" menu
- Start the Bridge program
- Add a device with the "+" key, select the corresponding COM port and give it a name
- Once created, click on the green LED to connect the device
- You can doubleclick the device control to set it to connect automatically.

A button press on the MCP will register in the AAO button assignment dialog. You can configure the button actions to your liking in AAO. 


vritolorbyaaobridge_v1_53.zip
File Size: 520 kb
File Type: zip
Download File

No installer, just unpack the archive anywhere you like and doubleclick the exe to start the Bridge program. 
This program uses the AAO WebAPI. So it can be run on a different computer to the one where AAO itself is installed. ​
Picture

AAO templates to use with the Bridge

GA plane basic by G.T.S.
File Size: 66 kb
File Type: tmpl
Download File

G1000 Setup by G.S.
File Size: 76 kb
File Type: tmpl
Download File

Basic AP Setup by G.S.
File Size: 50 kb
File Type: tmpl
Download File

G3000 Setup by G.S.
File Size: 58 kb
File Type: tmpl
Download File


Sim Innovations "Knobster" Bridge

Like the above, this is a small program that connects the SimInnovation "Knobster" devices to the AAO Web API

- Start the sim and AAO (AAO must be run "As Administrator"!)
- Make sure that the WebAPI is activated in the AAO "Tools" menu
- Start the Bridge program
- The Bridge program will detect all attached Knobsters

A turn of the Knobster will register as left/right turn and the push as a "click" in the AAO button assignment dialog. You can then configure the button actions to your liking in AAO.
Picture
knobstertolorbyaaobridge_v1_00_b07.zip
File Size: 356 kb
File Type: zip
Download File

No installer, just unpack the archive anywhere you like and doubleclick the exe to start the Bridge program. 
This program uses the AAO WebAPI. So it can be run on a different computer to the one where AAO itself is installed. ​

Arduino Bridge

With this bridge program you can connect Arduino Mega or Nano boards to AxisAndOhs.

- Supports Mega 2560 and Nano R3
- Inputs can be read from digital and analog pins, plus rotary encoders
- Output can be directed to digital and analog pins, the standard LCDs (16x2 etc.) and 7-segment LED strips. 
arduinotolorbyaaobridge_v1_00_b08.zip
File Size: 1600 kb
File Type: zip
Download File

lorbyaxisandohs_arduino_bridge.pdf
File Size: 1197 kb
File Type: pdf
Download File

​No installer, just unpack the archive anywhere you like and doubleclick the exe to start the Bridge program.

This program uses the AAO WebAPI. So it can be run on a different computer to the one where AAO itself is installed. 

Picture

Generic HID Device Bridge

Again a small program that connects any compatible Windows HID device to the AAO Web API. 

This can potentially work for more exotic hardware, like GoFlight modules, where the actual communications protocol is unknown, but that are picked up as HID devices by Windows.


- Start the sim and AAO (AAO must be run "As Administrator"!)
- Make sure that the WebAPI is activated in the AAO "Tools" menu
- Start the Bridge program
- Start adding HID devices
- Customize the input and output buffers if necessary and applicable


You can then configure the button actions to your liking in AAO.
Picture
hidtolorbyaaobridge_v1_b04.zip
File Size: 1246 kb
File Type: zip
Download File

Password for the ZIP-File is LORBY
​No installer, just unpack the archive anywhere you like and doubleclick the exe to start the Bridge program. 
This program uses the AAO WebAPI. So it can be run on a different computer to the one where AAO itself is installed. 

Running AxisAndOhs on another computer

Starting with version 2.24, AAO can be run on another computer, using a remote SimConnect setup. This works with all sims, FSX, P3D and MSFS (though Asobo does not guarantee that this will be available in the future too!).
Instructions and sample config files are in the following package. Please make sure to check out the SDK documentation of your sim as well!
networkedaao.zip
File Size: 967 kb
File Type: zip
Download File

Powered by Create your own unique website with customizable templates.
  • Home
  • Media
  • Downloads
  • Where to buy
  • Contact
  • Privacy Policy