MaD-DSD opened a new issue, #3428: URL: https://github.com/apache/streampipes/issues/3428
### Apache StreamPipes version dev (current development state) ### Affected StreamPipes components UI ### What happened? I am using the OPC UA Adapter to collect measurements from an OPC UA server. The SampleNodeIds of the measurements have the format S7-XXXX.YYYY.ZZZZ. The adapter considers only the last part of the SampleNodeId (the ZZZZ section) for the "Field runtime name". This leads to problems when multiple measurements share the same ZZZZ value. Example: SampleNodeId 1: S7-1234.0102.0034 → Field runtime name: 0034 SampleNodeId 2: S7-1234.0105.0034 → Field runtime name: 0034 In the next step, multiple measurements with the same runtime name are available, making it difficult to distinguish between them. In the preview of the adapter, only one of the measurements is displayed, even though multiple measurements share the same ZZZZ component in their SampleNodeId. This makes it harder to verify the data and can lead to missing measurements.  ### How to reproduce? - Configure the OPC UA Adapter to collect measurements with similar SampleNodeIds. Ensure that multiple SampleNodeIds have the same last part (ZZZZ) and click on "Next". - verify the generated Field Runtime Names. - View the preview of the collected measurements ### Expected behavior Unique Field Runtime Names: The adapter should generate a more unique Field Runtime Name, for example, by considering the entire SampleNodeId. Complete Preview Display: The preview should display all measurements, even if they share the same ZZZZ value in their SampleNodeIds. ### Additional technical information _No response_ ### Are you willing to submit a PR? None -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@streampipes.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org