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