Difference between revisions of "How to use Slow Control"

From GlueXWiki
Jump to: navigation, search
(Created page with "=== CSS screens set up procedure === ssh hallgw ssh glyon20 svn co https://halldsvn.jlab.org/repos/trunk/controls/css/Workspaces/Default/PS/ /gluex/controls/css/linux-x86_64/...")
 
Line 8: Line 8:
 
/gluex/controls/css/linux-x86_64/CSS_EPICS_3.1.7/css
 
/gluex/controls/css/linux-x86_64/CSS_EPICS_3.1.7/css
  
=== IOC start up procedure ====
+
=== IOC start up procedure ===
 
ssh hallgw
 
ssh hallgw
 
ssh glyon20
 
ssh glyon20
Line 18: Line 18:
 
./st_PS.cmd
 
./st_PS.cmd
  
--- To detach Ctrl-A D
+
--- To detach: Ctrl-A D
  
 
--- If reusing screen terminal
 
--- If reusing screen terminal
Line 25: Line 25:
 
./st_PS.cmd
 
./st_PS.cmd
  
=== Example ====
+
=== Example ===
#################################
+
 
 
gluon20:iochvCaen> screen -ls
 
gluon20:iochvCaen> screen -ls
 
There is a screen on:
 
There is a screen on:
Line 33: Line 33:
  
 
gluon20:iochvCaen> screen -r 20455.pts-7.gluon20
 
gluon20:iochvCaen> screen -r 20455.pts-7.gluon20
#################################
 

Revision as of 13:09, 18 October 2013

CSS screens set up procedure

ssh hallgw ssh glyon20

svn co https://halldsvn.jlab.org/repos/trunk/controls/css/Workspaces/Default/PS/

/gluex/controls/css/linux-x86_64/CSS_EPICS_3.1.7/css

IOC start up procedure

ssh hallgw ssh glyon20

cd /home/nerses/controls/epics/app/iocBoot/iochvCaen/

--- If starting new session screen ./st_PS.cmd

--- To detach: Ctrl-A D

--- If reusing screen terminal screen -ls screen -r <PID.TERM.HOST> ./st_PS.cmd

Example

gluon20:iochvCaen> screen -ls There is a screen on: 20455.pts-7.gluon20 (Detached) 1 Socket in /var/run/screen/S-ivantol.

gluon20:iochvCaen> screen -r 20455.pts-7.gluon20