11-28-2012 08:18 AM
I generated sinusoidal signal using NI 9263 analog output with fpga node but i need to generate the signal with specific sampling frequency 1000 Hz or 0.001 sampling rate
11-29-2012 06:51 AM
Dear wgkotb,
thank you for your post. I looked at the datasheet for the NI 9263 ( http://sine.ni.com/nips/cds/view/p/lang/en/nid/208806 ) and it says the module has a 100kS/s update rate. It doesn't look like the module goes that fast bud.
Hope this information helps.
Kind Regards,
11-29-2012 06:59 AM
Dear Robert Ward,
Thanks for your reply,
If I understand what you mean, I can acquire upto 100000 Sample per sec with the module?
but i need t acquire only 1000 Sample/sec.
How to do that?
Regards
11-29-2012 08:06 AM
wgkotb,
Sorry, I mis-read your original post; your module does have a fast enough sampling rate. You can do this with a timed loop. Go into your functions palette and select Structures -> Timed Structures -> Timed Loop. You can set the clock as the 1kHz clock and set dt as 1ms. You can push the data to the Analogue Output of the module using a shared variable inside the timed loop.
Do you have any sample code or screenshots of what you have so far so I know where you are up to? Have you seen this tutorial on developing custom measurement and control I/O hardware with the LabVIEW FPGA module and reconfigurable I/O hardware ( http://www.ni.com/white-paper/3261/en )?
Regards,
11-29-2012 10:39 AM
Hi Robert Ward,
thanks a lot for your reply,
I will try to do you solution
Thanks
11-30-2012 03:45 AM
Dear wgkotb,
I was able to find this example code that you may find useful; https://decibel.ni.com/content/docs/DOC-4968 . Please note there are tons of other example code on the NI Developer Community that you may find useful.
Kind Regards,
03-24-2013 01:51 PM
Hello Rob_Ward,
the sampling rate for 9263 is 100Ks/s. Does the sampling rate share among four channels, which means if I am using 4 channels, the sampling rate is 100ks/s /4 =25ks/s?
Thank you and have a nice day!
03-25-2013 04:13 AM
Dear lvymerciqq,
Analogue Output modules in general have one DAC per AO channel, whereas Analogue Input modules have one ADC and therefore require multiplexing (FYI - ADC components can be rather expensive). From the looks of it - this C series module should be able to sample at 100KS/s for each channel.
Regards,
03-25-2013 06:58 AM
Thank you.
If it is not described as aggregate sampling rate in the manual, it is for every channel. Is it correct?
03-27-2013 07:01 AM
If it is described as "simultaneous" I would understand that to mean that there is one DAC per AO channel as multiplexing would incurr a delay between channels - as is the case with multiple AI with only one ADC.
Kind Regards,