08-04-2010 03:38 AM
Hi Paul and Phillip,
Thank you for your help. I will try to rebuild my relevant VIs to use the producer/comsumer architecture. This could take some time as I am not used to this.
Thilo
08-04-2010 03:41 AM
Hi cosmin,
Yes, I found your code. But was unable to test it. My 8.5 LabVIEW will not start 2009'er files!
Thilo
08-19-2010 04:54 AM
Hi Phillip and Paul,
I managed to change my code to use queues!
It works great now! I'm loosing packets only, when I move other windows of different application (firefox, word...) or start other applications!
The trick for me was to flush the queue just before I call the sub_collect_data.vi.
And it worked without using winpcap!
Thank you for your super input, help and thoughts!
Best regards,
Thilo
PS: Attached you will find my solution.