<< Click to Display Table of Contents >> Create INI File |
|
Configuration item |
Selectable option/ Value |
Description |
INI Section |
(Specify INI section) |
|
INI Keys (cell array) |
(Specify INI keys) |
Each key name is an input port. |
Sample time (sec) |
(Sample time) |
Specify block sample time |
This input port specify file name to open for Write. It can be:
1.1 String pointer, which from "Volatile Data Storage Read" block of variable type "String".
1.2 Vector data of uint8. Note: the data vector must contain 0 to indicate NULL terminate string, example: uint8(['file1.txt' 0])
0 : Data write position start at 0 after open file.
non-zero : Data append to last file position.
Writing value corresponding to the INI key.
0: Success, otherwise fail.