• 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.

External Flightmodel

Messages
1
Country
germany
Hi all!

Can someone tell me if it is possible to connect an external Flightmodel to FSX ?
I want to update the position and orientation of the aircraft about every 20 msec. (For clarification: I dont want to tweak the flight dynamic tables and let FSX do the FM calculation, it's a complete new flight model)

Maybe another option is to update a cameraposition in the FSX-World, if i cannot directly override the FM from FSX ?

Thanks in advance
Frank (FSX Newbie)
 
Hi,

I can't remember what it was called, but I'm pretty sure there is one for FS2004.

Best regards,
Robin.
 
I don't know myself but if you have FSX Deluxe you might want to check out the SimConnect SDK. It's intended to interface with external modules.
 
I've done pretty much exactly the same thing this week. I've used FSUIPC4 (you could use SimConnect in FSX and it would probably be more efficient) to input lat/long and altitude positions at a rate of 20Hz.

The only downside is that to prevent your model from misbehaving inbetween positional messages, (i.e. rolling and pitching), you have to put the sim into Slew mode, which then disables sound and gauge output, (i.e. airspeed, rate of climb, etc.)

These side-effects aren't important for what I'm doing, but if they are for you then you might be able to do away with the slew mode if you use an inert flight model within the sim, i.e. like a hot-air ballon, or something that has no stall speed, aicraft instability, etc.), so you could then leave the sim in normal mode and send positional information to it. Hmm, thinking about it, you probably still wouldn't get airspeed, etc. info. You may have to write custom gauges that display values that aren't the sim's normal flight dynamics values, but imported from outside, i.e. your external flight model.

Si
 
Back
Top