Search found 30 matches
- Sat Apr 11, 2015 2:37 am
- Forum: RaceCapture/Pro General Q&A
- Topic: Data Analysis Software - Motec, Gems, AEM
- Replies: 119
- Views: 123393
Look at my repo, I made an edit for you. This was based on the copy I had locally, not Brent's new one, so there may be differences. I also changed a bunch of indentation a while ago, so that's showing up in the changes too. https://github.com/Copper280z/RCP2GEMS/commit/c748d0475ff07ec03b81591592435...
- Fri Apr 03, 2015 5:22 am
- Forum: RaceCapture/Pro General Q&A
- Topic: Data Analysis Software - Motec, Gems, AEM
- Replies: 119
- Views: 123393
Hi, Just updated the script here with the latest from this thread, updated the documentation and included a sample log file: https://github.com/autosportlabs/RCP2GEMS Script seems to work with the sample log file included. @PopKorn78, you can download the file directly from the site above- after na...
- Fri Apr 03, 2015 4:50 am
- Forum: RaceCapture/Pro General Q&A
- Topic: Data Analysis Software - Motec, Gems, AEM
- Replies: 119
- Views: 123393
I'm using this for perl. http://padre.perlide.org/download.html 1st, install that. What you mentioned will probably work, but I'm unfamiliar with it, so no idea for sure. 2nd, go find Dlog99 on the GEMS site, you'll need that 3rd, put the script referenced earlier into a notepad file named rccsv2gem...
- Fri Mar 20, 2015 2:13 pm
- Forum: RaceCapture App Operation and General Q&A
- Topic: Kivy fatal error on netbook
- Replies: 3
- Views: 3246
That's kinda what I thought might be the issue. I haven't paid much attention to graphics in the netbook/tablet area, do you know if opengl 2 is supported on most newer mobile hardware or if I've got to seek it out specifically. I've been running the app on my desktop, but it's a pain to bring the r...
- Thu Mar 19, 2015 3:08 pm
- Forum: RaceCapture App Operation and General Q&A
- Topic: Kivy fatal error on netbook
- Replies: 3
- Views: 3246
Kivy fatal error on netbook
I tried running the v2 application on my netbook, which is an old Asus 1005pe, single core atom 2gb ram, unknown gpu but probably integrated. When I run the app I get a popup that says something like "kivy fatal error" in English, then the rest if the error is in Japanese/Chinese type symbols. Does ...
- Wed Mar 18, 2015 10:12 pm
- Forum: RaceCapture App Operation and General Q&A
- Topic: Adding OBD2 channels that aren't on the list
- Replies: 9
- Views: 4984
That's interesting on the batching of the can messages, and great news on the custom PID's and can mappings. I had been planning on trying the PID that the Android app Torque said it was reading, but at that point I didn't realize it read the canbus too. I can share the mappings I've figured out for...
- Wed Mar 18, 2015 3:25 am
- Forum: RaceCapture App Operation and General Q&A
- Topic: Adding OBD2 channels that aren't on the list
- Replies: 9
- Views: 4984
I'm assuming the BCM and PCM are talking pretty frequently, the steering position is used in the TCS and stability control in this car, and it will play with the throttle and ABS to accomplish both. I assume the 30hz tick rate for the script is set so that it won't interfere with the rest of the ope...
- Wed Mar 18, 2015 12:14 am
- Forum: Lua Scripting
- Topic: getAccel function not working mk2 v2.7.8
- Replies: 8
- Views: 4013
- Tue Mar 17, 2015 11:21 pm
- Forum: RaceCapture/Pro General Q&A
- Topic: Data Analysis Software - Motec, Gems, AEM
- Replies: 119
- Views: 123393
Josh, The untouched racecapture logs are named RC_x.LOG, not .CSV, this is important. Try cding to your directory and just typing RC_0.log, notepad should open the (gibberish looking) log file, if it doesn't then make sure you have the name and extension correct. Once you've got it opening like that...
- Tue Mar 17, 2015 11:10 pm
- Forum: RaceCapture App Operation and General Q&A
- Topic: Adding OBD2 channels that aren't on the list
- Replies: 9
- Views: 4984
I actually found steering angle on CAN last night, so effectively this issue is 'solved' for me, but I'd still like to know if there is a way to do custom PID's, even if by editing config files and not through the UI. Finding it on the CAN bus really wasn't that hard, I setup the CAN logger like in ...
- Tue Mar 17, 2015 4:30 am
- Forum: Lua Scripting
- Topic: getAccel function not working mk2 v2.7.8
- Replies: 8
- Views: 4013
Your conditionals are not going to work like that, you are never changing the state of arm and you never set it to 1, which you require to start logging. EDIT: I think I misunderstood what you were asking, can you post some of the code you were using that didn't do what you wanted? Take a look at th...
- Tue Mar 17, 2015 4:21 am
- Forum: RaceCapture App Operation and General Q&A
- Topic: Adding OBD2 channels that aren't on the list
- Replies: 9
- Views: 4984
Unless Torque for android is lying to me, I think it's available via OBD PID. Even if it turns out not to be, I know there are other PID's that could be interesting and I'm curious if there is a way to access a custom PID. On the topic of the actual steering position, I have a string pot I can use a...
- Sun Mar 15, 2015 6:19 am
- Forum: RaceCapture/Pro General Q&A
- Topic: Data Analysis Software - Motec, Gems, AEM
- Replies: 119
- Views: 123393
Do I have my RCP settings wrong or is there no "Time" column in the current datalogs? All I have are "Interval" and "Utc". I get an error saying "Time column is not present in input csv". Neither "Interval" or "Utc" are directly equivalent to what the script expects for "Time" either, I've tried sti...
- Sun Mar 15, 2015 4:10 am
- Forum: RaceCapture App Operation and General Q&A
- Topic: RCP not visible to Win 7, USB drivers not working?
- Replies: 1
- Views: 1906
Sounds like you're having trouble getting the USB driver installed? Go to device manager and find the race capture pro somewhere in there, probably under other devices or something similar, maybe under COM ports. Once you find it Right click on it and pick update driver, pick browse my computer for ...
- Sun Mar 15, 2015 4:02 am
- Forum: RaceCapture App Operation and General Q&A
- Topic: Adding OBD2 channels that aren't on the list
- Replies: 9
- Views: 4984
Adding OBD2 channels that aren't on the list
I'm curious about adding OBD2 PIDs. What I specifically want is to be able to log the cars built in steering angle sensor. I see that there is a "obd2_channels.json" file in \resource\settings. I've played with it a bit but not had much luck achieving what I wanted to, or anything like what I expect...