--- a/editors/DebugViewer.py Mon Jun 03 00:30:55 2013 +0200
+++ b/editors/DebugViewer.py Mon Jun 03 08:35:23 2013 +0200
@@ -186,14 +186,14 @@
if self.DataProducer is not None:
+ # Unscribe tick if needed + if self.SubscribeTick and tick and self.Debug: + self.DataProducer.UnsubscribeDebugIECVariable("__tick__", self) # Unsubscribe all data consumers in list
for consumer, iec_path in self.DataConsumers.iteritems():
self.DataProducer.UnsubscribeDebugIECVariable(
- # Unscribe tick if needed
- if self.SubscribeTick and tick and self.Debug:
- self.DataProducer.UnsubscribeDebugIECVariable("__tick__", self)