376 Appendix
WAGO-I/O-SYSTEM 750
750-8207 PFC200 CS 2ETH RS 3G
Manual
Draft version 1.2.1 from 2017-09-13, valid from FW Version 02.06.20(09)
Ensure that files are saved!
Files are not reliably saved on the data medium until you call up the
“SysFileClose” 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://”)
Table 294: Possible Macros for File Access
Macro
Booting from Internal Memory Booting from Memory Card
HOME://
“/home/codesys/”
(internal NAND memory)
“/home/codesys/”
(memory card)
CARD://
“/media/sd/”
(nemory card)
“/home/codesys/”
(memory card)
TMP://
“/tmp/codesys/”
(internal RAM memory)
“/tmp/codesys/”
(internal RAM memory)
15.2.1.4 SysLibFileAsync.lib
The controller 750-8207supports the following function blocks of the
“SysLibFileAsync.lib” library:
-
SysFileCloseAsync
-
SysFileCopyAsync
-
SysFileDeleteAsync
-
SysFileEOFAsync
-
SysFileGetPosAsync
-
SysFileGetSizeAsync
-
SysFileGetTimeAsync
-
SysFileOpenAsync
-
SysFileReadAsync
-
SysFileRenameAsync
-
SysFileSetPosAsync