This is the new IGUI
implementation. The current version has limited functionalities but can
be used to control a running partition (it is not possible yet to use
it during the partition start up).
It includes:
- A panel to send transition commands to the RootController;
- A panel containing the run control tree;
- A panel to enable or disable segments and resources.
Recovery commands may be sent to controllers selecting one of them and
using the contextual menu appearing when the right mouse button is
clicked.
Database committing and reloading is handled centrally (via the Commit & Reload button placed
in the tool-bar at the top of the main frame) and all the panels do not
need anymore to implement such an action using custom buttons.
The IguiPanel interface has
been modified to meet the changes in the Igui core design and user
panel developers can find any needed information in the javadoc
documentation:
$TDAQ_INST_PATH/share/doc/Igui/javadoc/Igui/index.html.
To start the new Igui the following script can be used:
Igui_start -p <partition> -d
<database> <vm properties>