10-28-2010 01:10 PM
I'm playing around with the ContAcq.c example that ships with the C API. My goal is to be able to acquire voltage continuously while also timestamping each buffer, and then to merge the timestamps with a video feed that I will be acquiring simultaneously.
I am extremely new to DAQmx and am not sure where to start. I've been reading the example programs and the online documentation but I'm not sure what the best way to proceed is.
10-29-2010 09:38 AM
Hi Neurostu,
Here is a way to add a second column to your data for time that is inserted based on your sample rate and sample size. Does this help?
Best,
10-29-2010 11:12 AM
@cyclone2k9 wrote:
Hi Neurostu,
Here is a way to add a second column to your data for time that is inserted based on your sample rate and sample size. Does this help?
Best,
Thanks for your reply, although its not clear to me where you posted the method?
10-29-2010 11:12 AM - edited 10-29-2010 11:12 AM
accidental double post.
11-01-2010 10:47 AM
Here is the document: http://decibel.ni.com/content/docs/DOC-9962
Must have been late in the work-day without coffee 🙂
Best,