Classes | Namespaces | Variables
client_to_prosys.py File Reference

Go to the source code of this file.

Classes

class  client_to_prosys.SubHandler
 

Namespaces

 client_to_prosys
 

Variables

 client_to_prosys.client = Client("opc.tcp://localhost:53530/OPCUA/SimulationServer/")
 
 client_to_prosys.device = objects.get_child(["2:MyObjects", "2:MyDevice"])
 
 client_to_prosys.handle = sub.subscribe_data_change(var)
 
 client_to_prosys.handler = SubHandler()
 
 client_to_prosys.level
 
 client_to_prosys.method = device.get_child("2:MyMethod")
 
 client_to_prosys.mydouble = client.get_node("ns=4;s=Double")
 
 client_to_prosys.myfloat = client.get_node("ns=4;s=Float")
 
 client_to_prosys.myint32 = client.get_node("ns=4;s=Int32")
 
 client_to_prosys.myint64 = client.get_node("ns=4;s=Int64")
 
 client_to_prosys.myuint32 = client.get_node("ns=4;s=UInt32")
 
 client_to_prosys.myuint64 = client.get_node("ns=4;s=UInt64")
 
 client_to_prosys.objects = client.get_objects_node()
 
 client_to_prosys.result = device.call_method(method, ua.Variant("sin"), ua.Variant(180, ua.VariantType.Double))
 
 client_to_prosys.root = client.get_root_node()
 
 client_to_prosys.sub = client.create_subscription(500, handler)
 
 client_to_prosys.var = client.get_node(ua.NodeId("Random1", 5))
 


ros_opcua_impl_python_opcua
Author(s): Denis Štogl , Daniel Draper
autogenerated on Tue Jan 19 2021 03:12:44