Start JErgometer

  • Linux/Mac? users:
    • run jergometer
  • Windows users:
    • run jergometer.bat

GUI Overview

TODO

First Start

When you start JErgometer for the first time, you will see some example programs in the program tree. You can use them for training but their purpose is rather to provide you with useful examples that help you creating your own programs.

Creating a New Training Program

The easiest way to create a problem is to copy an existing one. Just click on the program you want to base on and press control+c or use the right mouse button to get into the context menu and select "copy". Then click on the folder in the program tree where you want to create the new program and press control+v. If the file already exists you are asked for a new name. Choose a name that correspond to the idea of the program. Don't be surprised that the new file name is not displayed in the program tree. JErgometer does not display the file name, but a name that is defined within the program file. That means, if you copy a program, the display name remains the same. Just click on program with this name (in case that there are 2 choose the 2nd one) and press control+e to start editing the file. This should open the program file in a text editor or XML editor, but you might have to tell JErgometer your favorite editor first.

Program Format

TODO: explain the format and options for programs

Start a Training Session

TODO

Analyse your Sessions

TODO