I need to acquire data using NI DAQ device and .NET (C# language).
I tried on Example: C:\Users\Public\Documents\National Instruments\NI-DAQ\Examples\DotNET4.5\Analog In\Measure Voltage\ContAcqVoltageSamples_IntClk_SWTrigger
It works!
But I only get the voltage data, but the time matrix (or time data) was not included.
I need the voltage and time data/matrix, so I can plot voltage vs time.
How can I get it?
Thank you!