Data Acquisition Toolbox | ![]() ![]() |
Specifying a Filename
You specify the name of the log file with the LogFileName
property. You can specify any value for LogFileName
, including a directory path, provided the filename is supported by your operating system. Additionally, if LogToDiskMode
is Index
, then the log filename also follows these rules:
LogFileName
is myfile.daq
, then myfile.daq
is the name of the first log file, myfile01.daq
is the name of the second log file, and so on.
LogFileName
is updated after the log file is written (after the stop event occurs).
![]() | Logging Information to Disk | Retrieving Logged Information | ![]() |