08-11-2009 06:35 PM
Hello.
I'm using cRIO 9012 and 9205 AI module.
In my project, the host reads 6 channel AI with 20kHz per channel with 3 FIFO DMA.
If the measurement was done within about half sec., there's no problem.
But when Im trying to do more longer measurement, the program is terminated.
I think it is problem related to the size of variable( of array for measurement). But I cannot sure.
Following diagram is a subVI of acquisition what I'm using now.
Could you gimme any comment for me?
08-12-2009 03:28 AM
Hey,
What do you mean by "the programm is terminated"? does the host VI stuck?
You can check the Elements Remaining of the FIFOs and also the Iteration Terminal of the Host While Loop.
Also use the RT-System Manager to see whats going on with the cRIOs CPU Load and Memory.
Christian
08-12-2009 04:56 PM
Hi, Christian_M.
Yes, I mean, the host VI stuck.
I solved this problem. I deployed host VI to cRIO, so host VI was running on FPGA.
I moved it into 'my computer', then it worked properly.
How stupid I am.............
Anyway, thanks. Christian_M. !!
08-13-2009 02:30 AM