From d1916613746211238c40374d974e341488ad56bc Mon Sep 17 00:00:00 2001 From: Eduard Gerlitz Date: Mon, 8 Sep 2025 11:49:04 +0200 Subject: [PATCH] v1.0 HF --- opcua_connector.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/opcua_connector.py b/opcua_connector.py index f074da7..3c45ba8 100644 --- a/opcua_connector.py +++ b/opcua_connector.py @@ -84,6 +84,8 @@ def _get_opcua_data(self, var_list): def _sent_opcua_data_impuls(self, var): node = self.opcuaclient.get_node(var) + curr = node.get_value() + #print(curr) node.set_value(1) # Set node to 1 # time.sleep(1) # Wait for 1 second # node.set_value(0) # Set node back to 0