04-21-2008 11:53 AM
Hey SergueiK,
Sorry for not responding, I was gone for a week....
I will check over the program and see if there is anything I think might be causing that...It might be a great idea to switch the programs design model to a producer/consumer (Events), it would help elemenate bugs, and make the ones present easier to find (and fix). It would be TOO hard, a day or so of work to clean it all up...
04-21-2008 11:58 AM
B.Wagner,
As I mentioned to SergueiK you might also want to implement the producer/consumer (Events) design model, it the most efficient (in my experience) with acquisition programs (and most others), personally it is pretty much the only design model I use for Top Level VIs....You can find tutorials about it on the NI site, and there is a template for a basic one in LabView->New->Templates
Personally I modify the one present to use an enum (type def'ed) instead of the string. Enums automatically show the enum name in case structures, makes it more readable.
In anycase, if you feel the need for more help start a new thread (or reference an older one) and post the link in here, and I can address it directly there (posting your code might be a good idea too).