Hi all,
For my measurement setup I am using a NI PCIe 6361.
As my measuring devices put out data every 4 microseconds I have to use a data frequency of 250 kHz.
The measurement cycle is initialized as continuous measurement and the data acquire subVI is called inside a while loop.
Inside this while loop I want to not only save the data but also du some calculations.
The idea is to check one channel and determine if the mean value over 256 measurements is zero and then stop the inner while loop and execute other orders.
I often get the error that the software is not fast enough for the hardware, it seams that there is any sort of buffer which fills up over time and at some point the whole VI stops working/responding. A quick restart of the VI does NOT solve the problem.
First completely shutting down LabVIEW and all its instances and restarting my VI lets me perform another measurement.
I attached a minimal example of the VI I use, some features I use to initialize are missing but the main part stays the same.
Is it possible to run several VIs parallel connecting to the same PCIe card?
In my case using one VI to measure the data generated by my setup and saving it to hard disk, the other VI to also measure the data and perform another task if the mean of 256 measurements of one channel drops to 0.
(further information: PC: Win7 64bit with 8 Gig of RAM and CPU 2 Quad)
I hope you guys can help me out with my problem.
If there are further questions feel free to ask.
Regards, Max