Hi Dave,
I pull a lot of data out of the Sim for my Sim (see below, I already told you about my project at an earlier stage). For that, I use a lot of custom WASM events, which I set at "Update every" of at least 0.01. The vertical speed (event 6003) for example I even set at 10.
But whenever I fly some dynamic maneuver, the connector seems overwhelmed by the amount of changing values and sends the same value multiple times in a row.
This amount of sent values seems to much for the Arduino Due I use and creates a delay of more than 500 ms between the sim on my PC and the displayed values on my physical sim. Sometimes the connector even crashes. Couldn't find any crashlogs.
I've set "Send message every ms:" at 6ms.


Hi Dave,
I pull a lot of data out of the Sim for my Sim (see below, I already told you about my project at an earlier stage). For that, I use a lot of custom WASM events, which I set at "Update every" of at least 0.01. The vertical speed (event 6003) for example I even set at 10.
But whenever I fly some dynamic maneuver, the connector seems overwhelmed by the amount of changing values and sends the same value multiple times in a row.
This amount of sent values seems to much for the Arduino Due I use and creates a delay of more than 500 ms between the sim on my PC and the displayed values on my physical sim. Sometimes the connector even crashes. Couldn't find any crashlogs.
I've set "Send message every ms:" at 6ms.