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

expose endianness and float representation #40

Open
ToSa27 opened this issue Mar 26, 2020 · 1 comment
Open

expose endianness and float representation #40

ToSa27 opened this issue Mar 26, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@ToSa27
Copy link

ToSa27 commented Mar 26, 2020

The API seems to lack the ability to get the endianness and float format information from e.g. the connect requests. With the stack not executing any data manipulation (which I think is the right design choice), the application layer would need to know these details to properly assess the content. For now I'm working with S7-1500 which appears to always leverage little endian and IEEE float representation but as the protocol supports different options I would want the app to be able to react to different scenarios.

@pyhys
Copy link
Collaborator

pyhys commented Apr 9, 2020

Thanks for this enhancement proposal. I think it would be a great feature.

@pyhys pyhys added the enhancement New feature or request label Apr 17, 2020
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

2 participants