Hi! I have a project on a Janz-Tec PLC it may work more than 1 month or just for few days. The runtime is hanging (only fresh download help) absolutely randomly.
I tried to upgrade the Element Collections library to version 3.5.16.0 hopping the problem should be solved but after that the project didn't download (no sufficient memory on plc error).
Help please
In such cases first check the plclogger for more information
cat /tmp/codesyscontrol.log
and doing the implicit checks with checkbounds would be a good point to start to investigate the application. https://faq.codesys.com/pages/viewpage.action?pageId=3538982
Last edit: eschwellinger 2021-12-07
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi! I was able to download the project, there was a device description vs runtime mismatch,
- runtime 3.5.15.30
- project 3.5.16.0
(no warning at download!)
Runtime was updated after second attempt (/opt/janztec/watchog folder delete error)
Hope no more faults, fingers crossed
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi! I have a project on a Janz-Tec PLC it may work more than 1 month or just for few days. The runtime is hanging (only fresh download help) absolutely randomly.
I tried to upgrade the Element Collections library to version 3.5.16.0 hopping the problem should be solved but after that the project didn't download (no sufficient memory on plc error).
Help please
In such cases first check the plclogger for more information
cat /tmp/codesyscontrol.log
and doing the implicit checks with checkbounds would be a good point to start to investigate the application.
https://faq.codesys.com/pages/viewpage.action?pageId=3538982
Last edit: eschwellinger 2021-12-07
Hi! I was able to download the project, there was a device description vs runtime mismatch,
- runtime 3.5.15.30
- project 3.5.16.0
(no warning at download!)
Runtime was updated after second attempt (/opt/janztec/watchog folder delete error)
Hope no more faults, fingers crossed