Skip to content

Simconnect and the Arduino board update speed? #805

Answered by DocMoebiuz
Thick8 asked this question in Q&A
Discussion options

You must be logged in to vote

values are sent to the arduinos every time they change.

values are read from the sim in different ways depending on the flight sim.

fsuipc connection requests the data with every loop through the output configs.

sim connect receives the data as soon as it changes.

xplane 10 times per second.

However, the current values are only evaluated when an individual config item is executed because there are transforms and other manipulation possible.

Bottom line, if you want to increase the responsiveness then you have the execution speed slider in the settings menu. the best value is to perform updates every 50ms or 20 times per second.

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by DocMoebiuz
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants