Search found 70 matches

by JMcDonough
Sun Aug 12, 2018 9:58 pm
Forum: RaceCapture/Pro General Q&A
Topic: Data Analysis Software - Motec, Gems, AEM
Replies: 119
Views: 2364384

In case anyone else is looking for it, I found a copy here:

https://pcmhacking.net/forums/viewtopic.php?f=10&t=4191
by JMcDonough
Sun Apr 01, 2018 6:26 pm
Forum: RaceCapture App Bug Reporting / Feature Requests
Topic: Race Caputre 1.12.1
Replies: 2
Views: 10805

See other thread: https://forum.autosportlabs.com/viewtopic.php?t=5774&sid=673c45669818d7b482ce57cb0c44fc04 Known issue, being worked (assuming the issues is common with folks running intel integrated graphics). Thankfully I'm not using either of those features, but if I was - I'd share in your ...
by JMcDonough
Sat Mar 31, 2018 3:59 pm
Forum: RaceCapture App Bug Reporting / Feature Requests
Topic: RaceCapture App 1.12 crashing
Replies: 4
Views: 12063

Brent and co, I'm also getting a crash on the "Analog Sensors" page. Laptop on Win7 w/ Intel HS Graphics 4600 2.13.0 firmware, 1.12.1 windows app version. Still a known issue? 1.12.2 windows app version with fix upcoming? Also - short of the 1.12.0 change log on the blog post, where's the ...
by JMcDonough
Fri May 12, 2017 2:45 pm
Forum: CAN mapping discussion
Topic: CAN Mapping bug in Bit Mode for 2.11.0
Replies: 1
Views: 9139

CAN Mapping bug in Bit Mode for 2.11.0

FYI for you guys trying to use the new bit mode for the CAN signal mapping:

https://github.com/autosportlabs/RaceCa ... issues/926

Summary: Bit mode with big endian does not work correctly and will give unexpected outputs.

Per Brent, they're targeting 2.11.1 for the fix.
by JMcDonough
Tue Apr 18, 2017 12:52 am
Forum: RaceCapture/Pro introductions
Topic: What did I just buy....
Replies: 5
Views: 21681

The CAN data is in binary form. You tell it the length of the signal in the message, then those bits are taken together and turned into an integer. This integer is then scaled and offset. Example: Message $197 (hex ID) has the following data in it (4 bytes) : 1101 0110 1010 0001 1110 0111 1010 You t...
by JMcDonough
Sun Apr 16, 2017 10:35 pm
Forum: RaceCapture/Pro General Q&A
Topic: Where to get CAN OBD Channel Info for Ford?
Replies: 2
Views: 9931

This page on the wiki has some of the info you are looking for: https://wiki.autosportlabs.com/RaceCapturePro2_OBD2 Using standard OBD2 PIDs will alleviate the need for the manufacturer specific CAN bus message information. That information, for the most part, is not public information. Some vehicle...
by JMcDonough
Sun Apr 16, 2017 2:19 pm
Forum: RaceCapture App Operation and General Q&A
Topic: Convert log files to CSV or ASCII
Replies: 3
Views: 11137

I think you're asking about a script that's already be written :) :

viewtopic.php?t=3731&postdays=0&postorder=asc&start=45

The rccsv2gems script converts the .log to a csv with all of the cells populated.
by JMcDonough
Sun Apr 16, 2017 2:13 pm
Forum: RaceCapture App Operation and General Q&A
Topic: Autox with RaceCapture/Pro3
Replies: 3
Views: 10297

I've been getting GPS coordinates from a cell phone app ("My GPS Coordinates") to enter the start/finish points for auto-x. Seems to work well and enables the files to be loaded into podium or the RC App. I take screenshots on my phone to capture the coordinates, manually enter them in the...
by JMcDonough
Thu Apr 13, 2017 3:52 pm
Forum: RaceCapture/Pro introductions
Topic: What did I just buy....
Replies: 5
Views: 21681

My suggestions: For combining data and video: RaceRender (free version works well enough for me) or Solostorm ($$$ but has more perks) As Brent said, you can log standard OBD2 PIDs without any special info. Start there. Worry about the CAN stuff later. You'll at least be able to get throttle, engine...
by JMcDonough
Tue Jun 21, 2016 2:54 pm
Forum: RaceCapture/Pro General Q&A
Topic: .log to .csv format
Replies: 1
Views: 9669

you can read the .log files into excel directly and probably save as a csv.

Alternately the perl script to convert it into a csv for analysis in GEMS can be used. There's a sticky in this section on how to do that.
by JMcDonough
Mon Mar 14, 2016 8:20 pm
Forum: RaceCapture App Operation and General Q&A
Topic: Having problems viewing data using racecapture app
Replies: 20
Views: 51857

Thanks Josh, Do you know where I can get a copy of the script to be able to read the data in GEMS? Link to the download here: https://www.autosportlabs.net/RaceCapturePro_FAQ#Gems_Data_Analysis Instructions to use it are buried in this thread: https://www.autosportlabs.org/viewtopic.php?t=3731
by JMcDonough
Mon Mar 14, 2016 3:22 pm
Forum: RaceCapture App Operation and General Q&A
Topic: Having problems viewing data using racecapture app
Replies: 20
Views: 51857

Can you upload the actual log file to this thread? My understanding is that you need start/finish markers (and potentially other information (GPS Data?)) in order to be able to view data in the app. As a result of that, I resort to going through the conversion script and viewing files in GEMS. I thi...
by JMcDonough
Wed Mar 02, 2016 1:18 pm
Forum: RaceCapture/Pro General Q&A
Topic: Data Analysis Software - Motec, Gems, AEM
Replies: 119
Views: 2364384

RE: Speed multiplier?

I think there might be a conversion between kph and mph going on twice (1mph = 1.609kph, 1.609^2 =2.589

Can you post the raw log file?
by JMcDonough
Tue Jan 12, 2016 3:44 pm
Forum: Sensors
Topic: TPS data
Replies: 16
Views: 35755

What is the source of the TPS data? Raw voltage signal? OBD PID or CAN data? Electronic throttle?
by JMcDonough
Tue Jan 12, 2016 4:18 am
Forum: Hardware and Installation
Topic: OBDII PID support for these channels?
Replies: 3
Views: 11193

Something to keep in mind is that with PIDs, you are going to run into tradeoffs between number of parameters and update rate. That's where logging that information via CAN would be better, if all of those signals are sent over the bus and you can figure out the message IDs.