Mitsubishi Ethernet module connection

I found your reply to this other topic and it was actually more helpful than the sidebar help.

I managed to read two integers and use the parser buffer to sort them out:

That will be helpful indeed, thanks.

In my case, I have a lot of parameters, some of them of the same type and sequentially written in the memory, but some of them are of different type and placed in entirely different places within the memory. Would you recommend to read a huge block of memory and parse everything in one go, or do you think it's easier to read the parameters using 2-3 buffers?