LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

error 1100 from enqueue

Solved!
Go to solution

Hello,

 

I'm trying to create a setup vi for use with Unit Test. The vi I want to test requires a queue input, and when I write that as in the snippet here, error 1100 is generated at the Obtain Queue vi. the exact same code works fine in the actual vi.

 

Smiley Sad

 

Tay

0 Kudos
Message 1 of 3
(3,622 Views)
Solution
Accepted by topic author slipstick

Why did you wire a False constant in the Create if not found input of the obtain queue?

 

That is why you get the error, you are not allowing it to be created which is what error #1100 says (the object could not be found).

Message 2 of 3
(3,615 Views)

OK, not the exact same code.

 

Smiley Indifferent

0 Kudos
Message 3 of 3
(3,595 Views)