You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: