Difference between revisions of "Command List Reference"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
~/scripts/gui/gui_Ecal_Temp_User.sh | ~/scripts/gui/gui_Ecal_Temp_User.sh | ||
− | === | + | === IOCs === |
− | Can have only one instance | + | Can have only one instance, running in the foreground inside a (detached) screen.<br> |
− | + | Screen name corresponds to the IOC it is running. | |
− | To find list the active screens | + | |
+ | To find list the active screens: | ||
+ | screen -ls | ||
+ | To attach to one: | ||
+ | screen -r NAME | ||
+ | To detach: | ||
+ | ctrl-A-D |
Revision as of 10:50, 18 October 2014
Everything should be run as user "hpsrun".
Running GUIs
Should be already running, can have multiple instances.
Top Level GUI
~/scripts/gui/gui_HPS.sh
ECal High Voltage
~/scripts/gui/gui_EcalHV.sh
ECal LED
~/scripts/gui/gui_Ecal_LED_User.sh
ECal Temperatures
~/scripts/gui/gui_Ecal_Temp_User.sh
IOCs
Can have only one instance, running in the foreground inside a (detached) screen.
Screen name corresponds to the IOC it is running.
To find list the active screens:
screen -ls
To attach to one:
screen -r NAME
To detach:
ctrl-A-D