mirror of
https://github.com/naruxde/revpipyload.git
synced 2025-11-08 23:23:52 +01:00
Client Thread mit nötiger Funktion ausgestattet
This commit is contained in:
@@ -449,6 +449,10 @@ class RevPiSlave(Thread):
|
|||||||
self.zeroonerror = False
|
self.zeroonerror = False
|
||||||
self.zeroonexit = False
|
self.zeroonexit = False
|
||||||
|
|
||||||
|
def newlogfile(self):
|
||||||
|
"""Konfiguriert die FileHandler auf neue Logdatei."""
|
||||||
|
pass
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
proginit.logger.debug("enter RevPiSlave.run()")
|
proginit.logger.debug("enter RevPiSlave.run()")
|
||||||
|
|
||||||
@@ -820,6 +824,7 @@ class RevPiPyLoad():
|
|||||||
def _plcthread(self):
|
def _plcthread(self):
|
||||||
"""Konfiguriert den PLC-Thread fuer die Ausfuehrung.
|
"""Konfiguriert den PLC-Thread fuer die Ausfuehrung.
|
||||||
@return PLC-Thread Object or None"""
|
@return PLC-Thread Object or None"""
|
||||||
|
proginit.logger.debug("enter RevPiPyLoad._plcthread()")
|
||||||
th_plc = None
|
th_plc = None
|
||||||
|
|
||||||
if self.plcslave:
|
if self.plcslave:
|
||||||
|
|||||||
Reference in New Issue
Block a user