Hi!
I'm trying to design active noise canceller, which was worked on CDAQ-9172 , under cRIO 9004.
So, I checked data transmission from my host computer via FPGA trarget of cRIO9004.
My LabVIEW consists of two part.
The first one is while loop, which read data from analog module of 9215 via FPGA trarget of cRIO9004.
It's working and good.
The problem is the second part of while-loop.
I mean to transmit the data of the first while-loop to input port of the second while-loop.
When I cheked it , the data is not transmitted from the first while-loop to the second while-loop.
It's a reasonable ,considering a feature of while loop.
But, I want to built a continuous data as a waveforms in the second while-loop from four data of NI9215 afetr sending data of the first while-loop to input port of the second while-loop.
I checked several examples and documents for it and could not any information about this case.
Please let me make it.
Sincerely.
Jason