Next: System structure
Up: General
Previous: Presentation
Starting the application
TiSM must be started in a console window, by typing the command :
>tism
You can start TiSM with différent options:
- --help : display options list
- --init filename : start with the specified tcl script (default is /.tismrc).
- --nodisplay : disable interface
- --sched : set real-time priority (recommanded). Need root privileges.
- --memlock : disable virtual memory. Need root privileges.
- --version : display version number and quit.
When TiSM is started, there is no default configuration. You must configure the input/output
and how to control the system.
For that, you must either write a Tcl script and load it in
the system (with the command line option or in the GUI), or use directly the GUI
functionnalities.
TISM manual