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 for unsigned data types? (UINT, UDINT, etc.) and BOOL arrays #75

Open
skykep opened this issue Jan 8, 2025 · 0 comments
Open

Comments

@skykep
Copy link

skykep commented Jan 8, 2025

Is there any plan to add support for the unsigned data types that were introduced in v32 of Logix firmware?

And possibly arrays of BOOL instead of the BOOL being interpreted as a DINT where you can only access 32 bits.
For example, an array of BOOL[64] is accessed via BOOL.1 but you can only access BOOL.0 through BOOL.31. Anything above that blows up.

@skykep skykep changed the title Support for unsigned data types? (UINT, UDINT, etc.) Support for unsigned data types? (UINT, UDINT, etc.) and BOOL arrays Jan 8, 2025
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

No branches or pull requests

1 participant