October 21, 20205 yr 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 October 21, 20205 yr by Lorby_SI LORBY-SI
October 31, 20205 yr 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 October 31, 20205 yr by Flyfaster_MTN002 SAR Pilot. Flight Sim'ing since the beginning.
October 31, 20205 yr 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
October 31, 20205 yr 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.
September 20, 20214 yr @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!
September 21, 20214 yr 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.