jormus opened a new issue, #3621:
URL: https://github.com/apache/streampipes/issues/3621

   ### Apache StreamPipes version
   
   0.97.0
   
   ### Affected StreamPipes components
   
   Connect
   
   ### What happened?
   
   When defining nodes in plc4x s7 advanced, u cannot put comments on the same 
line as the node definition:
   
   example config triggering fault when trying to define schema
   `
   H_AnInput_HighLimit=%DB1281:0:REAL   // High Limit For Scaling Analogue Input
   `
   
   results in:
   `
   Datatype %DB1281:0:REAL // High Limit For Scaling Analogue Input is not 
supported
   `
   
   ### How to reproduce?
   
   works:
   ```
   // High Limit For Scaling Analogue Input
   H_AnInput_HighLimit=%DB1281:0:REAL
   ```
   works not:
   ```
   H_AnInput_HighLimit=%DB1281:0:REAL   // High Limit For Scaling Analogue Input
   ```
   
   ### Expected behavior
   
   // should be ignored
   
   ### 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to