LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error1 is coming during Enqueue

I am getting Error during Enqueue , when I am running this below Sub VI this below error is coming.

 

Poojaavi123_0-1691570136205.png

I would be grateful if somebody help me related to this topic. 

 

0 Kudos
Message 1 of 4
(576 Views)

Hi Poojaavi,

 


@Poojaavi123 wrote:

I am getting Error during Enqueue , when I am running this below Sub VI this below error is coming.


Make sure the queue reference is valid…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(564 Views)

Most likely causes here:

1. You did not initialize the queue.

2. You closed/destroyed the queue before this call.

3. Your FGV has a bug where the queue reference is not wired through a case and the tunnel is set to "Use Default If Unwired".  You should only have a tunnel set to that in very limited cases because of this type of situation.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 3 of 4
(520 Views)

@crossrulz wrote:

Most likely causes here:

1. You did not initialize the queue.

2. You closed/destroyed the queue before this call.

3. Your FGV has a bug where the queue reference is not wired through a case and the tunnel is set to "Use Default If Unwired".  You should only have a tunnel set to that in very limited cases because of this type of situation.


4. You call the FGV that creates the queue in another top level hierarchy than this VI and that other top level hierarchy has since gone idle.

 

Reason: All LabVIEW refnums are auto collected (closed) the moment the top level VI in whose hierarchy they were created goes idle.

Rolf Kalbermatter
My Blog
0 Kudos
Message 4 of 4
(506 Views)