SD Card Write¶
How this block appears in a Simulink model?¶
What can be configured?¶
Configuration Parameter | Selectable Option/Value | Description |
---|---|---|
File path | Insert the file path. |
When to use this block?¶
This block is used to write data to a file.
How does this block work?¶
The block search for the file name in the given path. If the filename already exists, it deletes that file and create a new file with the same name and write the new data to that file. If the file name does not exist, it creates a new file and the data.
Demo¶
Previous : SD Card Read Block
Next : SD Card Append Block