Index: trunk/absroot/source/abspy/bin/server3.py =================================================================== diff --git a/trunk/absroot/source/abspy/bin/server3.py b/trunk/absroot/source/abspy/bin/server3.py --- a/trunk/absroot/source/abspy/bin/server3.py (revision 202) +++ b/trunk/absroot/source/abspy/bin/server3.py (revision 203) @@ -17,7 +17,6 @@ self.portDestino2 = portDestino2 self.tx_buffer = "default" -# self.rx_buffer = "default" self.rx_buffer = rx_buffer self.enaModules = [] self.bits = [] @@ -29,10 +28,10 @@ print "Checking control modules, please wait ..." self.enaModules = self.checkAntenna() -# self.enaModules = [1,12] - print "Starting automatic control module status." - self.__StartingAutomaticControlModules() - self.__AutomaticControlModules() + print '\nThis modules are present : ' + str(self.enaModules) + '\n' +# print "Starting automatic control module status." +# self.__StartingAutomaticControlModules() +# self.__AutomaticControlModules() def createObjects(self): @@ -147,7 +146,7 @@ def checkAntenna(self): - iD = range(1,256) + iD = range(1,65) q = Queue.Queue() threads = [] tOut = [] @@ -389,11 +388,11 @@ def __AutomaticControlModules(self): - cmd = "GETF" - rx_buffer = "experimento1.ab1" + "\n" - self.__getFileFromModules(cmd = cmd, rx_buffer = rx_buffer) - - print self.rxFile +# cmd = "GETF" +# rx_buffer = "experimento1.ab1" + "\n" +# self.__getFileFromModules(cmd = cmd, rx_buffer = rx_buffer) +# +# print self.rxFile cmd = "ANST" rx_buffer = "1"