From 43cb013dbfa503d5e92fa814f643091eac541115 Mon Sep 17 00:00:00 2001 From: Gobbo Alexandre Date: Wed, 13 Dec 2023 10:55:52 +0100 Subject: [PATCH] Add CamServer address to PShell startup --- pshell_be | 2 ++ strip_chart | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pshell_be b/pshell_be index 452d293..53bd54a 100755 --- a/pshell_be +++ b/pshell_be @@ -8,6 +8,8 @@ -home=/sf/bernina/config/pshell_be \ -data=/sf/bernina/config/pshell_data \ -strh=/sf/bernina/config/strip_chart \ + -pipeline_server=sf-daqsync-01:8889 \ + -camera_server=sf-daqsync-01:8888 \ -version=default \ -pini=true \ $@ diff --git a/strip_chart b/strip_chart index bdef569..afb03df 100755 --- a/strip_chart +++ b/strip_chart @@ -1,6 +1,6 @@ #!/bin/bash /sf/bernina/bin/pshell_be -l -b -strp \ - -laf=darcula \ + -laf=dark \ $@