SD Card Append¶
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 file name already exists, it opens that file and add the new data to the file. If the file name does not exist, it creates a new file and the data.
Demo¶
Previous : SD Card Write Block
Next : LEDC Block