InternalsPluginV3 Problem with MaxRPM

skeemo

Hi,

i am developing a plugin for telemetry output at the moment. Everything works fine so far.

But I have a problem with the TelemInfoV2.mEngineMaxRPM member.
I am getting very small values and therefore cannot use it in my telemetry application :
That's the value i got :
1.05638e-38

I guess that I am doing something wrong with rF1 here.

I use the same member in the rF2 Version of the SDK. There it works just as expected and I do get the correct values.

Any help or hints appreciated :)

Thanks

Chris


EDIT:

Ok, nevermind, while typing this, I got an idea, what finally was the solution.
For those who are interested in it:
In my application I just checked for a local boolean variable to determine if I need to read out the maxRPM value provided by the plugin, and changed that variable after it, so that I dont need to recalculate stuff over and over.
Now I added a second condidtion to it, which is that the maxRPM value has to be higher than 500.
The outcome is, that I now only change the bool var if I also received a valid maxRPM value.
I guess that is a timing issue.
 
Last edited:

Back
Top