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.
06-14-2023 12:05 PM
Hi.
Is it possible to update json-type configuration files inside snap somehow or does all configuration data have to go through datalayer?
There is multiple JSON files that are customer dependent and needs to be updated. Also there is multiple binary format fcf files inside snap that is updated with end customers needs. How should this be done?
Solved! Go to Solution.
06-14-2023 12:59 PM - edited 06-15-2023 09:25 AM
Where are this files edited?
If inside of your app you need to implement a front end to do so.
Or should they be loaded from the outside to the ctrlX CORE? The central data storage called configuration can be used for files that needs to be down/uploadable from external. See documentation on GitHub.
06-15-2023 09:09 AM
The latter. The files are loaded from outside of ctrlX CORE.
@CodeShepherd wrote:Or should they be loaded from the outside to the ctrlX CORE? The central data storage called configuration can be used for files that needs to be down/uploadable from external.
Is there documentation which describes how this is done? I did not see any hits in boschrexroth.github.io for this.
06-15-2023 09:25 AM
Sorry I forgot to add the link to the documentation on GitHub and reworked my post above.
06-15-2023 01:54 PM - edited 06-15-2023 02:16 PM
Another hint: You can also look into the documentation (section: Working with configurations) to get a general overview on the configuration file storage in ctrlX OS.
Additinaly here are two how tos on how to use this storage for configuration files from your self created snap: