svghmi/hmi_tree.py
branchpython3
changeset 3854 d29d67e86532
parent 3817 3deeda82636a
parent 3837 efe0b5b21842
--- a/svghmi/hmi_tree.py	Tue Oct 03 21:33:13 2023 +0200
+++ b/svghmi/hmi_tree.py	Wed Oct 04 16:24:00 2023 +0200
@@ -17,7 +17,15 @@
 HMI_TYPES_DESC = {
     "HMI_NODE":{},
     "HMI_STRING":{},
+    "HMI_SINT":{},
     "HMI_INT":{},
+    "HMI_DINT":{},
+    "HMI_LINT":{},
+    "HMI_DINT":{},
+    "HMI_USINT":{},
+    "HMI_UINT":{},
+    "HMI_UDINT":{},
+    "HMI_ULINT":{},
     "HMI_BOOL":{},
     "HMI_REAL":{}
 }