PLCControler.py
changeset 823 c6ed7b933617
parent 814 5743cbdff669
child 826 098f822ef308
--- a/PLCControler.py	Tue Sep 11 16:33:39 2012 +0200
+++ b/PLCControler.py	Tue Sep 11 16:35:11 2012 +0200
@@ -1468,7 +1468,7 @@
             if words[0] in ["P","T","A"]:
                 name = words[1]
                 type = self.GetPouType(name, debug)
-        if type == "function" or words[0] == "T":
+        if type == "function":
             blocktypes = []
             for category in BlockTypes + self.GetConfNodeBlockTypes():
                 cat = {"name" : category["name"], "list" : []}