Closed LouKordos closed 4 months ago
Hi, thank you for reaching out! You can read CouchDB data into Python AAS objects by using our CouchDB Backend, please refer to our tutorial for that.
@zrgt I think it's possible to display and update that AAS data with the AAS Manager UI, isn't it? Please correct me if I'm wrong.
@LouKordos, since we're not affiliated with the AAS Package Explorer I cannot tell you how to access our instantiated SDK objects. Of course, you can always save them to JSON or XML using our SDK and read it into the AAS Package Explorer, but that kind of misses the purpose, doesn't it?
Feel free to ask further questions, if any come up.
@s-heppner currently this feature is not implemented, but can be realized in future.
I'll close this issue for now. Feel free to reopen it, if you have further questions.
Hi, I was wondering if there is a way to connect the Package Explorer to Python or CouchDB in some way to allow live visualization of the values being changed. I am using python to fetch OPC UA data and update the properties in CouchDB accordingly. I have seen in demo videos that such live visualization of values is possible but I think the video used Java.