01-16-2018 07:36 AM
HI, I am acquiring a data from an eddy current sensor in Real-time using cRIO acquisition system and NI9234 model. I uploaded my code where I am collecting data and transfer it to a tdms file. The first issue, since I am still a beginner I would be sure if my code is working well and am not, for example, missing data or overlapping a data while I am running the VI? is there a way to check if a data is missing or overlapping? The second issue is: In x-axis of the Waveform graph I am using I need time at which the data point is acquired in seconds and also I would like to be able to transfer the time data to the tdms file. I will be grateful for any kind of help. Many thanks, Nidhal
01-18-2018 06:37 AM
Hi Nidhal,
The code doesn't look like there is any reason for it to miss data.
If you'd like an example to work from, the following webpage references an example program which aquires data from the module you're using. This would be a really good starting point for your project.
http://zone.ni.com/reference/en-XX/help/370984R-01/criodevicehelp/9234_reading_data/
Jack 🙂