Add missing parameters to telemetry for plugins

cicci8ino

Active member
Hi,

As rF2 (already asked many times on Discord for clarification and on the forum here without ever getting a response), it seems that LMU is missing some relevant data in the telemetry. I'm talking about at least:
- TC level/mode
- TC power cut level
- TC slip angle
- Fuel mixture/Motor map
- ABS level
- Engine temperature for some cars, i.e. P2
- Water temperature for some cars, i.e. P2
- ARB
For hybrid/electric engines:
- Temperature (available as mEletricBoostMotorTemperature and mElectricBoostWaterTemperature)
- Deployment mode (electric engine power)
- Regen mode
- Recharge state (available as mBatteryChargeFraction and mElectricBoostMotorState)
Considering that the shared memory plugin is working without any change, I assume you are still using the exact rF2 Internal structures and invoking the same exported plugin functions. Therefore these parameters are probably not yet exposed by LMU too.

I kindly ask you to share if this is planned or will ever be planned.

I always hide MFD and I always rely on external devices for all the telemetry (i.e. external USB screen driven by SimHub). It would be awesome to get these values too.
It might be possible to get the same values via reverse engineering and direct memory reading but I don't think that's a viable and stable option for most of the user.

Thanks
 
Last edited:
Okay, open Simhub, left bar -> Dash Studio

Search for the Ligier-Dash- click on 3 bars right of Dash-Name and select edit dashboard.

Now you should have screen like attached. Look on right sight for "TC" Libary, open it and check if there is TC#

Clcik on it and check if you find "Text" with the red "fx" quadrangle and the "2" in its right. Click on the red quadrangle

New window openes like in attachement. There should be [TCLevel]

Just to check if you have right version runing. If there is something else (redadegblabla) then you have old version. Du you have maybe 2 versions installed?
 

Attachments

  • simhub.jpg
    simhub.jpg
    190.5 KB · Views: 15
  • text.jpg
    text.jpg
    28.2 KB · Views: 14
  • tclevel.jpg
    tclevel.jpg
    15.1 KB · Views: 14
Okay, open Simhub, left bar -> Dash Studio

Search for the Ligier-Dash- click on 3 bars right of Dash-Name and select edit dashboard.

Now you should have screen like attached. Look on right sight for "TC" Libary, open it and check if there is TC#

Clcik on it and check if you find "Text" with the red "fx" quadrangle and the "2" in its right. Click on the red quadrangle

New window openes like in attachement. There should be [TCLevel]

Just to check if you have right version runing. If there is something else (redadegblabla) then you have old version. Du you have maybe 2 versions installed?
Thanks so much! I’m not on anymore today but will try that as soon as I get back on. I definitely don’t have two versions as always delete the old one before installing a new one. Thanks again and hopefully I can get it sorted.
 
Hopefully i am not so dump to upload wrong version twice. Maybe someone else can report back if same issue aprears as for Aron?
 
Hello,

Regarding the Hypercars, I can’t see the values for:

"Regen_level" e.g. 170 kW

"Motor map" e.g. 40 kW

Does anyone know if these parameters have been implemented?

Thanks in advance
 
Hello,

Regarding the Hypercars, I can’t see the values for:

"Regen_level" e.g. 170 kW

"Motor map" e.g. 40 kW

Does anyone know if these parameters have been implemented?

Thanks in advance
Haven't check all the new values, but there also new added parameters that do not work as expected. Try to ask on Discord and hopefully stuff it will tell you something.
 
Hi all, with all these LMU telemetry updates can I configure in SimHub "lateral wheel slip" in my bass shakers properly? Until now it wasn't working as it should.

EDIT: What a pity, it looks like LMU still doen't provide accurate slip information...

Sin título.jpg
 
Last edited:
Hi all, with all these LMU telemetry updates can I configure in SimHub "lateral wheel slip" in my bass shakers properly? Until now it wasn't working as it should.

EDIT: What a pity, it looks like LMU still doen't provide accurate slip



 
please add :
1) Total virtual energy required for the race
2) Virtual energy per lap
3) Virtual energy remaining lap
4) timescale : X1 or X4 for example
5) tyre température inner/middle/outer from carcasse and from surface

Thank you
 
please add :
1) Total virtual energy required for the race
2) Virtual energy per lap
3) Virtual energy remaining lap
4) timescale : X1 or X4 for example
5) tyre température inner/middle/outer from carcasse and from surface

Thank you
You now that point 5 3 2 is in? You now simhub?
 
@Cand.Wo
Yes I know simhub
Point 5 does not reflect the actual temperatures present in the game.
We need reliable data provided by the game

For points 2 and 3 : I haven't found anything in SimHub. What is this data?
 
@Cand.Wo
Yes I know simhub
Point 5 does not reflect the actual temperatures present in the game.
We need reliable data provided by the game

For points 2 and 3 : I haven't found anything in SimHub. What is this data?
Download neored plugin then you have it . And the tires temps in the data is all together divided by number . Its in kelvin
 
Download neored plugin then you have it . And the tires temps in the data is all together divided by number
@Cand.Wo
Yes I know simhub
Point 5 does not reflect the actual temperatures present in the game.
We need reliable data provided by the game

For points 2 and 3 : I haven't found anything in SimHub. What is this data?
I can give you next week the fomula for tires with the same temps in lmu
 
Hi,

As rF2 (already asked many times on Discord for clarification and on the forum here without ever getting a response), it seems that LMU is missing some relevant data in the telemetry. I'm talking about at least:
- TC level/mode
- TC power cut level
- TC slip angle
- Fuel mixture/Motor map
- ABS level
- Engine temperature for some cars, i.e. P2
- Water temperature for some cars, i.e. P2
- ARB
For hybrid/electric engines:
- Temperature (available as mEletricBoostMotorTemperature and mElectricBoostWaterTemperature)
- Deployment mode (electric engine power)
- Regen mode
- Recharge state (available as mBatteryChargeFraction and mElectricBoostMotorState)
Considering that the shared memory plugin is working without any change, I assume you are still using the exact rF2 Internal structures and invoking the same exported plugin functions. Therefore these parameters are probably not yet exposed by LMU too.

I kindly ask you to share if this is planned or will ever be planned.

I always hide MFD and I always rely on external devices for all the telemetry (i.e. external USB screen driven by SimHub). It would be awesome to get these values too.
It might be possible to get the same values via reverse engineering and direct memory reading but I don't think that's a viable and stable option for most of the user.

Thanks

Yes, and please also add regen map, suspensions health, brakes health.
That's awesome to still have explore REST API to find missing data and even that do not allow to find everything.

Regards,
 
Back
Top