diff -r 050045c32d98 -r c6ed7b933617 PLCControler.py --- 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" : []}