Dear @Davide Nardella, I have fixed this issue in the C++ part of the source code. Changes related to the fix : https://github.com/Securenok/snap7/pull/2 In the c++ version of the library -> added two new fields, char CodeDateTime[25]; and char IntfDateTime[25];, to the structs TS7BlockInfo and PS7BlockInfo. Added a helper function TSnap7MicroClient::FillDateTime(word SiemensDay, u_int SiemensMs, char *PTime) to fill the full timestamp information of the memory blocks to the newly added fields CodeDateTime...
Dear @Davide Nardella, I have fixed this issue in the C++ part of the source code, since timestamp information was required for scenario. Changes related to the fix : https://github.com/Securenok/snap7/pull/2 In the c++ version of the library -> added two new fields, char CodeDateTime[25]; and char IntfDateTime[25];, to the structs TS7BlockInfo and PS7BlockInfo. Added a helper function TSnap7MicroClient::FillDateTime(word SiemensDay, u_int SiemensMs, char *PTime) to fill the full timestamp information...