Index: trunk/absroot/source/abspy/abscontrol/server2.py =================================================================== diff --git a/trunk/absroot/source/abspy/abscontrol/server2.py b/trunk/absroot/source/abspy/abscontrol/server2.py --- a/trunk/absroot/source/abspy/abscontrol/server2.py (revision 64) +++ b/trunk/absroot/source/abspy/abscontrol/server2.py (revision 65) @@ -4,7 +4,7 @@ class ABSServer: - def __init__(self,ipSource="localhost", ipDestino="192.168.1.100", portDestino=7000, ipDestino2="192.168.1.255", portDestino2=5500, ftpPortDestino=None): + def __init__(self,ipSource="localhost", ipDestino="192.168.1.117", portDestino=7000, ipDestino2="192.168.1.225", portDestino2=5500, ftpPortDestino=None): self.ipSource = ipSource self.ipDestino = ipDestino @@ -23,7 +23,7 @@ asServer = True self.commServerObj = library.TCPComm(self.ipSource, self.ipDestino, self.portDestino, asServer) - self.commClientObj = library.TCPComm(self.ipSource, self.ipDestino2, self.portDestino2) +# self.commClientObj = library.TCPComm(self.ipSource, self.ipDestino2, self.portDestino2) #self.ftpCommObj = library.FTPComm(self.ipSource, self.ipDestino, self.ftpPortDestino) @@ -34,7 +34,8 @@ datarpta = "OK" if cmd == "SNDF": - self.sendFile2Modules() +# self.sendFile2Modules() + pass if cmd == "CHGB": self.changeBeam()