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

Adding information to submodell/AAS (specifically in OPC UA) #183

Open
EricGend opened this issue Sep 14, 2023 · 2 comments
Open

Adding information to submodell/AAS (specifically in OPC UA) #183

EricGend opened this issue Sep 14, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@EricGend
Copy link

I want to use OPC UA as default connectivity to the Asset Administration Shells. I need to add nodes while the Application is running.
Right now I'm not sure if I need to change the Server or Client Application. Since I want to add information from the Client it should be the client, but this could result in harming the structure of the AAS, proably there should be a Methode to add information to the AAS. and if the serialized data isn't correct or incomplete the server should denie the request.

Where should I try to add nodes to the server?

I would appreciate some other thoughts about this.

@EricGend EricGend changed the title Adding information to submodell/ZAAS (specifically in OPC UA) Adding information to submodell/AAS (specifically in OPC UA) Sep 14, 2023
@aorzelskiGH
Copy link
Contributor

This is currently not supported. We want to support this in an upcoming version.

@EricGend
Copy link
Author

This is currently not supported. We want to support this in an upcoming version.

For my project I forked the repository , added a Methode node where I receive the data serialized and implemented a parser for the incoming message quick and dirty. Are there any thoughts how this should be implemented or some specifications yet?

I think inside the I40 language this issue should be handled by the interaction manager? But by just using an API it could be difficult to validate if a message is qualified to modify a part of the information model.

@juileetikekar juileetikekar added the enhancement New feature or request label Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants