02-05-2013 10:36 AM
Hello Guys,
I am using two modules i-e. NI 9205 and NI 9222, Both have different data rates.
Now i have to transfer data from FPGA to CRIO from both these modules using one FIFO.
While merging data from both above mentioned modules, I got the data rate that is of slowest rate module. Can anyone please help me with that, or provide me the link regarding integration of modules with different data rates through one FIFO.
My appologies as i cant share the code but i used basic Labview examples and almost tried every way to put all channels of these modules in one FIFO but i am only able to get data rate of slowest module.
Regards
Sohaib Kiani
02-06-2013 07:10 PM
Hi Sohaib,
I believe that something that might help you is using two different FIFOs to send the data from the FPGA to the RT, so you will have the data in the RT with the specific rate for each device and then you can process the data in the RT side.
Regards,