How to delete existing history of node when restarting server? #1227
-
Hi, first of all thanks for the great work here! When i start a local server, add a node and add sqlite to historize the data and then restart this server and read the history with read_raw_history() i can get more values than i added after restarting the server. I could set the period argument but is there a way of clearing the sql data? I tried this with example: python-opcua/examples/server-datavalue-history.py |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
what is your history manger config? |
Beta Was this translation helpful? Give feedback.
what is your history manger config?
HistoryDict or HistorySQLite?