You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PLC4X adapters currently only allow specifying a data type (e.g., STRING) but does not support custom-length definitions like STRING(10). This limitation prevents certain use cases where shorter strings or string arrays (e.g., STRING(10)[3]) are required. To ensure full compatibility with PLC4X and S7 address syntax, we should fix this problem.
StreamPipes Committer
I acknowledge that I am a maintainer/committer of the Apache StreamPipes project.
The text was updated successfully, but these errors were encountered:
tenthe
changed the title
dd Support for Custom String Lengths and Arrays in PLC4X Integration
Add Support for Custom String Lengths and Arrays in PLC4X Integration
Feb 7, 2025
Body
The PLC4X adapters currently only allow specifying a data type (e.g.,
STRING
) but does not support custom-length definitions likeSTRING(10)
. This limitation prevents certain use cases where shorter strings or string arrays (e.g.,STRING(10)[3]
) are required. To ensure full compatibility with PLC4X and S7 address syntax, we should fix this problem.StreamPipes Committer
I acknowledge that I am a maintainer/committer of the Apache StreamPipes project.
The text was updated successfully, but these errors were encountered: