07-26-2010 04:19 PM
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.
Tay
Solved! Go to Solution.
07-26-2010 04:37 PM
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).
07-27-2010 09:53 AM
OK, not the exact same code.