Closedown

This commit is contained in:
gac-x12sa
2023-04-03 14:30:38 +02:00
parent dfe17f609d
commit cac749d544
2 changed files with 4 additions and 3 deletions

View File

@@ -68,13 +68,14 @@
"showQueueBrowser" : false,
"backgroundRendering" : false,
"showImageStatusBar" : true,
"persistRendererWindows" : false,
"persistRendererWindows" : true,
"defaultRendererColormap" : "Grayscale",
"linePlot" : "ch.psi.pshell.plot.LinePlotJFree",
"matrixPlot" : "ch.psi.pshell.plot.MatrixPlotJFree",
"surfacePlot" : "null",
"timePlot" : "ch.psi.pshell.plot.TimePlotJFree",
"plotsDetached" : false,
"plotsHidden" : false,
"plotLayout" : "Vertical",
"quality" : "High",
"defaultPlotColormap" : "Temperature",

View File

@@ -9,7 +9,7 @@ import org.zeromq.ZMQ as ZMQ
DETECTOR_ADDRESS = "tcp://xbl-daq-28:15000"
DETECTOR_ADDRESS = "tcp://10.30.40.211:15000"
DETECTOR_ADDRESS = "tcp://129.129.95.40:15000"
DETECTOR_ADDRESS = "tcp://:33333"
DETECTOR_ADDRESS = "tcp://192.168.10.224:33333"
DETECTOR_ADDRESS = "tcp://129.129.95.40:33333"
DETECTOR_IMAGE_MODULO = 1
@@ -19,7 +19,7 @@ STD_DAQ_ADDRESS = "http://127.0.0.1:5000"
# Devices
#Array10 scripted
#run("devices/Array10")
run("devices/Array10")
run("devices/Detector")
run("devices/StdDaq")