PXI

cancel
Showing results for 
Search instead for 
Did you mean: 

Using TDMS to save data generated by PXI

Hello,  i want to use TDMS to store the data generated from a PXI. I was checking the examples provided by Labwindows/CVI, but i only found examples related to DAQ device !? Why there is no examples for other PXIs like (DMM). So if i want to store a data in a TDMS generated from  PXI 4065 which is a digital multimiter (DMM) ? Is it possible or TDMS only for DAQ device. 

so to configure TDMS file logging for the task, there is specific function for that for example: 

// DAQmx TDMS Configure Code
/*********************************************/
DAQmxErrChk(DAQmxConfigureLogging(taskHandle,TDMSfilePath,DAQmx_Val_LogAndRead,"GroupName",DAQmx_Val_OpenOrCreate));

 

Is there any other functions for DMM to configure TDMS ,

 

Thanks, 

0 Kudos
Message 1 of 3
(713 Views)

The streaming to a TDMS file is a function of DAQmx.  But you can still read data from whatever and write that data to a TDMS file using whatever TDMS API is available in CVI.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 3
(688 Views)

I understand. Thank you for your quick response. 

0 Kudos
Message 3 of 3
(673 Views)