Hi I am storing step results in a queue. For this I am using the Sequence File Post Result List Entry Callback.
To dequeue I am using the Labview API Function, which is awaiting the next result and dequeues it for further processing.
If my LabVIEW application fetches results, Teststand gets extremly slow. If I stop my application it is extremly fast.
It seems that there is some lock on the queue.
How can I avoid this?