Skip to content

Prod PVs

Paul Moeller edited this page Mar 19, 2026 · 2 revisions

Terminal #1 API Server

We need to disable the dev default beam_path/camera because they will be unavailable (using the SLICOPS environment variables).

conda activate slicops
source /afs/slac/g/lcls/epics/setup/envSet_prodOnDev.bash
SLICOPS_SLICLET_SCREEN_DEV_BEAM_PATH= SLICOPS_SLICLET_SCREEN_DEV_CAMERA= slicops service ui_api --tcp-port=$SLICOPS_BASE_PORT

Terminal #2 Vue Dev Server

cd ~/src/slaclab/slicops
bash etc/run.sh vue

You can now select the CU_HXR beam path and then the VCC camera. Untitled 2

Clone this wiki locally