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

Using FS only for visual displaying

Messages
11
Country
france
Hi you all,
I am new to FS Community, and I want to use FS mainly to send the airplane data namely
Latitude, Longitude Altitude, heading, pitch, bank, and have FS display the visual or scenery of the position for a theoretical plane.
I am not interested in seeing the cockpit pannel.
Airplane data is sent in real time by a TCP/IP socket or computed by a program and to be sent at regular time interval to FS for visualisation.
Did somebody of this community solve a similar problem, or if not does someone have a clue to solve the problem.
Thank you in advance to all.
 
Hi,

That is possible. You need to interface with FS in that case. If you are using FS2004 you can use FSUIPC for it, for FSX you can use the SimConnect interface.

It allows you to feed the sim with external data. If you then make sure that you hide the cockpit you have only the visualisation that you want left.
 
Nothing works

I installed FS SDK for the installation DVD together with SP1A and SP2.
And I always have a receive error with
data.dwExcetion of SIMCONNECT_RECV_EXCEPTION data object
equals to 5
I think this means a version Mismatch
Can anyone be of any help.
In fact I simply copied the Managed Data Request of the samples given with the SDK compile it and run it.
I tried to find help on the Internet and didn't find any.
 
I moved your post to the SimConnect forum to get more response. I don't know the answer myself unfortunately.
 
Finally

I tried many things
Finally I did solve the problem by uninstalling
fs SimConnect Client
Fs SDK v 2
Installed again FS SDK
and installed SimConnect Client with
C:\Program Files\Microsoft Games\Microsoft Flight Simulator X SDK\SDK\Core Utilities Kit\SimConnect SDK\lib\SimConnect.msi
Now SimConnect Client vesion is
10.0.60905

And I do have the sample program working
I did not instal neither Update SP1A nor SP2 as installing them seem to create a problem at least on my version.
 
Yes, that's easily done. I've done exactly the same thing for a UAV gimbled camera simulator. The only real limitation is you can't zoom in on far away terrain and get it to load the high level of detail textures.

Si
 
Back
Top