Jump to content
Sign in to follow this  
Guest aerobln

FSX Connection with other simulation

Recommended Posts

Guest aerobln

Hello,its possible with the new simconnect to use the FSX as Visual System only. We have a other simulation and we want to use the FSX as visual system. The Simulation sends data (Lat,Long, Alt, HDG etc.) to FSX.Thanks for helping.Bjoern

Share this post


Link to post
Share on other sites
Guest sjuk72

Hi Bjoern,You can update data of an FSX object, a quick look at the SDk docs reveals this: SIMCONNECT_DATA_INITPOSITION Init; Init.Altitude = 5000.0; Init.Latitude = 47.64210; Init.Longitude = -122.13010; Init.Pitch = 0.0; Init.Bank = -1.0; Init.Heading = 180.0; Init.OnGround = 0; Init.Airspeed = 60; hr = SimConnect_SetDataOnSimObject(hSimConnect, DEFINITION_6, SIMCONNECT_OBJECT_ID_USER, 0, 0, sizeof(Init), &Init );This should be enough to get you started?Kind Regards,Simon

Share this post


Link to post
Share on other sites
Guest gita1111

>Hello,>its possible with the new simconnect to use the FSX as Visual>System only. We have a other simulation and we want to use the>FSX as visual system. The Simulation sends data (Lat,Long,>Alt, HDG etc.) to FSX.>Thanks for helping.>>BjoernHi Bjoern, Have you had any luck with this? I'm interested in doing the same thing.thanks,paul

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...