FIO: DM Properties
|
Registry Key |
Data Type |
Default Value |
Description |
|
dbgON |
REG_DWORD |
0 |
Controls verbose debugging output. 0 set verbose debugging off while 255 enables most verbose debuggin. |
|
Description |
REG_SZ |
File IO Driver |
User-defined description of the DM |
|
FIO_Columns |
REG_DWORD |
25 |
Specifies the maximum number of columns in the .csv file to be read. |
|
FIO_Items |
REG_DWORD |
100 |
Specifies the maximum number of items in the file. This is found by: Number of Rows * Number of Columns |
|
FIO_Name |
REG_SZ |
C:\input.txt |
The path and name of the text file to be read. |
|
FIO_Rows |
REG_DWORD |
1 |
Specifies the maximum number of rows in the .csv file. |
|
StartUpDelay |
REG_DWORD |
0 |
Sets a delay, in milliseconds, before the driver begins operating. |