iteracer71
06-27-2009, 12:34 PM
I am using a Dash / Data Logger from RLC (rlcracing.com). It captures either to a proprietary binary BIN file format, and/or can encodes the data right into the chasecam video file.
Using their latest PC software I can import a log file or video file, then export it to a tab delimitted text file. I have found that I can then import this into Excel, and back out to a CSV file. (tedious, but perhaps I can write a program to aid with the conversion once I get one going)
My problem is that I am not clear what the file specification is for dashware to read the file. Using the "other" feature it keeps giving an error reading the file when I attempt to import it.
- Does the first column need to be auto numbered?
- Does the second column need to be timestamp? If so, RLC does not export that value in the current version of their software
- Does the file format need to have delimiters for nulls?
- Can you point me to a basic well formed CSV that represents the mimimal set?
- Etc...
In short, without a clear file spec- I don't know how to format the data so dashware will read my files.
RLC Tab-delimited Exported Text File Format:
Water Temp Oil Temp Oil Pressure GForce - X GForce - Y GForce - Z Car Battery Tach Latitude Longitude Speed
201.72 238.16 84.26 0.64 0.97 0.12 14.82 5940.00
201.72 238.16 84.26 0.64 0.97 0.12 14.82 5885.00
201.72 238.16 84.26 0.64 0.97 0.12 14.82 5885.00
201.72 238.16 78.12 0.64 0.97 0.12 14.82 5889.00
201.72 238.16 78.12 0.64 0.97 0.12 14.82 5889.00
201.72 238.16 78.12 0.64 0.97 0.12 14.82 5995.00
201.72 238.16 78.12 0.64 0.97 0.12 14.82 5995.00
201.72 238.16 78.12 0.64 0.97 0.12 14.82 6071.00
201.72 238.16 78.12 0.64 0.97 0.12 14.82 6071.00
201.72 238.16 78.12 0.64 0.97 0.12 14.82 6097.00
201.72 238.16 78.12 0.64 0.97 0.12 14.82 6117.00
201.72 238.16 77.56 0.64 0.97 0.12 14.82 6117.00
201.72 238.16 77.56 0.64 0.97 0.12 14.82 6079.00
201.72 238.16 77.56 0.64 0.97 0.12 14.82 6079.00
201.72 238.16 77.56 0.64 0.97 0.12 14.82 6061.00
201.72 238.16 77.94 0.64 0.97 0.12 14.82 6061.00
201.72 238.16 77.94 0.64 0.97 0.12 14.82 6006.00
201.72 238.16 77.94 0.64 0.97 0.12 14.82 6006.00
201.72 238.16 77.94 0.64 0.97 0.12 14.82 5982.00
201.72 238.16 83.88 0.64 0.97 0.12 14.82 5982.00 4535.93847 -12241.96484 46.45
Re-formatted CSV File I put together:
Sample,Water Temp,Oil Temp,Oil Pressure,GForce - X,GForce - Y,GForce - Z,Car Battery,Tach,Latitude,Longitude,Speed
1,201.72,238.16,84.26,0.64,0.97,0.12,14.82,5940,,,
2,201.72,238.16,84.26,0.64,0.97,0.12,14.82,5885,,,
3,201.72,238.16,84.26,0.64,0.97,0.12,14.82,5885,,,
4,201.72,238.16,78.12,0.64,0.97,0.12,14.82,5889,,,
5,201.72,238.16,78.12,0.64,0.97,0.12,14.82,5889,,,
6,201.72,238.16,78.12,0.64,0.97,0.12,14.82,5995,,,
7,201.72,238.16,78.12,0.64,0.97,0.12,14.82,5995,,,
8,201.72,238.16,78.12,0.64,0.97,0.12,14.82,6071,,,
9,201.72,238.16,78.12,0.64,0.97,0.12,14.82,6071,,,
10,201.72,238.16,78.12,0.64,0.97,0.12,14.82,6097,, ,
11,201.72,238.16,78.12,0.64,0.97,0.12,14.82,6117,, ,
12,201.72,238.16,77.56,0.64,0.97,0.12,14.82,6117,, ,
13,201.72,238.16,77.56,0.64,0.97,0.12,14.82,6079,, ,
14,201.72,238.16,77.56,0.64,0.97,0.12,14.82,6079,, ,
15,201.72,238.16,77.56,0.64,0.97,0.12,14.82,6061,, ,
16,201.72,238.16,77.94,0.64,0.97,0.12,14.82,6061,, ,
17,201.72,238.16,77.94,0.64,0.97,0.12,14.82,6006,, ,
18,201.72,238.16,77.94,0.64,0.97,0.12,14.82,6006,, ,
19,201.72,238.16,77.94,0.64,0.97,0.12,14.82,5982,, ,
20,201.72,238.16,83.88,0.64,0.97,0.12,14.82,5982,4 535.93847,-12241.96484,46.45
Using their latest PC software I can import a log file or video file, then export it to a tab delimitted text file. I have found that I can then import this into Excel, and back out to a CSV file. (tedious, but perhaps I can write a program to aid with the conversion once I get one going)
My problem is that I am not clear what the file specification is for dashware to read the file. Using the "other" feature it keeps giving an error reading the file when I attempt to import it.
- Does the first column need to be auto numbered?
- Does the second column need to be timestamp? If so, RLC does not export that value in the current version of their software
- Does the file format need to have delimiters for nulls?
- Can you point me to a basic well formed CSV that represents the mimimal set?
- Etc...
In short, without a clear file spec- I don't know how to format the data so dashware will read my files.
RLC Tab-delimited Exported Text File Format:
Water Temp Oil Temp Oil Pressure GForce - X GForce - Y GForce - Z Car Battery Tach Latitude Longitude Speed
201.72 238.16 84.26 0.64 0.97 0.12 14.82 5940.00
201.72 238.16 84.26 0.64 0.97 0.12 14.82 5885.00
201.72 238.16 84.26 0.64 0.97 0.12 14.82 5885.00
201.72 238.16 78.12 0.64 0.97 0.12 14.82 5889.00
201.72 238.16 78.12 0.64 0.97 0.12 14.82 5889.00
201.72 238.16 78.12 0.64 0.97 0.12 14.82 5995.00
201.72 238.16 78.12 0.64 0.97 0.12 14.82 5995.00
201.72 238.16 78.12 0.64 0.97 0.12 14.82 6071.00
201.72 238.16 78.12 0.64 0.97 0.12 14.82 6071.00
201.72 238.16 78.12 0.64 0.97 0.12 14.82 6097.00
201.72 238.16 78.12 0.64 0.97 0.12 14.82 6117.00
201.72 238.16 77.56 0.64 0.97 0.12 14.82 6117.00
201.72 238.16 77.56 0.64 0.97 0.12 14.82 6079.00
201.72 238.16 77.56 0.64 0.97 0.12 14.82 6079.00
201.72 238.16 77.56 0.64 0.97 0.12 14.82 6061.00
201.72 238.16 77.94 0.64 0.97 0.12 14.82 6061.00
201.72 238.16 77.94 0.64 0.97 0.12 14.82 6006.00
201.72 238.16 77.94 0.64 0.97 0.12 14.82 6006.00
201.72 238.16 77.94 0.64 0.97 0.12 14.82 5982.00
201.72 238.16 83.88 0.64 0.97 0.12 14.82 5982.00 4535.93847 -12241.96484 46.45
Re-formatted CSV File I put together:
Sample,Water Temp,Oil Temp,Oil Pressure,GForce - X,GForce - Y,GForce - Z,Car Battery,Tach,Latitude,Longitude,Speed
1,201.72,238.16,84.26,0.64,0.97,0.12,14.82,5940,,,
2,201.72,238.16,84.26,0.64,0.97,0.12,14.82,5885,,,
3,201.72,238.16,84.26,0.64,0.97,0.12,14.82,5885,,,
4,201.72,238.16,78.12,0.64,0.97,0.12,14.82,5889,,,
5,201.72,238.16,78.12,0.64,0.97,0.12,14.82,5889,,,
6,201.72,238.16,78.12,0.64,0.97,0.12,14.82,5995,,,
7,201.72,238.16,78.12,0.64,0.97,0.12,14.82,5995,,,
8,201.72,238.16,78.12,0.64,0.97,0.12,14.82,6071,,,
9,201.72,238.16,78.12,0.64,0.97,0.12,14.82,6071,,,
10,201.72,238.16,78.12,0.64,0.97,0.12,14.82,6097,, ,
11,201.72,238.16,78.12,0.64,0.97,0.12,14.82,6117,, ,
12,201.72,238.16,77.56,0.64,0.97,0.12,14.82,6117,, ,
13,201.72,238.16,77.56,0.64,0.97,0.12,14.82,6079,, ,
14,201.72,238.16,77.56,0.64,0.97,0.12,14.82,6079,, ,
15,201.72,238.16,77.56,0.64,0.97,0.12,14.82,6061,, ,
16,201.72,238.16,77.94,0.64,0.97,0.12,14.82,6061,, ,
17,201.72,238.16,77.94,0.64,0.97,0.12,14.82,6006,, ,
18,201.72,238.16,77.94,0.64,0.97,0.12,14.82,6006,, ,
19,201.72,238.16,77.94,0.64,0.97,0.12,14.82,5982,, ,
20,201.72,238.16,83.88,0.64,0.97,0.12,14.82,5982,4 535.93847,-12241.96484,46.45