Difference between revisions of "Meet Manager:Custom Points"

From Swim Wiki
Jump to: navigation, search
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
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>
+
You may define custom point tables. This feature is available in Team Manager as well. For this proceed the following steps:
 +
* Create a subdirectory "points" in the application directory (directory with '''Meet.exe''' / '''Team.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 | LINEAR | PARACANADA
 +
* FormatDecimals: 0, 1 or 2
 +
* 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. When there is no upper/lower bound, put -1 in the corresponding column.
 +
 
 +
 
 +
This is an example for a custom points file:<br />
 +
<code>
 +
Formula=CUBED<br />
 +
Id=123<br />
 +
Name=My special points<br />
 +
Options=HANDICAP<br />
 +
ShortNameVersion=IPC 2009<br />
 +
Version=2009<br />
 +
<br />
 +
<BASETIMES><br />
 +
COURSE;GENDER;RELAYCOUNT;DISTANCE;STROKE;HANDICAP;MINTIME;MAXTIME<br />
 +
LCM;M;1;50;FREE;S1;01.04.57;<br />
 +
LCM;M;1;50;FREE;S2;01.00.11;<br />LCM;M;1;50;FREE;S3;00.42.60;<br />LCM;M;1;50;FREE;S4;00.37.54;<br />LCM;M;1;50;FREE;S5;00.32.62;<br />LCM;M;1;50;FREE;S6;00.29.78;<br />LCM;M;1;50;FREE;S7;00.27.67;<br />LCM;M;1;50;FREE;S8;00.26.45;<br />LCM;M;1;50;FREE;S9;00.25.34;<br />LCM;M;1;50;FREE;S10;00.23.61;<br />LCM;M;1;50;FREE;S11;00.25.82;<br />LCM;M;1;50;FREE;S12;00.23.43;<br />LCM;M;1;50;FREE;S13;00.23.41;<br />LCM;M;1;50;FREE;S14;00.25.29;<br />LCM;M;1;50;FREE;S15;00.23.86;<br />LCM;M;1;50;FREE;AB;00.22.34;<br />LCM;M;1;100;FREE;S1;02.20.76;<br />LCM;M;1;100;FREE;S2;02.10.48;<br />LCM;M;1;50;BACK;S1;01.13.41;<br />LCM;M;1;50;FLY;S5;00.35.95;<br />SCM;M;1;100;BACK;S9;00.57.93;<br />SCM;M;1;50;BREAST;SB4;00.44.18;<br /></code>[[Category:Results]]

Revision as of 08:42, 17 May 2019

You may define custom point tables. This feature is available in Team Manager as well. For this proceed the following steps:

  • Create a subdirectory "points" in the application directory (directory with Meet.exe / Team.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 | LINEAR | PARACANADA
  • FormatDecimals: 0, 1 or 2
  • 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. When there is no upper/lower bound, put -1 in the corresponding column.


This is an example for a custom points file:
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;