06-16-2015 10:06 AM
Hi,
Newbie question - sorry for the ignorance.
---
I have built the example code Acq-IntClk.c and I have a functioning executable
file. However, where does this store the data it reads?
I want to take several measurements when I run the executable file and be able
to save the data for later reference.
Thanks
06-17-2015 10:22 AM
In the Measurement Studio tab >> Measurement Studio Examples, there is a TDMS category that has C# and VB .NET code examples. Or, in CVI there are nice C examples in the Example Finder at Fundamentals >> File Input and Output. You'll have to use some "write to file" functions to store data in a .txt or .tdms file, etc. but I don't believe there are shipping examples for C++.