This tutorial consists of the following steps:
If the installation has been made for KDE or GNOME just click on
-icon on the desktop.
On other systems open a terminal and write the command: gensys
If the gensys-window has been started via the
-icon,
the gensys filemanager will start in directory $HOME/gensys_analyse.
In the title of the gensys-window you can see where you are located.
The gensys-window is described in more detail in the
genfile users manual.
Input data for the time simulation program is located in the subdirectory runf.
List the contents in subdirectory runf by,
double-clicking on directory runf/ in the subdirectory-field to the left
Open the file runf/sine.tsimf by double-clicking on the file
runf/sine.tsimf in the file-field to the right.
Select open->op with the right mouse button
The file runf/sine.tsimf will now be opened in the gensys standard editor NEDIT. In the NEDIT-editor a language mode "GENSYS" has been defined. The editor will therefore highlight valid gensys-commands. You can change the default editor by defining the environment variable: $genedit.
Double-click file runf/sine.tsimf and select open->run with the right mouse button. The execution of program TSIM will now start, using file runf/sine.tsimf as input.
As the screen-shoot above shows,
a new file sine.id in directory id has been created.
The file id/sine.id is a binary file written in a format named
MPdat
and cannot directly be viewed in a text-editor.
However the id/sine.id-file is associated with the mp2ascii-scripts
which translates the results into a readable ASCII-file.
Double-click the name of the file id/sine.id and select open->genrun with the right mouse button.

The checkboxes are:
| Full dump of MPdat-file | => | Writes all results vectors all time steps |
| Store output in file | => | Writes the result to file list/sine.list |
| Write output in matlab-format | => | Write the output in matlab m-format |
A screen shoot of the output from program MP2ASCII:
The first plot generated by program MPLOT will look as:
Close the MPLOT-window before continuing.
Close also the MPLOT terminal window which is running in the background.
Close the MPLOT-window before continuing.
The programs in GENSYS can also be executed in batch. Is useful when performing parametric studies:
The sin2-variable can also be created in octave, see input data file runf/sine_octave.tsimf. Go to Run the example and do the same exercise again but with file runf/sine_octave.tsimf.