TrackVision Logger Properties file for RaceChrono v1.10

I used TrackVision for one year.
I edited Trackvision Logger properies file for RaceChrono v1.10 CVS file.

Find your Trackvision Logger foler and make this file.
File name is "RaceChrono V1.10 KPH.properties"

Please copy below and paste notepad and save as "RaceChrono V1.10 KPH.properties"
Display works well with "MoTeC_VideoGen GPS"

---------------------------------------------> Start
:: $Header$
:: Generic CSV logger definition file for RaceChrono V1.1.0
:: standard field mappings, KPH version
:: Copyright (c) 2003,2004,2005,2006,2007,2008 Apex Visualizations, LLC
:: Edited by Daehee Lee from Sout Korea

logger {
name = "RaceChrono v1.10 KPH";
description = "Logger properties RaceChrono v1.10";
library_path = "generic.dll";
field_name_record = 11;
first_data_record = 12;

}

field_mapping {
sample_time = "Timestamp (s)";
longitudinal_acceleration = "Longitudinal Acceleration (G)";
lateral_acceleration = "Lateral Acceleration (G)";
::speed_mph = "velocity";
speed_kph = "Speed (kph)";
rpm = "RPM (rpm)";
analog_ch01 = "slip";
position_x = "X-position (m)";
position_y = "Y-position (m)";
throttle_position = "Throttle Position (%)";

:: these fields are not mapped at this time
not_used = "Lap #";
not_used = "Distance";
not_used = "Distance (km)";
not_used = "Locked satellites";
not_used = "Latitude (deg)";
not_used = "Longitude (deg)";
not_used = "Speed (m/s)";
not_used = "Speed (mph)";
not_used = "Altitude (m)";
not_used = "Bearing (deg)";
not_used = "Trap name";
}
-----------------------------------------------------End

If any question and error, please note here
Sign In or Register to comment.