01-04-2012 02:56 AM
Hi all,
I have a stream of digital data coming into 1 line in USB-6501. I have configured 1 digital line input using the DAQ express. How do I able to read this stream of data in an array or table with the time interval?
Any help is appreciated. Thnaks.
01-04-2012 11:29 AM
You can configure your DAQ Assistan to read N samples, where N is the amount of bits that you want to read, and save them into an array of booleans.
Regards.
01-04-2012 08:22 PM
I have configure the DAQ assistant to N samples with the required number of samples and rate. I save them to a boolean array but i have an error. It say the source is 1-D array of digital waveform and the sink is 1-D array of boolean.
01-05-2012 12:18 AM
Hi
Try the attached VI and let us know if that is what you were looking for
01-05-2012 12:29 AM
Hi Freelance LV,
I am using version 8.5, are u able downconvert it for me?
@Freelance LV wrote:
Hi
Try the attached VI and let us know if that is what you were looking for
01-06-2012 04:04 AM
Hi
Attached is a screenshot.
01-06-2012 09:50 AM
It's irrelevant since you cannot set the 6501 to read N samples at a specific rate. Your only option is to use On Demand timing. Surely your DAQ Assistant is giving you an error.