This commit is contained in:
Eduard Gerlitz 2025-09-08 11:49:04 +02:00
parent 24d382e94a
commit d191661374

View File

@ -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