Hi all, After spending some time on my work, I wanted to make some tests with the S7. After I pulled from the actaul dev branch, I noticed an error: seems like the Parser for INT and REAL datatype does not work (for me at least). I don't understand why but from wireshark and debugging it seems like the data from the read response are Big Endian, although the requests are little endian. Maybe I did not use correct instruction, but from what I remember, S7 is little endian. Here the case:
Trying to read a REAL number in the DB1 with offset 0 : %DB1.DBD0:REAL Trying to read a INT number in the DB1 with offset 8 : %DB1.DBW8:INT As I said, from the Wireshark dump, the request is ok... but the data comes back Big endian. Etienne