Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
[softegr@lcls-srv01 skoufis]$ cd $EPICS_IOCS/sioc-sys0-ms11/iocSpecificRelease/masterSourceApp/srcDisplay/
[softegr@lcls-srv01 skoufis]$ cat masterSourceApp/srcDisplay/README.rfof 

To run the the RFOF screens, follow these steps from within this directory:

1. $ source /usr/local/lcls/epics/setup/epicsenv-7.0.3.1-1.0.bash
2. $ source /usr/local/lcls/tools/script/ENVS64.bash
3. Invoke the GUI you need, i.e. 
   $ pydm -m "BASE=MSLK:SYS0:MS11" rfof.ui
   $ pydm -m "BASE=MSLK:SYS0:MS11" Errors.ui
   $ pydm -m "BASE=MSLK:SYS0:MS11" StateMachine.ui
   $ pydm -m "BASE=MSLK:SYS0:MS11" TransmitterParameters.ui
   $ pydm -m "BASE=MSLK:SYS0:MS11" ReceiverParameters.ui


The RFoF screens are PyDM-based screens and are seen below.

Image Added

Deliverables

The released software will be made available in the main IOC release area post-deployment (Dev: /afs/slac/g/lcls/epics/iocTop/masterSource/, Production:/usr/local/lcls/epics/iocTop/masterSource/).  See below for the specific repositories and tags.

...