On the raspberry 3B+ model is installed a 4.0.1.0 codesys runtime version. I purchased the licence and it has been installed succesfully. The runtime stops randomly (maybe 1 month at time) and I am forced to restart the raspberry. So I would like see some logfiles but in the online mode the logfile starts from last reboot.
- Where can I find the hitorical log file from the source downloaded?
- Is there a way to cougth the exception?
Thanks for help me
Luca
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello to All,
On the raspberry 3B+ model is installed a 4.0.1.0 codesys runtime version. I purchased the licence and it has been installed succesfully. The runtime stops randomly (maybe 1 month at time) and I am forced to restart the raspberry. So I would like see some logfiles but in the online mode the logfile starts from last reboot.
- Where can I find the hitorical log file from the source downloaded?
- Is there a way to cougth the exception?
Thanks for help me
Luca
default is here:
/etc/CODESYSControl.cfg
[CmpLog]
Logger.0.Name=/tmp/codesyscontrol.log
means it is store in tmp filesystem if you need this persistent - change it
for example to:
Logger.0.Name=/home/pi/codesyscontrol.log