From a5d4e64d85c3740140e8d74f4f56785502021c19 Mon Sep 17 00:00:00 2001 From: Alexandre Gobbo Date: Fri, 5 Jun 2020 15:35:19 +0200 Subject: [PATCH] Persist option in ScreenPanel --- screen_panel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/screen_panel b/screen_panel index c249398..92a6513 100755 --- a/screen_panel +++ b/screen_panel @@ -25,7 +25,7 @@ echo "ScreenPanel" ${SP_VER} # Shared /opt/gfa/pshell/pshell \ -jvmarg="-Duser.home=/sf/data/measurements" \ - -dlaf \ + -dlaf -persist \ -version=v1_14 \ -home=/afs/psi.ch/intranet/SF/Applications/config/pshell_op \ -data=/sf/data/measurements -l -d -k -q -b -e -g -n -buf=10 -poll=250 -clog=SEVERE -p=SfCamera.java -p=Inventory.java -p=CameraCalibrationDialog.java -p=ScreenPanel${SP_VER}.java -srv_url=sf-daqsync-01:8889 -cam_srv_url=sf-daqsync-01:8888 \ @@ -35,7 +35,7 @@ echo "ScreenPanel" ${SP_VER} # Exclusive #/opt/gfa/pshell/pshell \ #-jvmarg="-Duser.home=/sf/bernina/data" \ - #-dlaf \ + #-dlaf -persist \ #-home=/sf/bernina/config/pshell_be \ #-data=/sf/bernina/config/pshell_data \ #-l -d -k -q -b -e -g -n -buf=10 -poll=250 -clog=SEVERE \