Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

AxisAndOhs: solution for the "10-degree-problem"

Featured Replies

  • Commercial Member

Hello @ll,

if you experience the "10-degree-jump" problem with MSFS, AxisAndOhs may have a solution for that.

For example the Autopilot Heading adjustment: By using RPN scripts instead of the simulator events (HEADING_BUG_INC / DEC) you can avoid the problem of the "controller acceleration" happening in MSFS:

Script for incrementing the heading bug by 1 degree:

(A:AUTOPILOT HEADING LOCK DIR, Degrees) 1 + (>K:HEADING_BUG_SET)

Script for decrementing the heading bug by 1 degree

(A:AUTOPILOT HEADING LOCK DIR, Degrees) 0 == if{ 359 } els{ (A:AUTOPILOT HEADING LOCK DIR, Degrees) 1 - } (>K:HEADING_BUG_SET)

Hope this helps...

 

Edited by Lorby_SI

LORBY-SI

  • 2 weeks later...
On 10/21/2020 at 4:15 AM, Lorby_SI said:

Hello @ll,

if you experience the "10-degree-jump" problem with MSFS, AxisAndOhs may have a solution for that.

For example the Autopilot Heading adjustment: By using RPN scripts instead of the simulator events (HEADING_BUG_INC / DEC) you can avoid the problem of the "controller acceleration" happening in MSFS:

Script for incrementing the heading bug by 1 degree:

(A:AUTOPILOT HEADING LOCK DIR, Degrees) 1 + (>K:HEADING_BUG_SET)

Script for decrementing the heading bug by 1 degree

(A:AUTOPILOT HEADING LOCK DIR, Degrees) 0 == if{ 359 } els{ (A:AUTOPILOT HEADING LOCK DIR, Degrees) 1 - } (>K:HEADING_BUG_SET)

Hope this helps...

 

Have this issue now. Which file is this editing? Has this been tested against latest patch?

Edited by Flyfaster_MTN002

SAR Pilot. Flight Sim'ing since the beginning.

  • Author
  • Commercial Member
20 minutes ago, Flyfaster_MTN002 said:

Which file is this editing?

Sorry, I'm not sure that I understand the question. There is no editing of files involved. The RPN scripts are a feature of the AxisAndOhs app, and they (and the app) only make sense when you are using an external controller for changing the heading bug (for example a MIDI rotary encoder or joystick buttons)

22 minutes ago, Flyfaster_MTN002 said:

Has this been tested against latest patch?

Yes, the RPN scripts still work as described.

Best regards

LORBY-SI

5 minutes ago, Lorby_SI said:

Sorry, I'm not sure that I understand the question. There is no editing of files involved. The RPN scripts are a feature of the AxisAndOhs app, and they (and the app) only make sense when you are using an external controller for changing the heading bug (for example a MIDI rotary encoder or joystick buttons)

Yes, the RPN scripts still work as described.

Best regards

Got it sorry don't have this app. Thought it was edits in MSFS apologies.

SAR Pilot. Flight Sim'ing since the beginning.

  • 10 months later...

@Lorby_SI

Are custom RPN scripts stored anywhere as text files? I would like to a) perform mass edits and b) make sure all of my scripts are backed-up. I would hate to have to write them all again!

  • Author
  • Commercial Member
6 hours ago, f0zb0z said:

@Lorby_SI

Are custom RPN scripts stored anywhere as text files? I would like to a) perform mass edits and b) make sure all of my scripts are backed-up. I would hate to have to write them all again!

C:\Users\...\AppData\Local\LORBY_SI\LorbyAxisAndOhs*
(See the chapter about "File handling" in the manual.)

Config database and user script files are saved in four generations.

Next version of AAO you can have external script files too (if they are too large to handle comfortably in the editor)

LORBY-SI

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.