easy-forum
English Support - Software => Xsoft-CoDeSys => Thema gestartet von: bill am Mai 10, 2010, 12:19:28 Nachmittag
-
I am programming the MFD4 screen how do I store data on the MMC card
-
Use "SysLibFile.lib" to open/write/close files.
For access to mmc in CoDeSys begin every path with '\disk_mmc\' e.g. '\disk_mmc\myfile.bin'.
Writing files to mmc can take several 100ms depending on the size to write. If this will block the PLC cycle you can
use alternatively SysLibFileAsync.lib
-
Thanks I will give this a go