SLEW mode always retracts aircraft gear

:wave: Thank you for using the Bug section, using templates provided will greatly help the team reproducing the issue and ease the process of fixing it.

2 tags are required: One for platform, and one for aircraft.

Are you using Developer Mode or made changes in it?

Have you disabled/removed all your mods and addons? If the issue still occurs with no mods and add-ons, please continue to report your issue. If not, please move this post to the User Support Hub.

Which aircraft are you reporting an issue about? (Please also add the proper tag for it)

All

Which aircraft version are you experiencing this issue on? (You can find this listed in the Content Manager under the Aircraft Name)

Brief description of the issue:

All aircraft retract the gear when entering slew mode. I see this has been an issue since December 2020. Could we get this looked at please. Cheers.

Provide Screenshot(s)/video(s) of the issue encountered:

Detailed steps to reproduce the issue encountered:

PC specs and/or peripheral set up if relevant:

Build Version # when you first started experiencing this issue:


:loudspeaker: For anyone who wants to contribute on this issue, Click on the button below to use this template:

Do you have the same issue if you follow the OP’s steps to reproduce it?

Provide extra information to complete the original description of the issue:

If relevant, provide additional screenshots/video:

And changing the simrate turns off my avionics. Until i said oops, i assigned that keypress already. My bad

Do you have the same issue if you follow the OP’s steps to reproduce it?

Yes

Provide extra information to complete the original description of the issue:

I’ve used this a lot when practicing landings, and had more than one belly landing as I forgot to raise, then lower the landing gear knob when on final. Not a huge issue, but an annoying niggle.

If relevant, provide additional screenshots/video:

Do you have the same issue if you follow the OP’s steps to reproduce it?

Yes (both FS2020 and FS2024)

Provide extra information to complete the original description of the issue:

Taking screenshots, you set up your aircraft and then use slew to fine tune the position. But the gear always retracts. Very frustrating.

Solution: The SLEW command should not change any aspect of the configuration. The SLEW configuration currently seems to have a predetermined configuration depending on whether the aircraft is in flight or on the ground.

This occurs whether Dev mode is on or off.

If relevant, provide additional screenshots/video:


The gear was still down after takeoff. Slew the aircraft to put it in a more scenic position and exiting Slew the gear is now up.

There’s something I’ve been meaning to try. If there is a simvar that holds whether slew mode is on or not, you could have an external tool like Spad detect when slew has been turned off, and automatically lower the landing gear for you.

I’ve had a quick look in the SDK, and there are some:

https://docs.flightsimulator.com/html/Programming_Tools/Event_IDs/Aircraft_Flight_Control_Events.htm?rhhlterm=slew&rhsearch=slew%20mode

Possibly “SLEW_OFF” may be of use? Have a conditional that detects that briefly flipping to “1”, or whatever the active state would be, then issue a gear down action.

I wonder if you could also issue a gear down when you are in slew mode…time to experiment tonight it seems. :slight_smile: