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

Add Support for Custom String Lengths and Arrays in PLC4X Integration #3465

Closed
tenthe opened this issue Feb 7, 2025 · 0 comments · Fixed by #3466
Closed

Add Support for Custom String Lengths and Arrays in PLC4X Integration #3465

tenthe opened this issue Feb 7, 2025 · 0 comments · Fixed by #3466
Assignees
Labels
bug Something isn't working

Comments

@tenthe
Copy link
Contributor

tenthe commented Feb 7, 2025

Body

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.

@tenthe tenthe added the bug Something isn't working label Feb 7, 2025
@tenthe tenthe self-assigned this Feb 7, 2025
@tenthe 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant