FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
Dear Community User! We are updating our platform to a new
system.
Read more: Important
information on the platform change.
03-19-2024 05:05 PM - edited 03-19-2024 06:48 PM
I had previously gotten a few good answers to how to access the ethercat.xml file and make adjustments or load a new file in. I played with it some and then got put on anouther project I would like to get this working now.
See :Reconfiguration of Ethercat devices From Ctrlx Core
So now the issue I seem to be facing is the .xml is write protected (This is true in any state). How do I go about this or is the above solution no longer valid.
edit: it seems this may no longer be a valid approach per https://boschrexroth.github.io/ctrlx-automation-sdk/persistdata.html
"
Since XCR-V-0120, app directories with active copyOnLoad are only copied if the corresponding app is installed and enabled on loading.
Since XCR-V-0120, the default value of the writeProtected attribute is true in order to protect app directories against unintended changes.
"
Solved! Go to Solution.
03-20-2024 03:24 PM - edited 04-24-2024 02:01 PM
In the current version 2.x there is the confinement now implemented, that a configuration should always be consistent and activated in a consistent state. So the way to go is manipulate an configuration archive and then activate it. In my example WinSCP is used. Connection Settings are:
Same can be done via the ctrlX OS web UI. Then REST protocol is used:
03-21-2024 08:44 PM - edited 03-21-2024 09:17 PM
Thank You CodeShepard you're always coming to the rescue!