PLCGenerator.py
changeset 1183 a01618805821
parent 1181 21e6db77eb29
child 1239 d1f6ea56555d
--- a/PLCGenerator.py	Tue May 28 22:40:44 2013 +0200
+++ b/PLCGenerator.py	Wed May 29 00:11:27 2013 +0200
@@ -660,9 +660,9 @@
         "D": "DATE",
         "TOD": "TIME_OF_DAY",
         "DT": "DATE_AND_TIME",
-        "2": "ANY",
-        "8": "ANY",
-        "16": "ANY",
+        "2": None,
+        "8": None,
+        "16": None,
     }
     def ComputeConnectionTypes(self, pou):
         body = pou.getbody()