-
I wrote the following code
async def main(config):
try:
url = config["url"]
async with Client(url=url) as client:
await client.connect()
…
-
There seems to be a regression: When `Browse`ing sometimes the TypeDefintion in BrowseResults is missing (i.e set to ns="";i=0). I remembered this issue to be fixed.
https://reference.opcfoundatio…
wlkrm updated
3 years ago
-
**Describe the bug**
Calling `connect()` on `sync.Client` after `disconnect()` will raise `ThreadLoopNotRunning` error.
**To Reproduce**
```python
>>> client = Client('opc.tcp://localhost')
>>>…
-
This is a _**BUG REPORT for issues in the existing code**_.
**Describe the bug**
I'm using the `get_path(as_string=True)` function from the node class.
The function chooses a 'wrong' path so …
-
I am having problems with using the node.set_value() function. I keep getting a "The value supplied for the attribute is not of the same type as the attribute"s value."(BadTypeMismatch) error. I can c…
-
When using ua.QueryFirstRequest() as a client, the server response is that this service is not supported.
Is there any way to fix this or extend the server to handle a query service as mentioned in …
-
**Describe the bug**
`Server` accepts `ExpandedNodeId` as a parameter in a request, but it doesn't match with the node added to the server when its nodeid is `NodeId` (i.e. registered by using names…
-
I succeeded in connecting Siemens CPU through OPC-UA communication.
(Attach the code below)
However, after a certain period of time, it is terminated after an exception occurs as shown below.
Anyon…
-
Hello. I am unable to connect to Siemens OPC UA server for Sinumerik 840D based device. Currently i am using a SinuTrain emulator for a lathe. I'm able to connect and read node values via `CNCnetPDM.O…
-
**Describe the bug**
When adding a variable to an object of the `uatypes.DateTime` type, when we read the value from the server, the timezone is preserved. When reading from the client, the tzinf…