diff --git a/script/devices/Array10.py b/script/devices/Array10.py index 2674f10..b990724 100644 --- a/script/devices/Array10.py +++ b/script/devices/Array10.py @@ -121,7 +121,8 @@ class Array10(DeviceBase, Readable, Cacheable, Readable.ReadableType): """Close the channel. """ self.stop() - super(Array10, self).doClose() + #super(Array10, self).doClose() + DeviceBase.doClose(self) #Readable interface def read(self): diff --git a/script/local.py b/script/local.py index 39e8795..4c590dd 100644 --- a/script/local.py +++ b/script/local.py @@ -7,6 +7,7 @@ import requests # Definitions #DETECTOR_ADDRESS = "tcp://localhost:1234" DETECTOR_ADDRESS = "tcp://xbl-daq-28:15000" +DETECTOR_ADDRESS = "tcp://129.129.95.40:15000" DETECTOR_IMAGE_MODULO = 1 # Devices