Hi,
I am using ContAcqVoltageSamples_IntClk_ToFile sample codebase for NI-9215. I have changed the volts data to raw data and now I want to include timestamp for each row of the data that we write to the file.
How can I do that. Could you please help me with a sample code in c#.
Example:
Timestamp,cDAQ9185-1F3B5F3Mod1/ai0,cDAQ9185-1F3B5F3Mod1/ai1,cDAQ9185-1F3B5F3Mod1/ai2,cDAQ9185-1F3B5F3Mod1/ai3,cDAQ9185-1F3B5F3Mod2/ai0,cDAQ9185-1F3B5F3Mod2/ai1,cDAQ9185-1F3B5F3Mod2/ai2,cDAQ9185-1F3B5F3Mod2/ai3
02/18/2021 16:04:14:89,32768,32768,32768,32768,32768,32768,32768,32768
Thanks
Purnima