06-10-2008 10:00 PM
06-11-2008 12:35 AM
Hi DUE,
you read on two places from the same queue. If you use a queue you can dequeue the element only ones. Why do you use global variables? You can send the new data which shall be added to the listbox with the queue. Change you program in that way, that only one of your two vi´s read the queue. I think you need in your "Add" vi only the function "Obtain Queue", "Enqueue Element" and "Release Queue" or do you want to send data in both directions?
Hope it helps.
Mike
06-11-2008 02:00 AM
06-12-2008 05:35 PM