Hello,
you are only able to edit the cfg file by writing a short PLC programm as it is part of the PLC internal data. So implement the following code sequence in a PLC project, add the library "CmpSettings" to the library manager and download it to the controller. Before running the program set variable DoIt to TRUE.
Afterwards you have to reboot the controller to activate the setting.
kind regards
please implement this program sequence in a PLC program and transfer it to the controller.
Simply add the "CmpSettings" lib to the IEC program and program the following
... View more