AXIS_SLEW_* Events not Working

Version: 1.35.21.0

Frequency: Consistently

Severity: High

Context: Slew via SimConnect in standard flight with default Asobo aircraft.

Bug description:
The slew SimConnect events AXIS_SLEW_* from documentation
https://docs.flightsimulator.com/html/Programming_Tools/Event_IDs/Aircraft_Flight_Control_Events.htm
do not have any effect, also after slew got enabled using the SLEW_SET event.

Activating slew mode seems to work correctly, but actualy slewing with the AXIS_SLEW_* events does not.

Repro steps:

  • Start a normal world flight with any default Asobo aircraft.
  • Send SimConnect SLEW_SET event with parameter 1. => Seems to work.
  • Send any SimConnect AXIS_SLEW_* event. => No effect

Hello @abtools

We were able to identify the issue and it has been added to our backlog.
Thank you for reporting the problem

Regards,
Sylvain

Thanks, Sylvain, appreciating your quick feedback and looking forward to the fix!

Best regards
Andreas

1 Like

I’ll add my 3 cents. AHEAD and SIDEWAYS seem to work fine. All other AXIS_SLEW_* events just go full berserk no matter what value is inserted. It’s impossible to precisely control the aircraft. I think the same issue occurs in manual slew mode after pressing Y. It’s easy to control lat/lon location and alt works there but any pitch/roll/yaw movement is crazy fast and unusable. Perhaps this is somehow connected?

Is there any ETA for a fix if it’s already identified?

Any news on this bug?

@RobsonMi can you share a sample on AHEAD/SIDEWAYS movement?
Have tried but without luck

I’m able to send only “SLEW_TOGGLE”, “SLEW_RESET” and “SLEW_FREEZE”, all other SLEW_* commands seems to have no effect