Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XML Implementation Discussion #2

Closed
zerox1212 opened this issue Jul 28, 2016 · 6 comments
Closed

XML Implementation Discussion #2

zerox1212 opened this issue Jul 28, 2016 · 6 comments

Comments

@zerox1212
Copy link
Collaborator

Resume discussions on how to implement a UA model in XML from FreeOpcUa/python-opcua#248 to keep issues between project separated.

@oroulet
Copy link
Member

oroulet commented Jul 29, 2016

For example node.get_user_access_level() and node.get_parent() is missing. For now I'll use the latest master in my project.

We will need to add features for this project anyway, so working from master will be necessary.

@oroulet
Copy link
Member

oroulet commented Jul 29, 2016

thinking about it, a lot of code will be common between the UI client and the modeller, so I am first refactoring a bit the client UI.

@oroulet
Copy link
Member

oroulet commented Jul 30, 2016

inital UI done.

@zerox1212
Copy link
Collaborator Author

Nice work.

When we export to XML, how can I make sure to only export the user nodes? I can't iterate over the address space otherwise the XML will have all the standard stuff. Is your UI keeping a list of everything that is created someplace?

@oroulet
Copy link
Member

oroulet commented Jul 31, 2016

That is the plan.... Need to modify some method calls in opcua lib to make
it happen... Will write a todo soon

On Sun, Jul 31, 2016, 03:21 Andrew notifications@github.com wrote:

Nice work.

When we export to XML, how can I make sure to only export the user nodes?
I can't iterate over the address space otherwise the XML will have all the
standard stuff. Is your UI keeping a list of everything that is created
someplace?


You are receiving this because you commented.

Reply to this email directly, view it on GitHub
#2 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ACcfzjd6VzOtktZeXUd7yVRDJ2E849Erks5qa_isgaJpZM4JW2Nl
.

@zerox1212
Copy link
Collaborator Author

Now that we have some basic parts of the project completed we should tackle problems on a per issue basis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants