398 Appendix
WAGO-I/O-SYSTEM 750 XTR
750-8212/040-010 PFC200 G2 2ETH M12 RS XTR
Manual
Version 1.0.0, valid from FW version 03.01.07(13)
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 277: 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)