FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
Dear Community User! We have started the migration process.
This community is now in READ ONLY mode.
Read more: Important
information on the platform change.
10-16-2024 01:37 PM - edited 10-16-2024 01:39 PM
Hello!
I want to determine how much internal memory my PLC application is using on the ctrlX. While I can view the size of each file by accessing Device -> Files:
I would like to know the total memory occupied by all the PLC files.
I attempted to connect via SSH but couldn't find which folder is used by the PLC app.
I also came across this post: Solved: Re: PLC Updates with file structure (boschrexroth.com), but I couldn't find the mentioned folder (run/solutions/webdav/appdata/plc/run/) on my device, possibly due to changes in the latest versions.
Thanks in advance! 😊
Solved! Go to Solution.
10-16-2024 02:42 PM
The path /var/snap/rexroth-solutions/common/webdav mentioned above is only accessible via WebDAV protocol.
The working directory of the PLC is in the active configuration an accessible via the ctrlX OS web UI or also REST:
for ctrlX CORE X3: plc -> run -> linux-gcc-aarch64 -> data
for ctrlX OS, ctrlX CORE X5 + X7: plc -> run -> linux-gcc-x64 ->data
The path on the ctrlX OS file system is:
/var/snap/rexroth-automationcore/common/solutions/activeConfiguration/plc...
or /var/snap/rexroth-solutions/common/solutions/activeConfiguration/plc...
10-16-2024 05:15 PM
Another question: Is there a limit to the amount of memory that the PLC application can use?
10-17-2024 08:59 AM
The size of the ctrlX CORE internal memory is the limit.