12-09-2009 07:41 AM
I'm working with USB-6501. I would like to sample two digital channels, where a third channel (a clock) is used a trigger (edge, falling). Data on these two channels flows at 1KHz, 10 samples in every cycle of 100msec (so actually we need to sample for a 10msec period in every 100msec cycle). Sampling should be continuous and for a long time period (a month). Binary data (1/0) data should be written to a text file.
Does anyone have a LabView application which does the job?
12-09-2009 08:24 AM
You will learn a lot more (even by trial and errror) if you write the program yourself.
I suggest trying the DAQ assistant (on the DAQmx pallet) if you are having trouble getting started. There, you can configure your three channels and LabVIEW will create the code for you.
On this forum, it is better to ask specific questions if you have problems getting your code to work than asking an open-ended request for code.
12-09-2009 09:21 AM
12-10-2009 02:01 AM