High-Speed Digitizers

cancel
Showing results for 
Search instead for 
Did you mean: 

PXIe 5170R FIFO asynchronous write

Hello,

 

I'm trying to modify the example code "stream to host" to achieve asynchronous cropping of the signal (length of cropped signal is the same).

 

There are 8 channels on the FPGA, and I separated them into to two groups, each written to a different FIFO. The opening of FIFO is based on the time when the data point is acquired (counted by the variable "sample counts").

 

The problem is, when the two FIFOs opens at the same time, the code works fine. For example in the "synchrounous.png" file, when "lower limit = 480" things work fine. However, if "lower limit != 480", both FIFOs stop working and I get error code 50400 (nothing is written into the FIFO).

 

Can anyone help me with this? I really can't figure out where the bug is. Thanks so much !!!

 

0 Kudos
Message 1 of 2
(1,519 Views)

Do you need to have two FIFOs?

 

Can you post your Host and FPGA VIs?


Certified LabVIEW Architect, Certified Professional Instructor
ALE Consultants

Introduction to LabVIEW FPGA for RF, Radar, and Electronic Warfare Applications
0 Kudos
Message 2 of 2
(1,507 Views)