Using the CAA File library, version 3.5.3.0. The DirCreate function block has an input "xParent", which is supposed to create absent sub directories if they don't exist yet. This input does not work in Schneider SoMachine 4.3.
Where would I find information about the CAA File library? Who maintains it? Is there a newer version of the library that is available? Release notes?
thanks
Tim
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
No, only for device manufacturers and etc.
By the way, it seems as reasonable suggestion for 3S to public release notes (export from JIRA) and features & improvements in CODESYS Store on tab All versions: https://store.codesys.com/codesys.html#All%20versions m
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am now using version 3.5.13.0 of the CAA File library, but I seem to be having the same issue (or maybe a different one) with using the DirCreate function block
When trying to create a directory, I get ERROR_UNKNOWN (5110), if the directory already exists. I guess I would expect EXIST (5105). This seems to be happening with the xParent option both true and false.
There's not a lot of documentation for this library. Are there any other things I should be considering?
thanks
Tim
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
tvm hat geschrieben:
I am now using version 3.5.13.0 of the CAA File library, but I seem to be having the same issue (or maybe a different one) with using the DirCreate function block
When trying to create a directory, I get ERROR_UNKNOWN (5110), if the directory already exists. I guess I would expect EXIST (5105). This seems to be happening with the xParent option both true and false.
There's not a lot of documentation for this library. Are there any other things I should be considering?
thanks
Tim
I use CAA File 3.5.15.0 with CODESYS Control Win V3.
I test your case, and DirCreate return error EXIST (with any value for xParent).
So I think it was fixed or it's OS-dependent bug (maybe you test it on Linux...).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Using the CAA File library, version 3.5.3.0. The DirCreate function block has an input "xParent", which is supposed to create absent sub directories if they don't exist yet. This input does not work in Schneider SoMachine 4.3.
Where would I find information about the CAA File library? Who maintains it? Is there a newer version of the library that is available? Release notes?
thanks
Tim
xParent behavior was fixed in version 3.5.7.3
thanks, where do you find this information?
From CODESYS bugtracker.
is that publicly available information?
No, only for device manufacturers and etc.
By the way, it seems as reasonable suggestion for 3S to public release notes (export from JIRA) and features & improvements in CODESYS Store on tab All versions:
https://store.codesys.com/codesys.html#All%20versions m
I am now using version 3.5.13.0 of the CAA File library, but I seem to be having the same issue (or maybe a different one) with using the DirCreate function block
When trying to create a directory, I get ERROR_UNKNOWN (5110), if the directory already exists. I guess I would expect EXIST (5105). This seems to be happening with the xParent option both true and false.
There's not a lot of documentation for this library. Are there any other things I should be considering?
thanks
Tim
I use CAA File 3.5.15.0 with CODESYS Control Win V3.
I test your case, and DirCreate return error EXIST (with any value for xParent).
So I think it was fixed or it's OS-dependent bug (maybe you test it on Linux...).