diff -r 092e33606e51 -r 8261c8f1e365 runtime/PLCObject.py --- 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()