I have run into an issue with a UDT that i created in the control logix processor. The string size had been modified to be 32 char and is part of a large structure.
From what I have been able to see the program does not query the processor for structure types and sizes and therefore only supports Atomic data types.
Do you plan to add support for this in the future?
for now I added the handle id to the ExtractData and GetByteCount to allow it to process the data correctly.
I assume this is also the root of the write data problem I have now with same structure.