mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-08 18:12:04 +02:00
core adjustments for eiger header. more debug msgs
This commit is contained in:
@@ -3,20 +3,19 @@
|
||||
if [ $# -lt 1 ]
|
||||
then
|
||||
echo "Usage : $0 <port>"
|
||||
echo " DETECTOR_NAME: Eiger"
|
||||
echo " tcp port : optional, default 2000"
|
||||
exit
|
||||
fi
|
||||
|
||||
SLS_DET_PACKAGE_PATH='/home/hax_l/software/sf_daq_buffer/slsDetectorPackage/build/bin/'
|
||||
|
||||
port=2000
|
||||
PORT=2050
|
||||
if [ $# == 2 ]
|
||||
then
|
||||
port=$1
|
||||
PORT=$1
|
||||
fi
|
||||
|
||||
echo "Starting the server..."
|
||||
${SLS_DET_PACKAGE_PATH}eigerDetectorServerMaster_virtual -p port
|
||||
|
||||
echo ${SLS_DET_PACKAGE_PATH}eigerDetectorServerMaster_virtual -p ${PORT}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user