Automotive and Embedded Networks

cancel
Showing results for 
Search instead for 
Did you mean: 

Repeat Queued Data for Frame Out Session?

Is it possible for a Frame Out Queued session to continuously repeat the entire queue instead of being stuck on the last value of the queue after one cycle?

 

I'd like to accomplish this without loops so that the VI can run to completion.

0 Kudos
Message 1 of 2
(3,736 Views)

I'd also like this feature built into the API, but that being said it isn't all that difficult to make a separate running loop (or VI) that does this.  I had a VI that would query how many elements were in the queue, and if it were less than 20 it would add another 10 to the stack.  I do remember seeing a bug that you can't have more than so many in the stack of the queue.  If there were something like 100, and I added another 50 but the API only supported 100 in the queue, it would wait at the write function, until there were only 50 in the queue, and then add the other 50.  I don't remember what the actual limit was but it was annoying that it didn't return immediately either with success, or an error.

0 Kudos
Message 2 of 2
(3,732 Views)