We decided to work with file based storage for the project.
Is there a scripting API for file-based storage to e.g. convert it while running the script back or how to open file based storage project with projects.open?
Thank you!
voffi
Last edit: voffi 2 days ago
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello!
Opening a project from a python script given at the CODESYS command line does not work for me with a file based storage project.
Example:
Running projects.open("test.project", primary = True) works
but converting the project to a file based storage project and then give the folder name as an argument to project.open
Running projects.open("test.fbsproj", primary = True)
does not work.
We decided to work with file based storage for the project.
Is there a scripting API for file-based storage to e.g. convert it while running the script back or how to open file based storage project with projects.open?
Thank you!
voffi
Last edit: voffi 2 days ago