Classes | |
| class | SubHandler |
Variables | |
| client = opcua.Client(False) | |
| handle = sub.subscribe_data_change(myvar) | |
| mydouble = client.get_node("ns=4;s=Double") | |
| myfloat = client.get_node("ns=4;s=Float") | |
| myint32 = client.get_node("ns=4;s=Int32") | |
| myint64 = client.get_node("ns=4;s=Int64") | |
| myuint32 = client.get_node("ns=4;s=UInt32") | |
| myuint64 = client.get_node("ns=4;s=UInt64") | |
| myvar = root.get_child(["0:Objects", "5:Simulation", "5:Random1"]) | |
| o = client.get_objects_node() | |
| root = client.get_root_node() | |
| sclt = SubHandler() | |
| sub = client.create_subscription(100, sclt) | |
| prosysclient.client = opcua.Client(False) |
Definition at line 24 of file prosysclient.py.
| prosysclient.handle = sub.subscribe_data_change(myvar) |
Definition at line 45 of file prosysclient.py.
| prosysclient.mydouble = client.get_node("ns=4;s=Double") |
Definition at line 37 of file prosysclient.py.
| prosysclient.myfloat = client.get_node("ns=4;s=Float") |
Definition at line 36 of file prosysclient.py.
| prosysclient.myint32 = client.get_node("ns=4;s=Int32") |
Definition at line 40 of file prosysclient.py.
| prosysclient.myint64 = client.get_node("ns=4;s=Int64") |
Definition at line 38 of file prosysclient.py.
| prosysclient.myuint32 = client.get_node("ns=4;s=UInt32") |
Definition at line 41 of file prosysclient.py.
| prosysclient.myuint64 = client.get_node("ns=4;s=UInt64") |
Definition at line 39 of file prosysclient.py.
| prosysclient.myvar = root.get_child(["0:Objects", "5:Simulation", "5:Random1"]) |
Definition at line 34 of file prosysclient.py.
| prosysclient.o = client.get_objects_node() |
Definition at line 31 of file prosysclient.py.
| prosysclient.root = client.get_root_node() |
Definition at line 27 of file prosysclient.py.
| prosysclient.sclt = SubHandler() |
Definition at line 43 of file prosysclient.py.
| prosysclient.sub = client.create_subscription(100, sclt) |
Definition at line 44 of file prosysclient.py.