05-18-2010 06:36 PM
Hi,
I need to generate two signals as the input of the testing boards.
One signal channel (InA) is 20K Hz, duty ratio can be tuned from 30% ~ 70%.
Another one (InB) is the complementory signal of the first one. That means when InA is 1, InB is 0; when InA is 0, InB is 1.
I am using PCI-6229 DAQ Boards. It has two counters. But I need to use these two counter for another two channel. So how can I generate the digital signals without using counter?
Thanks
05-19-2010
09:24 AM
- last edited on
02-16-2025
08:21 PM
by
Content Cleaner
You would use the digital I/O lines. Have you looked at the specs? It has correlated DIO with up to 1MHz rate.
You did not mention what programming language you are using so it's impossible to point you to any examples. Examples do come with DAQmx so you should have the information to get started.
05-19-2010 10:36 AM
You could use just one output connected to the input of an inverter, akin to a SN7404, to provide the compementary output signal.
-AK2DM
05-20-2010 04:09 PM
I use LabView 2009. I didn't find the examples. I found examples using counter freqOut to generate digital pulse. But I can not use counter because the counter channel have other tasks. I don't know how to use digital channel to create. Do you have any examples?
Thanks
05-20-2010 04:10 PM
I use LabView 2009. I didn't find the examples. I found examples using counter freqOut to generate digital pulse. But I can not use counter because the counter channel have other tasks. I don't know how to use digital channel to create. Do you have any examples?
Thanks |
05-20-2010 04:36 PM