Closedown

This commit is contained in:
gac-x12sa
2022-12-20 14:19:05 +01:00
parent 86a6024618
commit 05d995840d
2 changed files with 3 additions and 1 deletions

View File

@@ -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):

View File

@@ -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