03-27-2021 01:26 PM
Hello!
I need to increase queue size for a signal waveform. And if the queue overload, I want to clear it.
First I tryed it in a big app, but without success. I see that set Queue size changes size to 1 (I asked 100). And flush queue doesn't clear the queue.
Then I repeate this in a simple example, but with the same result: the queue size is changed from 40 to 1 even if I ask 1000.
So, my questions are:
How to increase queue size? I need ~2 sec.
How to clear the queue if it overloaded? I want to clear the error after unsuccessful reading.
02-21-2024 05:48 AM
I am having the same problem. Signal Waveform Queue Size cannot be changed. The only thing that seems to change the queue size is the Resample Rate which is in line with what the Queue Size property node docs
02-21-2024 08:39 AM
I think that the answer is going to be to read the session more frequently. Personally I am reading the Number of Values Pending property node and piping that in Number to Read of XNET Signal Read.