LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

TDMS Write comment in the middle of the Data Acquisition

Solved!
Go to solution

Hello,

I am currently using TDMS for my Data Logging. Currently I am logging data from a Keithley module via GPIB connector.

Essentially I want to log data in intervals and while logging the data I want to have a comment section where I can write changes which have been made.

It logs in minute intervals and I want to add comment in minute 5 for instance. What is the correct way to implement it.

Thanks

0 Kudos
Message 1 of 2
(2,943 Views)
Solution
Accepted by topic author sunny_304

I would use a loop that is dedicated to writing to the TDMS file.  You can then send commands/data to this loop through a queue.  You could one command for writing your DAQ data and another for the comment data.  I would log all of the DAQ data in one group and the comment data in a second group.  That will make your file a lot easier to understand.


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
Message 2 of 2
(2,932 Views)