diff --git a/config/preferences.json b/config/preferences.json index b08de8f..a3ca9a5 100644 --- a/config/preferences.json +++ b/config/preferences.json @@ -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", diff --git a/script/local.py b/script/local.py index 1a45b08..f6fcd3d 100644 --- a/script/local.py +++ b/script/local.py @@ -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")