##// 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 filename = "experimento1.abs"
96 filename = "experimento1.abs"
97
97
98 absObj = ABSClient()
98 absObj = ABSClient()
99 absObj.sendFile(filename)
99 print absObj.sendFile(filename)
@@ -26,7 +26,8
26 self.createObjects()
26 self.createObjects()
27
27
28 print "Checking control modules, please wait ..."
28 print "Checking control modules, please wait ..."
29 self.enaModules = self.checkAntenna()
29 # self.enaModules = self.checkAntenna()
30 self.enaModules = [1,12]
30 print "Starting automatic control module status."
31 print "Starting automatic control module status."
31 self.__StartingAutomaticControlModules()
32 self.__StartingAutomaticControlModules()
32 self.__AutomaticControlModules()
33 self.__AutomaticControlModules()
General Comments 0
You need to be logged in to leave comments. Login now