Deleting historical data points from a OPCUA server using asyncua #479
Replies: 1 comment 1 reply
-
https://reference.opcfoundation.org/v104/Core/docs/Part4/5.10.5/ 5.10.5 HistoryUpdate: there is currently no method in uaclient.py but all lowlevel classes are avalible to make a request: opcua-asyncio/asyncua/ua/uaprotocol_auto.py Line 6265 in 398a45c opcua-asyncio/asyncua/ua/uaprotocol_auto.py Line 6275 in 398a45c if you have a server which supports that feature you could make a PR to add that feature to the uaclient.py / client.py! is not implemented in asyncua-server! opcua-asyncio/asyncua/server/uaprocessor.py Line 150 in 398a45c
the high level client (client.py) no! opcua-asyncio/asyncua/client/ua_client.py Line 619 in 398a45c |
Beta Was this translation helpful? Give feedback.
-
The
asyncua
library currently has methods to read historical data from an OPCUA server.asyncua
client support the deletion of history from an OPCUA server ?asyncua
?Beta Was this translation helpful? Give feedback.
All reactions