|
ifw
0.0.1-dev
|
TODO. More...
Public Member Functions | |
| def | __init__ |
| TODO. More... | |
| def | __del__ |
| TODO. More... | |
| def | log |
| Return reference to logger. More... | |
| def | set_srv_address |
| Set server address, e.g. More... | |
| def | connect |
| TODO. More... | |
| def | disconnect |
| TODO. More... | |
| def | connected |
| TODO. More... | |
| def | create_node_address |
| TODO. More... | |
| def | read_node |
| Read the given node. More... | |
| def | scan |
| TODO. More... | |
| def | call_method |
| TODO. More... | |
| def | execute |
| Function to execute the client as a command line utility. More... | |
| def | __init__ |
| TODO. More... | |
| def | __del__ |
| TODO. More... | |
| def | log |
| Return reference to logger. More... | |
| def | set_srv_address |
| Set server address, e.g. More... | |
| def | connect |
| TODO. More... | |
| def | disconnect |
| TODO. More... | |
| def | connected |
| TODO. More... | |
| def | create_node_address |
| TODO. More... | |
| def | read_node |
| Read the given node. More... | |
| def | scan |
| TODO. More... | |
| def | call_method |
| TODO. More... | |
| def | execute |
| Function to execute the client as a command line utility. More... | |
TODO.
| def ctdOpcuaCliLib.Client.__init__ | ( | self, | |
srv_address = "", |
|||
namespace = -1 |
|||
| ) |
TODO.
| def ctdOpcuaCliLib.Client.__del__ | ( | self | ) |
TODO.
| def ctdOpcuaCliLib.Client.__init__ | ( | self, | |
srv_address = "", |
|||
namespace = -1 |
|||
| ) |
TODO.
| def ctdOpcuaCliLib.Client.__del__ | ( | self | ) |
TODO.
| def ctdOpcuaCliLib.Client.call_method | ( | self, | |
| method_node_id, | |||
| namespace, | |||
| argv | |||
| ) |
TODO.
| def ctdOpcuaCliLib.Client.call_method | ( | self, | |
| method_node_id, | |||
| namespace, | |||
| argv | |||
| ) |
TODO.
| def ctdOpcuaCliLib.Client.connect | ( | self | ) |
TODO.
| def ctdOpcuaCliLib.Client.connect | ( | self | ) |
TODO.
| def ctdOpcuaCliLib.Client.connected | ( | self | ) |
TODO.
| def ctdOpcuaCliLib.Client.connected | ( | self | ) |
TODO.
| def ctdOpcuaCliLib.Client.create_node_address | ( | self, | |
| node_id, | |||
namespace = -1 |
|||
| ) |
TODO.
| def ctdOpcuaCliLib.Client.create_node_address | ( | self, | |
| node_id, | |||
namespace = -1 |
|||
| ) |
TODO.
| def ctdOpcuaCliLib.Client.disconnect | ( | self | ) |
TODO.
| def ctdOpcuaCliLib.Client.disconnect | ( | self | ) |
TODO.
| def ctdOpcuaCliLib.Client.execute | ( | self, | |
| argv | |||
| ) |
Function to execute the client as a command line utility.
| def ctdOpcuaCliLib.Client.execute | ( | self, | |
| argv | |||
| ) |
Function to execute the client as a command line utility.
| def ctdOpcuaCliLib.Client.log | ( | self | ) |
Return reference to logger.
| def ctdOpcuaCliLib.Client.log | ( | self | ) |
Return reference to logger.
| def ctdOpcuaCliLib.Client.read_node | ( | self, | |
| node_id, | |||
namespace = -1 |
|||
| ) |
Read the given node.
node_id Node ID, e.g. "MAIN.Shutter2.stat.sState" (string).
namespace Integer namespace ID, e.g. "2" (int).
Returns Value read (string).
| def ctdOpcuaCliLib.Client.read_node | ( | self, | |
| node_id, | |||
namespace = -1 |
|||
| ) |
Read the given node.
node_id Node ID, e.g. "MAIN.Shutter2.stat.sState" (string).
namespace Integer namespace ID, e.g. "2" (int).
Returns Value read (string).
| def ctdOpcuaCliLib.Client.scan | ( | self, | |
| nodes_buf, | |||
node_obj = None |
|||
| ) |
TODO.
| def ctdOpcuaCliLib.Client.scan | ( | self, | |
| nodes_buf, | |||
node_obj = None |
|||
| ) |
TODO.
| def ctdOpcuaCliLib.Client.set_srv_address | ( | self, | |
| srv_address | |||
| ) |
Set server address, e.g.
"opc.tcp://134.171.2.213:7576".
| def ctdOpcuaCliLib.Client.set_srv_address | ( | self, | |
| srv_address | |||
| ) |
Set server address, e.g.
"opc.tcp://134.171.2.213:7576".
1.8.5