Closedown
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user