- Messages
- 1
- Country

hello developers!
I have been working with simconnect and prepare3d to create a application using visual c++. This application is mainly to perfom certain tests on simulators. As of now, I can use the application to choose a specific test file, and launch prepare3d to perform the test as required. After the test is completed, the application also creates a file where all data regarding the test is saved in .txt format. (eg: aileron movement, throttle movemet etc).
Now, my next aim is to completely automate the testing. So now I plan to use the data file created previously to do the automatic testing. My question is: Can I use prepare3D to read the file and execute the flight according to the data in the file? I thought that the function "SimConnect_FlightPlanLoad" can be used for this purpose. However, that does not work. Is there a different way that I can read the data to recreate the flight?
Cheers!
I have been working with simconnect and prepare3d to create a application using visual c++. This application is mainly to perfom certain tests on simulators. As of now, I can use the application to choose a specific test file, and launch prepare3d to perform the test as required. After the test is completed, the application also creates a file where all data regarding the test is saved in .txt format. (eg: aileron movement, throttle movemet etc).
Now, my next aim is to completely automate the testing. So now I plan to use the data file created previously to do the automatic testing. My question is: Can I use prepare3D to read the file and execute the flight according to the data in the file? I thought that the function "SimConnect_FlightPlanLoad" can be used for this purpose. However, that does not work. Is there a different way that I can read the data to recreate the flight?
Cheers!