When doing event building, it can be useful to have a ReadoutGUI for each data source and then another ReadoutGUI that controls them all. Doing this allows data sources to be worked on independently when it is not necessary to run all of them together to build events. The remote control packages for the ReadoutGUI support this mode of operation.
If you choose to use this approach you must enable the ReadoutGUIs that will be slaved to the master control panel to:
Run a remote control server component that allows the master GUI to tell it what to do.
Run a remote console monitor component that allows the master GUI to relay output that goes to the slave output window to the master's output window.
This is done by adding the following two lines to the slave GUI's ReadoutCallouts.tcl file:
To use a slave UI, you must run a readout shell and add data sources with the RemoteGUI data source provider for each slave you want your master to control. You will need to know which system is running the slave GUI and under which user name it is running. Furthermore, the system to be enslaved must have already been started (i.e. state = HALTED) in order for the master ReadoutGUI to enslave it.
At this time you can only have a single master control panel control any single slave control panel. This restriction might be lifted in the future.