Understanding cache file in opcua #1270
Unanswered
vidyarao123
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Read the doc strings. the Again from the doc strings... you can't use Stop using the shelf, then you can dump and load to persist your address space. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hi @zerox1212 , loading and dumping to .bin file is working now. I used dump_address_space() and load_address_space(). Along with the address space it saves the nodes also . Anyway my purpose is solved Thank you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I am trying to work on this cache file of opcua. I have a few queries though
I went through the issue mentioned here in the link #429 . Did not find an answer there. My code is as below
I am trying to achieve here that only for the first time, the variables / nodes shall be imported from the xml. But in the subsequent times, when the script is rerun, cache file must be used to load the nodes.
My queries are
Your help is much appreciated . Thanks
Beta Was this translation helpful? Give feedback.
All reactions