The online racing simulator
How to export telemetry values?
Hallo

i am not sure but i think i want to have the outgauge data

for my custom dashboard

Real Usb Dashboards (Speed Rpm ... ear ) need help for more

i am using the x-simultor.de prog to export

rpm
speed
fuel
gear
turbo

so can we have in a VB prog some more data?

like tire temp
brake balance


then i will have to find a way and send on a serial port
(USO)

and some more changes to the microcontroller programm

thanks a lot
LFS does not send information about tire temps, brake balance, anti-roll bars and such things at the moment.


Ans how this guy can export more data than

speed
rpm
geat
fuel
turbo

thanks
That would be OutGauge, brake balance is sent as a string though. You should have received a copy of docs/InSim.txt with your install of LFS, the OutSim and OutGauge structs are at the bottom of that file
sry but do we have an example how to read this values in VB

for example

if (abs=true) then
sent to mocrocontroller "Bon"
else
sent to mocrocontroller "Boff"
end if

if (traction = true) then
send to microcontroller "Ton"
else
sent to mocrocontroller "Boff"
end if

how can i get the bold lines or somethink familiar

thanks a lot
You'll have to use a bitwise AND since the lights are not individual booleans but encapsulated into ShowLights's bits:
if(packet.ShowLights & DL_ABS) // ABS light on

I don't know VB, so I can't help you with specific details
ok in an another language ?
#8 - Stuff
If you want VB6, then heres my example.. Dunno about VB.NET though
ok thanks a lot

but i though i new more

how to read it?

FGED GREDG RDFGDR GSFDG