GitHub user tenthe added a comment to the discussion: Support multiple node query for OPC UA adapter
Thanks, I totally agree a similar feature than ua expert has would be great. I guess the biggest question is how to integrate them. Here is some background information: StreamPipes uses a flexible configuration mechanism that allows developers to configure user input fields with so-called StaticProperties. This has the great advantage that it is very easy to configure user input. However, if you need more complex input masks, you cannot simply add them. Since this is such a common case, I would say that it makes sense to offer a custom solution: - **option 1:** Use a seperate node explorer (e.g. UA expert) that can be used to get the node ids. - **option 2:** Extend the static properties to support the described behaviour - **option 3:** Provide a unique component for OPC UA to support the described behaviour Are there any other ideas? (@dominikriemer do you have any thoughts on that?) GitHub link: https://github.com/apache/streampipes/discussions/890#discussioncomment-4502793 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
