At the start of each project, I usually take a set of files CFG and FLT consistent with each other and then adapt them to my needs.
In this set of files, it happens that the main commands of the auto-pilot are defined. For the Super Stearman, I did not pay attention knowing that the plane did not have this kind of instrument and then I forgot to delete the lines.
Anyway, until this morning,
I had never programmed an auto-pilot, I’m talking about the one that is native with FSX then MSFS.
Searching a little I found some explanations in a post on flightsim.com.
Finally in my files I had almost everything that was necessary to make it work.
In fact, the basic auto-pilot which at the release of MSFS was quite bugged, has been fixed (I believe) and to me it seems to be functional.
It relies on instructions that are in the FLT (they were there in my basic set of files) and in the file system.cfg: heading [AUTO-PILOT] ... but
it lacked an instruction in the electrical part to make it work.
What had to be done is to add an electric line that feeds the PA, using the princpal electrical circuit and giving very low consumption values so as not to discharge the battery.
HOWTO:
- Open the systeme.cfg file in a Notepad,
- Find the heading [RADIOS]
- Just above this heading add the two following lines (just copy/paste them in the right place in systeme.cfg) :
- Save the file and test in FS20.
I have tested this afternoon,
it seem to work for me. Twice43 and
DennyA, can you confirm this ?
If it is OK for you (it is very simple to do
) iI will include this modification in the next release
PS: For the list of basic commands in MSFS, find the Autopilot section in the documentation.