self.streams.debug_stream("connected OPC ua node {} of type {} to attribute with dimensions: {} x {} ".format(str(node_name)[:len(node_name)-1],str(ua_type)[len("VariantType."):],dim_x,dim_y))
self.streams.debug_stream("connected OPC ua node {} of type {} to attribute with dimensions: {} x {} ".format(str(node_name)[:len(node_name)-1],str(ua_type)[len("VariantType."):],dim_x,dim_y))
except:
except:
pass
self.streams.debug_stream("connected to node, but couldn't get a name, here is some information though: %s - %s",node,ua_type)