I ran into this problem. I write to a file using FbDatalogger. He didn’t record the data correctly. After rewriting the firmware in the PLC, the problem went away. Why does this happen?
bDatalogger_type = 3. Below I’ll provide a couple screenshots of different content. The program code has not been changed.
The correct data to be recorded:
Data that was wrong:
As you can see there is something wrong with the clock format and it only writes one post instead of 3 posts
Is the PLC able to write to the file, but the data format is incorrect? If the data is not being recorded, you could check the file path. The newer FW releases only allow the PLC runtime to access certain directories in the PLC. Please confirm that the write path is in one of the following.