Data Acquisition Toolbox
  Function/Property:
    Search    Help Desk 
LoggingMode    See Also

LoggingMode specifies where data is logged. Data can be logged to memory
and/or to a disk file. If logging to memory, then acquired data is temporarily stored in the data acquisition engine. If logging to disk, a value for LogFileName must be specified, and acquired data and events are streamed to the specified log file.

Data stored in memory can be returned to the MATLAB workspace with the getdata function. Data stored to a disk file can be returned to the MATLAB workspace with the daqread function.

Characteristics

Device Objects

AI
Class

Common
Access

Read/write
Data Type

Enumerated list
Modify while Running

No

Values

Disk
Acquired data is logged to disk.
{Memory}
Acquired data is logged to memory.
Disk&Memory
Acquired data is logged to disk and memory.

See Also

Properties

LogFileName, Logging, LogToDiskMode

Functions

daqread, getdata



[ Previous | Help Desk | Next ]