LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Streaming to/From fpga target

Solved!
Go to solution

Hello everyone,

 

I am trying to continueously stream to and from an FPGA target using DMA FIFOs. For that I have used two while loops. I used two loops because I am practicing to do the same for generating and acquiring signals with a real time device. The VI works fine except that is not stoping. It is not responding to the stop botton attached to the loop condition. Does anybody know why ?

Download All
0 Kudos
Message 1 of 4
(2,607 Views)

My guess is you use one button for the two loops. If the button is latching, the first read will reset the value, the second loop will continue.

 

Not a lot of people use NXG, you might post some screenshots.

0 Kudos
Message 2 of 4
(2,586 Views)
Solution
Accepted by wiebe@CARYA

Thank you Carya,

 

The problem was in the handshaking in the FPGA code.

One stop button works also but two should also work if for example I want to stop only one loop and keep the code executing with the other one.

 

Best regards,

Ali

0 Kudos
Message 3 of 4
(2,542 Views)

Ok, I accepted that as solution, so others will see the thread is solved.

0 Kudos
Message 4 of 4
(2,538 Views)