• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

Simple question

Messages
6
Country
unitedkingdom
Overriding variables

Hi,

I want to alter some aircraft variables due a more enhanced set of aircraft failures, I found how to set a variable but inmediatly after I set it the value comes back to the original.

For example: I want to simulate a fault on the Voltage system, I can alter the Ampers on the ammeter but it comes back to the original value after I set it.

Is there a way to override the simulator?

Thanks!!
 
Last edited:
For example: I want to simulate a fault on the Voltage system, I can alter the Ampers on the ammeter but it comes back to the original value after I set it.

Is there a way to override the simulator?

I assume you are talking about the SimVars.

The electrical system is a system. The amperage readouts are really a result of the supply voltage available to the system and the loading of the circuits connected. I think what you are seeing is that the amperage is a result of other computations.

Thinking logically, I would suspect that a fault in an electrical supply would affect the voltage available -- like with the battery running flat. I know you can influence the battery charging level and its voltage very simply by writing to it. Maybe you should try changing some of the voltages?

Bearing in mind some of the voltages are derived from the generators you may need to track back even further and somehow affect those too. It may end up that you need to be writing values to a large part of the electrical and generations systems.

I really don't know how much Microsoft has really allowed us to get into this system. Not a lot I suspect. I did actually find it surpising that they had apparently allowed most of the electrical variables to be written to.

In FS2004 and before, to have a sustained effect on many of these sorts of things I had to arrange to write to them as fast or faster than the Sim engine (SIM1) could overwrite them with new values. I've not done this with electrical values (except of course the Master Battery Voltage), but it was something I certainly needed to do to deal with visibility and wind effects in FS2004 and before.

Regards

Pete
 
Hi Peter,

Thanks for reply, you were right, affecting other electrical systems like generators and voltage levels are the way forward.

Thank you for your reply
 
Back
Top