PiBoSo Official Forum

GP Bikes => Suggestions and wishlist => Topic started by: neoraptor on December 24, 2013, 07:44:56 PM

Title: Telemetry
Post by: neoraptor on December 24, 2013, 07:44:56 PM
Hello,
Is there some kind of telemetry already available, to see how the bike is doing.
It would be really nice to be able to review data on a software like Motec, AEMData (this one is available for free).

Thank you,
Neo
Title: Re: Telemetry
Post by: HornetMaX on December 24, 2013, 10:03:42 PM
Telemetry data is available: it can be activated (http://forum.piboso.com/index.php?topic=19.0 (http://forum.piboso.com/index.php?topic=19.0)) but the format is a bit weird.

If you are familiar with C or any other programming language you can read the plugin example here: http://www.gp-bikes.com/downloads/gpb_example.c (http://www.gp-bikes.com/downloads/gpb_example.c)).

I'll have a look at AEMData: if its format is not a nightmare, it should take a few minutes to me to code a plugin that logs data to be displayed by AEMData. But it will have to wait once I'm back home (01 Jan).

MaX.
Title: Re: Telemetry
Post by: HornetMaX on December 25, 2013, 10:52:44 AM
Hmm ... had a quick look but I fear that yes, AEMdata Data Analysis Software is free, but the format it requires is not documented.
I may be wrong but ...

If anybody use similar products with car games (rF, iRacing etc) I can have a look to do the same for gpb.
Anybody using this stuff in KRP ?

MaX.
Title: Re: Telemetry
Post by: HornetMaX on December 25, 2013, 10:55:35 AM
Hmmm ... just found that: http://www.gems.co.uk/?content=pages&id=gems-data-analysis (http://www.gems.co.uk/?content=pages&id=gems-data-analysis)
Reading here (http://www.autosportlabs.org/viewtopic.php?t=3731&sid=ac99502f094278d972061e4955c0f6db (http://www.autosportlabs.org/viewtopic.php?t=3731&sid=ac99502f094278d972061e4955c0f6db)) it seems AEM stuff is based on GEM stuff and GEM seems to be able to read CSV data, interesting.

Will give it a try once back home.

MaX.
Title: Re: Telemetry
Post by: neoraptor on December 25, 2013, 11:12:16 AM
I know, I wrote the post there ;D
I develop a script with an american to import data from CSV to DLog99 and then, you can import it into gems or AEMData.
I can MP it if you want ;)
Title: Re: Telemetry
Post by: HornetMaX on December 25, 2013, 01:13:35 PM
Quote from: neoraptor on December 25, 2013, 11:12:16 AM
I know, I wrote the post there ;D
I develop a script with an american to import data from CSV to DLog99 and then, you can import it into gems or AEMData.
I can MP it if you want ;)
If the format is easy I can write a plugin that logs data directly in the right format, no script needed.

Can you post here an example of logged data that is readable by GEM/AEM ?

MaX.

P.S.
We already had a nice telemetry app for WRS/GPB, but the developer (random) is no longer on the forums hence the app no longer works for GPB beta4/4b :( It's a pity cause changes to do were trivial and the app was rather good for our needs.