v1.0 HF
This commit is contained in:
parent
24d382e94a
commit
d191661374
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user