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

Fail to Parse Array of Arrays #65

Closed
engineerjoe440 opened this issue Apr 20, 2023 · 0 comments · Fixed by #66
Closed

Fail to Parse Array of Arrays #65

engineerjoe440 opened this issue Apr 20, 2023 · 0 comments · Fixed by #66

Comments

@engineerjoe440
Copy link
Collaborator

More "in the wild" findings, yesterday! 😄

Seems that TwinCAT supports Arrays of Arrays, that is:

VAR
    someData : ARRAY [1..5, 6..9] OF ARRAY [0 .. 10] OF INT;
END_VAR

Or as Beckhoff documents.... https://infosys.beckhoff.com/english.php?content=../content/1033/tc3_plc_intro/8825255691.html&id=

I think this should be a relatively easy fix (I think). I'll have a PR inbound shortly.

@klauer klauer linked a pull request May 8, 2023 that will close this issue
@klauer klauer closed this as completed in #66 May 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant