Difference between revisions of "Meet Manager:Timing System Generic Txt Heat Files"

From Swim Wiki
Jump to: navigation, search
Line 1: Line 1:
 
This timing system interface expects txt files (one file per heat) in the selected data directory. If you have your own timing system, you may create such files and Meet Manager can import the data from there.
 
This timing system interface expects txt files (one file per heat) in the selected data directory. If you have your own timing system, you may create such files and Meet Manager can import the data from there.
  
The following filenames are valid: Session'''A'''-Event'''B'''-Heat'''C'''.txt or Event'''B'''-Heat'''C'''.txt where A, B, C are:  
+
The following filenames are valid: ''Session'''A'''-Event'''B'''-Heat'''C'''.txt'' or ''Event'''B'''-Heat'''C'''.txt'' where A, B, C are:  
 
* '''A''': The session number
 
* '''A''': The session number
 
* '''B''': The event number (e.g. 23) or the event number with the round (e.g. 7F for final event no. 7)
 
* '''B''': The event number (e.g. 23) or the event number with the round (e.g. 7F for final event no. 7)
Line 7: Line 7:
 
These filenames are used, when you click the read results button. If you press the Shift key, you get the menu where you can choose "result select" in order to select a specific file with heat results.
 
These filenames are used, when you click the read results button. If you press the Shift key, you get the menu where you can choose "result select" in order to select a specific file with heat results.
  
Each file is a CSV file with semikolon's as column separators. Each record contains the data for one lane. A column named '''LANE''' is mandatory. Then you may have any number of swim time columns ('''TIME50''', '''TIME100''', '''TIME200''', .....) and columns for reaction times ('''RT1''', '''RT2''', ....).
 
  
LANE;TIME50;TIME100;TIME200;TIME300;TIME400;RT1
+
Each file is a CSV file with semikolon's as column separators. Each record contains the data for one lane. A column named '''LANE''' is mandatory. Then you may have any number of swim time columns ('''TIME50''', '''TIME100''', '''TIME200''', .....), columns for reaction times ('''RT1''', '''RT2''', ....) and columns for backup times ('''BACKUP1''', '''BACKUP2''', '''BACKUP3''').
1;35.22;1:11.22;2:25.11;3:41.93;5:02.02;+0.56
+
 
2;34.99;1:09.21;2:24.44;3:38.21;4:59.99;+0.77
+
LANE;TIME50;TIME100;TIME200;TIME300;TIME400;RT1;BACKUP1<br />
 +
1;35.22;1:11.22;2:25.11;3:41.93;5:02.02;+0.56;5:02.31<br />2;34.99;1:09.21;2:24.44;3:38.21;4:59.99;+0.77;5:00.12

Revision as of 07:45, 4 June 2012

This timing system interface expects txt files (one file per heat) in the selected data directory. If you have your own timing system, you may create such files and Meet Manager can import the data from there.

The following filenames are valid: SessionA-EventB-HeatC.txt or EventB-HeatC.txt where A, B, C are:

  • A: The session number
  • B: The event number (e.g. 23) or the event number with the round (e.g. 7F for final event no. 7)
  • C: The heat number

These filenames are used, when you click the read results button. If you press the Shift key, you get the menu where you can choose "result select" in order to select a specific file with heat results.


Each file is a CSV file with semikolon's as column separators. Each record contains the data for one lane. A column named LANE is mandatory. Then you may have any number of swim time columns (TIME50, TIME100, TIME200, .....), columns for reaction times (RT1, RT2, ....) and columns for backup times (BACKUP1, BACKUP2, BACKUP3).

LANE;TIME50;TIME100;TIME200;TIME300;TIME400;RT1;BACKUP1
1;35.22;1:11.22;2:25.11;3:41.93;5:02.02;+0.56;5:02.31
2;34.99;1:09.21;2:24.44;3:38.21;4:59.99;+0.77;5:00.12