WAGO-I/O-SYSTEM 750 XTR
Appendix 399
750-8212/040-010 PFC200 G2 2ETH M12 RS XTR
Manual
Version 1.0.0, valid from FW version 03.01.07(13)
17.2.1.4 SysLibFileAsync.lib
The controller 750-8212/040-010supports the following function blocks of the
“SysLibFileAsync.lib” library:
-
SysFileCloseAsync
-
SysFileCopyAsync
-
SysFileDeleteAsync
-
SysFileEOFAsync
-
SysFileGetPosAsync
-
SysFileGetSizeAsync
-
SysFileGetTimeAsync
-
SysFileOpenAsync
-
SysFileReadAsync
-
SysFileRenameAsync
-
SysFileSetPosAsync
-
SysFileWriteAsync
Ensure that files are saved!
Files are not reliably saved to the data medium until you call up the
“SysFileCloseAsync” function block.
Additional information about this is given in the online Help function for
CODESYS-IDE.
Notes on the parameters of the function blocks
File and directory names distinguish between upper and lower case!
“test.txt”≠ “TEST.TXT”≠ “Test.txt”
The separator for directories is: “/.”
The file system supports:
-
Absolute paths, (e.g., “/media/sd/test.txt”)
-
Relative paths (e.g., “testpath/test.txt”)
-
Macros (e.g., “HOME://”, “CARD://”, “TMP://”)