05-23-2025 05:33 AM
i am in this situation, I need to transform a RT FIFO to a QUEUE,
I am having problems matching Max queue size in Queue
in the help it says flush the queue
to
any help?
05-23-2025 05:41 AM
Hi Matteo,
@Matteo_Ricci wrote:
i am in this situation, I need to transform a RT FIFO to a QUEUE,
I am having problems matching Max queue size in Queue
in the help it says flush the queue
any help?
Which kind of help do you need?
What is the problem with max queue size?
Why do you need to "transform" from RT-FIFO to queue?
The help mentions to fill the queue with the required number of elements and then flush them to initialize the queue (and so request the needed memory)…
05-27-2025 05:21 AM
i guess that i was confused cos this limit is in the init in the rt but i need to put that limit somwere else in the code