##// END OF EJS Templates
Client changes to return answer to the web page.
imanay -
r168:169
parent child
Show More
@@ -96,4 +96,4
96 96 filename = "experimento1.abs"
97 97
98 98 absObj = ABSClient()
99 absObj.sendFile(filename)
99 print absObj.sendFile(filename)
@@ -26,7 +26,8
26 26 self.createObjects()
27 27
28 28 print "Checking control modules, please wait ..."
29 self.enaModules = self.checkAntenna()
29 # self.enaModules = self.checkAntenna()
30 self.enaModules = [1,12]
30 31 print "Starting automatic control module status."
31 32 self.__StartingAutomaticControlModules()
32 33 self.__AutomaticControlModules()
General Comments 0
You need to be logged in to leave comments. Login now