Owning Palette: Advanced TDMS VIs and Functions
Requires: Base Development System. This topic might not match its corresponding palette in LabVIEW depending on your operating system, licensed product(s), and target.
Use the TDMS In Memory functions to open, close, read from, and write to .tdms files in memory.
Palette Object | Description |
---|---|
TDMS In Memory Close | Closes the .tdms file in memory that you opened with the TDMS In Memory Open function. This function also writes the .tdms file to disk, if specified by the file path input. |
TDMS In Memory Open | Creates an empty .tdms file in memory for reading or writing. You also can use this function to create a file in memory from a byte array or file on disk. |
TDMS In Memory Read Bytes | Reads a .tdms file in memory and returns data as an unsigned 8-bit integer array data type. |