Hello, I have an interesting problem. I am doing some image acquisition with a third party board. I do not have any "onboard" memory to buffer images, thus they are DMA'd into host memory (PING-PONG scheme is used). Things work well except in the following situation. I will be running my LabVIEW app and if I go launch another program (say windows explorer) the labVIEW program gets "behind" I can tell that it is trying to read from buffers that are currently being filled. It is almost as if LabVIEW says "ok have the CPU" to the OS. Is there anyway I can set the application priority to keep this from happening? The subVI that does the data acq is already in it's own execution system with a "time critical" priori
ty.
Thanks!
OK now the obvious...just don't launch windows explorer when the application is running. Well, that sounds logical, but this application will be installed in a plant site and often the unlogical happens.....