Data Analysis Software - Motec, Gems, AEM
Moderators: JeffC, rdoherty, stieg, brentp
-
- Posts: 4
- Joined: Mon Jan 07, 2013 8:54 pm
Looking at the logs, distance starts at some crazy number like 5778 for me. Then it starts a lap by lap count of distance, resetting each lap.
Anyway, you can go to Data at the top in GEMS, then distance channel setup. Unclick the first box and go to the second box and you can calculate distance from speed. You have to add the speed channel. The distance variable has a problem in the RCP logs and every time I tried to use the GPS data, GEMS just crashes.
Anyway, you can go to Data at the top in GEMS, then distance channel setup. Unclick the first box and go to the second box and you can calculate distance from speed. You have to add the speed channel. The distance variable has a problem in the RCP logs and every time I tried to use the GPS data, GEMS just crashes.
-
- Posts: 70
- Joined: Tue Mar 10, 2015 3:31 pm
- Location: Detroit, MI
My experience echo's bmotorsports's. I have been post processing (in excel) the distance data from the GPS speed. At 50Hz, the raw distance data coming out of RCP was not accurate. I switched to 10Hz, which has been giving better position data, and creating my own distance data channel based on speed in Excel after converting the file with the perl script from this thread. I then use Dlog99 to convert and configure the distance channel after opening in GEMS.
All my data is from auto-x, so I can't speak to how lap by lap distance works.
In summary, I'm longing for the day ASL (re)releases their analysis software. Hopefully it will have good functionality like GEMs.
All my data is from auto-x, so I can't speak to how lap by lap distance works.
In summary, I'm longing for the day ASL (re)releases their analysis software. Hopefully it will have good functionality like GEMs.
Josh
Hi All,
I'm trying to use the tool RCP2GEMS with the example file but something is not working.
Steps I did.
1. git clone https://github.com/autosportlabs/RCP2GEMS.git
2. cd RCP2GEMS/
3. ./python/RCP_conv.py RCP_Demo.LOG RCP_Demo_dlog.csv
its output was:
0 lines skipped
(True, 'RCP_Demo_dlog.csv')
Then I opened Dlog99 (I downloaded it from http://www.gems.co.uk/?content=pages&id ... -downloads) I chose File Import and selected RCP_Demo_dlog.csv, Float Import, but I am getting the "0.0 is not a valid floating point value" (I attached a picture of the error message).
Do you have any idea of what could be wrong?
Thanks in advance.
I'm trying to use the tool RCP2GEMS with the example file but something is not working.
Steps I did.
1. git clone https://github.com/autosportlabs/RCP2GEMS.git
2. cd RCP2GEMS/
3. ./python/RCP_conv.py RCP_Demo.LOG RCP_Demo_dlog.csv
its output was:
0 lines skipped
(True, 'RCP_Demo_dlog.csv')
Then I opened Dlog99 (I downloaded it from http://www.gems.co.uk/?content=pages&id ... -downloads) I chose File Import and selected RCP_Demo_dlog.csv, Float Import, but I am getting the "0.0 is not a valid floating point value" (I attached a picture of the error message).
Do you have any idea of what could be wrong?
Thanks in advance.
- Attachments
-
- Error I'm getting.
- Selection_028.png (14.71 KiB) Viewed 390018 times
-
- Posts: 70
- Joined: Tue Mar 10, 2015 3:31 pm
- Location: Detroit, MI
Hi mavab91, I want to say I've seen that error before as well.
2 suggestions to try:
1. If that file is open in another program (Excel), close that program and try the import again.
2. Try opening the .csv file in Excel, then re-saving (maybe with a new name) as a csv and closing.
Hope this helps.
2 suggestions to try:
1. If that file is open in another program (Excel), close that program and try the import again.
2. Try opening the .csv file in Excel, then re-saving (maybe with a new name) as a csv and closing.
Hope this helps.
Josh
-
- Posts: 2
- Joined: Fri May 29, 2015 7:44 am
- Location: Melbourne, Australia
Thanks Bm and Jc,
That would also explain the strange gps speeds I was getting, in the range of 80 km/h slow at an actual 200km/h.
Do we know of anyone in Australia using this hardware?
That would also explain the strange gps speeds I was getting, in the range of 80 km/h slow at an actual 200km/h.
Do we know of anyone in Australia using this hardware?
Mat Walker
DREAM Motorsport (F4, FFord, Aussie Sports Sedans)
Pedders Racing ( GT86 Australian Production Touring Championship)
Racing cars upside down adds an extra dimension to the problem
- Down under motorsport problems
DREAM Motorsport (F4, FFord, Aussie Sports Sedans)
Pedders Racing ( GT86 Australian Production Touring Championship)
Racing cars upside down adds an extra dimension to the problem
- Down under motorsport problems
First off, big thank you to everyone who has contributed to the GEMS conversion script. It was very straight forward to use.
I got two stints from our last ChumpCar race imported all the way and we have made some great progress already learning things from the data. There are a couple things really driving me nuts. I can't get segments working.
1. I can't get the segments to work at all. I have the distance channel setup and appears to be working well.
2. I have the track generated via GPS.
3. I plotted a start beacon.
4. I have laps now split up and lap times calculated.
I have tried both auto generated segments and manually inputted segments via distance. No matter what, it always detects all of my data in just the first segment.
Any ideas what I'm doing wrong? I worry that its something messed up in the data that no amount of fiddling with the interface can fix.
I got two stints from our last ChumpCar race imported all the way and we have made some great progress already learning things from the data. There are a couple things really driving me nuts. I can't get segments working.
1. I can't get the segments to work at all. I have the distance channel setup and appears to be working well.
2. I have the track generated via GPS.
3. I plotted a start beacon.
4. I have laps now split up and lap times calculated.
I have tried both auto generated segments and manually inputted segments via distance. No matter what, it always detects all of my data in just the first segment.
Any ideas what I'm doing wrong? I worry that its something messed up in the data that no amount of fiddling with the interface can fix.
Team Blog: http://www.roadtochumpcar.com
All,
Hopefully simple question / answer, but I can't get the script to work... I'm by no means a programmer so I'm sure it's user error.
I've installed Perl from: http://padre.perlide.org/download.html , and as described in the RCP3GEMS Readme installed Text::CSV, and am now recieving the following error while trying to run the script on either my own logs or the example posted on github.
Does anyone know what's going wrong here?
Thanks,
Ben
Hopefully simple question / answer, but I can't get the script to work... I'm by no means a programmer so I'm sure it's user error.
I've installed Perl from: http://padre.perlide.org/download.html , and as described in the RCP3GEMS Readme installed Text::CSV, and am now recieving the following error while trying to run the script on either my own logs or the example posted on github.
Does anyone know what's going wrong here?
Thanks,
Ben
- Attachments
-
- RCP2GEMS_error.JPG (117.3 KiB) Viewed 389804 times
Try opening your RCP_demo.LOG file in notepad - I bet it's really an HTML file. Did you rightclick a link and say SAVE AS or just click the link? Try getting the real log file, and it should be better. Or I could be completely wrong.
------------
Learning Race Capture Pro... on someone else's car
Learning Python/Kivy on my own PC
Learning Race Capture Pro... on someone else's car
Learning Python/Kivy on my own PC
Nicer graphs in GEMS?
Does anyone know, is it somehow possible to tell GEMS DA that channel is sampled with different rate?
I don't see a way to change the default setting, and the chart created based on 1KHz sample rate for the channel which was actually logged at 10 Hz looks not very nice: http://prntscr.com/8d7h4z
I don't see a way to change the default setting, and the chart created based on 1KHz sample rate for the channel which was actually logged at 10 Hz looks not very nice: http://prntscr.com/8d7h4z
I mentioned RC on here https://youtu.be/SmsqfNCmuYo
I am trying to use the perl script to convert a *.csv file I acquired from my datalogger (my datalogger is not a RCP one) and it seems like it can't recognize the time column in the *.csv. The first column in my file is the time column. I attach some photos with the *.csv and cmd with error.
- Attachments
-
- csv_pic.jpg (197.42 KiB) Viewed 388999 times
-
- Posts: 70
- Joined: Tue Mar 10, 2015 3:31 pm
- Location: Detroit, MI
Since the perl script was written specifically to convert RCP's .log files to .csv's that can be imported into DLOG99, you aren't going to have any success running the perl script on your data that is already in .csv form. You might try importing your .csv into dlog99 directly and see if that works.eangelov wrote:I am trying to use the perl script to convert a *.csv file I acquired from my datalogger (my datalogger is not a RCP one) and it seems like it can't recognize the time column in the *.csv. The first column in my file is the time column. I attach some photos with the *.csv and cmd with error.
Josh