runtime/PLCObject.py
changeset 411 8261c8f1e365
parent 400 2c786431fe72
child 446 1edde533db19
--- a/runtime/PLCObject.py	Thu Oct 08 11:09:01 2009 +0200
+++ b/runtime/PLCObject.py	Thu Oct 08 11:26:40 2009 +0200
@@ -256,6 +256,7 @@
     def StartPLC(self, debug=False):
         PLCprint("StartPLC")
         if self.CurrentPLCFilename is not None:
+            self.PLCStatus = "Starting"
             self.PythonThread = Thread(target=self.PythonThreadProc, args=[debug])
             self.PythonThread.start()