in data 01-06-2014 02:31 PM
I need to write the following bits to DAQ line P0.0 to P0.2 so I need to write 1 sample to each line at 10 MS/s. Could you please help me on this. How can I write just 1 sample at that rate to a digital line. Thanks
P0.0 P0.1 P0.2
0 1 0
in data 01-06-2014 02:47 PM
in data 01-06-2014 03:01 PM
Hi I need to write this to FPGA through DAQ. When I use DAQmx write for finite number of samples it sayas the number of samples should be at least 2. Is it really not possible to write 1 sample ?
01-06-2014 03:03 PM - modificato 01-06-2014 03:04 PM
Hi tintin,
it is possible to write just 1 sample per channel - but not at a rate of 10MS/s!
Either write 1 sample with a rate of ~100S/s or multiple samples at higher rates...
Why do you need DAQmx to write data to the FPGA? Do you use any NI-FPGA?
in data 01-06-2014 03:05 PM
Yes its possible to write 1 sample on demand. You will have a very hard time clocking sample by sample at 10MHz! BUT, you have that super sexy FPGA! Load up the hardware buffer and let the waveform clock out at speed.
in data 01-06-2014 03:08 PM
How can you have a rate with only 1 sample? It's possible to write a single sample with DAQmx if you just use DAQmx Write set to NChan 1Samp.