Versions Compared

Key

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

Table of Contents

Node name and IOC info for LLRF Control System

In Development,

  • Shelf Manager: shm-b15-rf03-1
  • 10G Eth Switch: cswh-b15-rf03-1
  • Supervisory Controller CPU:  cpu-b15-rf03
  • IOCs:
    • sioc-b15-rf11 ==> SLOT 2 ==> XTCAV NC HXR & SXR LLRF Controller (LCLS-I Timing)
    • sioc-b15-rf12 ==> SLOT 3 ==> XTCAV NC HXR & SXR LLRF Diagnostics (LCLS-I Timing)
    • sioc-b15-rf21 ==> SLOT 5 ==> XTCAV SC HXR & SXR LLRF Controller (LCLS-II Timing)
    • sioc-b15-rf22 ==> SLOT 6 ==> XTCAV SC HXR & SXR LLRF Diagnostics (LCLS-II Timing)

...

  • Shelf Manager: shm-dmp0-rf01-1
  • Supervisory Controller CPU: cpu-dmp0-rf01
  • IOCs:
    • sioc-dmp0-rf11 ==> SLOT 2 ==> XTCAV NC HXR & SXR LLRF Controller (LCLS-I Timing)
    • sioc-dmp0-rf12 ==> SLOT 3 ==> XTCAV NC HXR & SXR LLRF Diagnostics (LCLS-I Timing)
    • sioc-dmp0-rf21 ==> SLOT 5 ==> XTCAV SC HXR & SXR LLRF Controller (LCLS-II Timing)
    • sioc-dmp0-rf22 ==> SLOT 6 ==> XTCAV SC HXR & SXR LLRF Diagnostics (LCLS-II Timing)


How to Start the IOC

In Dev,

Code Block
languagebash
themeDJango
$ ssh lcls-dev3
$ ssh cpu-b15-rf03
$ iocConsole.sh sioc-b15-rf11
$ iocConsole.sh sioc-b15-rf12
$ iocConsole.sh sioc-b15-rf21
$ iocConsole.sh sioc-b15-rf22

...

Code Block
languagebash
themeDJango
$ ssh mcclogin
$ ssh softegr@lcls-srv01
$ ssh cpu-dmp0-rf01
$ iocConsole.sh sioc-dmp0-rf11
$ iocConsole.sh sioc-dmp0-rf12
$ iocConsole.sh sioc-dmp0-rf21
$ iocConsole.sh sioc-dmp0-rf22


How to Launch PyDM display

In Dev,

Code Block
languagebash
themeDJango
$ ssh lcls-dev3
$ xtcav-b15.bash

...