Init. Default Tango command. It starts Pool and MacroServer processes using the configuration file given in the DefaultConfigFile property. The configuration file is copied in a file in the same directory and with the same name adding the termination .back, this file will be used for stopping Pool and MacroServer processes. It copies the content of the DefaultConfigFile property in the ConfigFile attribute. |
StartSardana. It starts Pool and MacroServer processes based on the file given in the ConfigFile attribute. It makes a copy of this file with the same name adding the termination .back. This backup file will be used for stopping the processes, this allows changing the configuration file even if Pool and MacroServer processes are running. |
StopSardana. It stops Pool and MacroServer processes based on the file given in the ConfigFile attribute. It uses the file with the termination .back in case it exits, for being sure that the file for stopping the processes is the same that the one used for starting it, this avoids problems deleting entries in the Tango database.
|