SimConnect: Frame rate on Client

Discuss on the SimConnect SDK can be used by programmers to write add-on components for Prepar3D
Locked
DevSim
Posts: 141
Joined: Thu Jul 07, 2011 12:45 pm

Post by DevSim »

Hi everyone,



Shift-Z lets one display the framerate and/or additional simulation related parameters. Is there a method to trigger the frame rate indication via SimConnect? If not, please feel free to move this thread to the feature requests.



Thanks,



DevSim
dsdawson
Posts: 36
Joined: Sat Jan 14, 2012 5:46 pm

Post by dsdawson »

Send the READOUTS_FLIGHT event.



Doug

pilotgil
Posts: 9
Joined: Fri Dec 16, 2011 6:59 am

Post by pilotgil »

Is there a way to store the frame rate data in a variable and pass it via Simconnect to another application?



Thanks,



Gil
Burkhard
Posts: 185
Joined: Tue Nov 22, 2011 7:51 am

Post by Burkhard »

Yes, there is a frame event you can subscribe to, then you get the actual frame rate sent with every frame...
pilotgil
Posts: 9
Joined: Fri Dec 16, 2011 6:59 am

Post by pilotgil »

Thank you!
Locked