Bahnlegung Import: Unterschied zwischen den Versionen

Aus OCAD 11 Wiki - Deutsch
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 13: Zeile 13:
[TYPE];[IDENT];[CLASS];[COMBINATION];[LENGTH];[CLIMB];[START];[CTRL1]; … ;[CTRLn];[FINISH]
[TYPE];[IDENT];[CLASS];[COMBINATION];[LENGTH];[CLIMB];[START];[CTRL1]; … ;[CTRLn];[FINISH]


[TYPE]: Course type (individual race or relay)
*[TYPE]: Course type (individual race or relay)
[IDENT]: Course identification. Example: M21-17 (course name and startnumber)
*[IDENT]: Course identification. Example: M21-17 (course name and startnumber)
[CLASS]: Class name
*[CLASS]: Class name
[COMBINATION]: Variation code. Example: BCCA
*[COMBINATION]: Variation code. Example: BCCA
[LENGTH]: Course length
*[LENGTH]: Course length
[CLIMB]: Course climb
*[CLIMB]: Course climb
[START]: Start code
*[START]: Start code
[CTRL1] ... [CTRLn]: Control 1 - n codes
*[CTRL1] ... [CTRLn]: Control 1 - n codes
[FINISH]: Finish code
*[FINISH]: Finish code






Back to [[Course Setting for Orienteering]]
Back to [[Course Setting for Orienteering]]

Version vom 11. Mai 2012, 15:28 Uhr

(This function is only available in course setting projects!)

Import Courses from ORware

With this function course definitions exported as *.txt or *.csv file from the event software ORware can be imported to an OCAD course setting project. This import is primarily thought for events where the runners from a class have individual courses (butterflies, loops etc.). The import creates one course per runner with it's individual course definition.

The course setting objects (start, controls, finish etc.) have to be added to the course setting project before starting with the import.


File structure

[TYPE];[IDENT];[CLASS];[COMBINATION];[LENGTH];[CLIMB];[START];[CTRL1]; … ;[CTRLn];[FINISH]

  • [TYPE]: Course type (individual race or relay)
  • [IDENT]: Course identification. Example: M21-17 (course name and startnumber)
  • [CLASS]: Class name
  • [COMBINATION]: Variation code. Example: BCCA
  • [LENGTH]: Course length
  • [CLIMB]: Course climb
  • [START]: Start code
  • [CTRL1] ... [CTRLn]: Control 1 - n codes
  • [FINISH]: Finish code


Back to Course Setting for Orienteering