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

Support 1D array datatypes #36

Open
alexrudd2 opened this issue Jun 15, 2021 · 0 comments
Open

Support 1D array datatypes #36

alexrudd2 opened this issue Jun 15, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@alexrudd2
Copy link
Member

A 1D array of something has a datatype of the format AR1<basetype>. For instance a 1D array of 32-bit floats F32 would be be AR1F32. They are given consecutive modbus addresses by default. Supporting 1D arrays might make it easier to have generic code instead of copy/pasting.

@alexrudd2 alexrudd2 added the enhancement New feature or request label Jun 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant