Through Siemens' S7 communication, I got some byte type data, but I didn't know how to convert these data into the corresponding structure data of labview.
It is well known that the bool of struct in TIA occupies one bit, but the bool of struct in labview occupies one byte.
Has anyone dealt with it?