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.
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.