Difference between revisions of "Meet Manager:Custom Points"

From Swim Wiki
Jump to: navigation, search
(Created page with "You may define custom point tables. For this proceed the following steps: * Create a subdirectory "points" in the application directory (directory with Meet11.exe file). * Cre...")
 
Line 1: Line 1:
You may define custom point tables. For this proceed the following steps:
+
You may define custom point tables. For this proceed the following steps:* Create a subdirectory "points" in the application directory (directory with Meet11.exe file).* Create a file with the extension .txt in the new directory.* Add the definition in the file. In the header you have some global options. After the keyword <BASETIMES> you list a table with the base points for all styles.Values in the global section:* Formula: CUBED | CUBED_DSV | CUBED_FINA | BRITISH | CANADIAN | RUDOLPH* Id: Number between 1 and 999* Name: The name for your scoring* Options: <empty> | HANDICAP | MASTER (what for the points can be used)* ShortNameVersion and Version are used for export to Lenex filesRemarks for columns:* The column MAXTIME is only used for Rudolph points (MINTIME = 20pts, MAXTIME = 1pt).* If the columns COURSE, HANDICAP and/or GENDER are missing, points will be used for all.* For points per agegroup add the columns AGEMIN and AGEMAX. <code>Formula=CUBEDId=123Name=My special pointsOptions=HANDICAPShortNameVersion=IPC 2009Version=2009<BASETIMES>COURSE;GENDER;RELAYCOUNT;DISTANCE;STROKE;HANDICAP;MINTIME;MAXTIMELCM;M;1;50;FREE;S1;01.04.57;LCM;M;1;50;FREE;S2;01.00.11;LCM;M;1;50;FREE;S3;00.42.60;LCM;M;1;50;FREE;S4;00.37.54;LCM;M;1;50;FREE;S5;00.32.62;LCM;M;1;50;FREE;S6;00.29.78;LCM;M;1;50;FREE;S7;00.27.67;LCM;M;1;50;FREE;S8;00.26.45;LCM;M;1;50;FREE;S9;00.25.34;LCM;M;1;50;FREE;S10;00.23.61;LCM;M;1;50;FREE;S11;00.25.82;LCM;M;1;50;FREE;S12;00.23.43;LCM;M;1;50;FREE;S13;00.23.41;LCM;M;1;50;FREE;S14;00.25.29;LCM;M;1;50;FREE;S15;00.23.86;LCM;M;1;50;FREE;AB;00.22.34;LCM;M;1;100;FREE;S1;02.20.76;LCM;M;1;100;FREE;S2;02.10.48;LCM;M;1;50;BACK;S1;01.13.41;LCM;M;1;50;FLY;S5;00.35.95;SCM;M;1;100;BACK;S9;00.57.93;SCM;M;1;50;BREAST;SB4;00.44.18;</code>
* Create a subdirectory "points" in the application directory (directory with Meet11.exe file).
+
* Create a file with the extension .txt in the new directory.
+
* Add the definition in the file. In the header you have some global options. After the keyword <BASETIMES> you list a table with the base points for all styles.
+
 
+
 
+
Values in the global section:
+
* Formula: CUBED | CUBED_DSV | CUBED_FINA | BRITISH | CANADIAN | RUDOLPH
+
* Id: Number between 1 and 999
+
* Name: The name for your scoring
+
* Options: <empty> | HANDICAP | MASTER (what for the points can be used)
+
* ShortNameVersion and Version are used for export to Lenex files
+
 
+
 
+
 
+
Remarks for columns:
+
* The column MAXTIME is only used for Rudolph points (MINTIME = 20pts, MAXTIME = 1pt).
+
* If the columns COURSE, HANDICAP and/or GENDER are missing, points will be used for all.
+
* For points per agegroup add the columns AGEMIN and AGEMAX.  
+
 
+
<code>
+
Formula=CUBED
+
Id=123
+
Name=My special points
+
Options=HANDICAP
+
ShortNameVersion=IPC 2009
+
Version=2009
+
 
+
<BASETIMES>
+
COURSE;GENDER;RELAYCOUNT;DISTANCE;STROKE;HANDICAP;MINTIME;MAXTIME
+
LCM;M;1;50;FREE;S1;01.04.57;
+
LCM;M;1;50;FREE;S2;01.00.11;
+
LCM;M;1;50;FREE;S3;00.42.60;
+
LCM;M;1;50;FREE;S4;00.37.54;
+
LCM;M;1;50;FREE;S5;00.32.62;
+
LCM;M;1;50;FREE;S6;00.29.78;
+
LCM;M;1;50;FREE;S7;00.27.67;
+
LCM;M;1;50;FREE;S8;00.26.45;
+
LCM;M;1;50;FREE;S9;00.25.34;
+
LCM;M;1;50;FREE;S10;00.23.61;
+
LCM;M;1;50;FREE;S11;00.25.82;
+
LCM;M;1;50;FREE;S12;00.23.43;
+
LCM;M;1;50;FREE;S13;00.23.41;
+
LCM;M;1;50;FREE;S14;00.25.29;
+
LCM;M;1;50;FREE;S15;00.23.86;
+
LCM;M;1;50;FREE;AB;00.22.34;
+
LCM;M;1;100;FREE;S1;02.20.76;
+
LCM;M;1;100;FREE;S2;02.10.48;
+
LCM;M;1;50;BACK;S1;01.13.41;
+
LCM;M;1;50;FLY;S5;00.35.95;
+
SCM;M;1;100;BACK;S9;00.57.93;
+
SCM;M;1;50;BREAST;SB4;00.44.18;
+
</code>
+

Revision as of 13:14, 30 July 2012

You may define custom point tables. For this proceed the following steps:* Create a subdirectory "points" in the application directory (directory with Meet11.exe file).* Create a file with the extension .txt in the new directory.* Add the definition in the file. In the header you have some global options. After the keyword <BASETIMES> you list a table with the base points for all styles.Values in the global section:* Formula: CUBED | CUBED_DSV | CUBED_FINA | BRITISH | CANADIAN | RUDOLPH* Id: Number between 1 and 999* Name: The name for your scoring* Options: <empty> | HANDICAP | MASTER (what for the points can be used)* ShortNameVersion and Version are used for export to Lenex filesRemarks for columns:* The column MAXTIME is only used for Rudolph points (MINTIME = 20pts, MAXTIME = 1pt).* If the columns COURSE, HANDICAP and/or GENDER are missing, points will be used for all.* For points per agegroup add the columns AGEMIN and AGEMAX. Formula=CUBEDId=123Name=My special pointsOptions=HANDICAPShortNameVersion=IPC 2009Version=2009<BASETIMES>COURSE;GENDER;RELAYCOUNT;DISTANCE;STROKE;HANDICAP;MINTIME;MAXTIMELCM;M;1;50;FREE;S1;01.04.57;LCM;M;1;50;FREE;S2;01.00.11;LCM;M;1;50;FREE;S3;00.42.60;LCM;M;1;50;FREE;S4;00.37.54;LCM;M;1;50;FREE;S5;00.32.62;LCM;M;1;50;FREE;S6;00.29.78;LCM;M;1;50;FREE;S7;00.27.67;LCM;M;1;50;FREE;S8;00.26.45;LCM;M;1;50;FREE;S9;00.25.34;LCM;M;1;50;FREE;S10;00.23.61;LCM;M;1;50;FREE;S11;00.25.82;LCM;M;1;50;FREE;S12;00.23.43;LCM;M;1;50;FREE;S13;00.23.41;LCM;M;1;50;FREE;S14;00.25.29;LCM;M;1;50;FREE;S15;00.23.86;LCM;M;1;50;FREE;AB;00.22.34;LCM;M;1;100;FREE;S1;02.20.76;LCM;M;1;100;FREE;S2;02.10.48;LCM;M;1;50;BACK;S1;01.13.41;LCM;M;1;50;FLY;S5;00.35.95;SCM;M;1;100;BACK;S9;00.57.93;SCM;M;1;50;BREAST;SB4;00.44.18;