
Hi,
New Ledsmaster plugins for RaceRoom Racing Experience is available today (2022-12-01).
Changelog: Conformity with latest API of R3E,
gear value of truck is from 1 to 8 (Lo/Hi)
general voltage contains Battery level (0 – 100) for electric cars
waterWarning contains brake water tank level (from 200 to 0L), see below for more info.
Launch SLIMax Manager Pro and select “Check For Update” to get the latest software.
Cheers,
z
VDASH-EMU:
- Lo/Hi gear indicator of truck is unsupported
- to display the correct value of brake water tank level with VDASH-EMU,
create a DATA object with string format %3.0f
and edit the object to enter the following EVAL formula:
RaceRoom truck brake water tank level:
if(WATERWARNING<0 || WATERWARNING>100,WATERWARNING+256,WATERWARNING)
