02-18-2020 08:23 AM
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 ?
Solved! Go to Solution.
02-18-2020 09:47 AM
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.
02-20-2020 03:42 AM
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
02-20-2020 03:47 AM
Ok, I accepted that as solution, so others will see the thread is solved.