Improve the Allen-Bradley Logix Driver to be able to display a Boolean Array in a ControlLogix PLC as a BOOL array instead of a DINT array. Rockwell stores the BOOL array as a DWORD inside the PLC memory, but this is the atomic data structure and not the Structure data type.
We utilize a BOOL more than 32 registers and so this adds a lot more tags in the structure to manage.
Rockwell publishes a detailed guide on their data access methods here: