Hi everyone, I am having issues with Modbus and DataLogger, describe my problem then: In order to can be use modbus library in my AXC F 2152, I had to change the firmware by 2020.0.3, and it works properly. But now, I need to implement a datalogger, and tried to use the datalogger firmware, following the phoenixcontact tutorial but without success. Then I could check in the error list that this datalogger only works with 2021.6 fiirmware version. So, my question is the next one: is there any way to implement a datalogger firmware compatible with firmware 2020.0.x and therefore with modbus? If it is not possible, what other options could I have? I was checking the libraries and saw this one: https://www.plcnextstore.com/919 Thanks in advance Regards,
Hello, In firmware 2021.0.x there are a few datalogger options: [list] []Use the data logger that comes with the firmware. The instructions for using this are in the Info Center. This definitely works with the current firmware, so I am not sure why it did not work for you. []Use the SimpleLogger library from the PLCnext Store []Use the DataLogger library from the PLCnext Store []Use the DataLogger powered by FourZero app from the PLCnext Store [/list]
Hi Martin, Yes, now it works. Checking the version of the example program, the PLC verson was 2019, I replace it for my firmware version 2021 and the error disappeared. It was a dumb problem but maybe can be help more people. Thanks