12-29-2020 11:52 PM
See the attached VI. Note that it is the Obtain Queue primitive inside a malleable VI. The malleable VI is configured correctly. Sometimes, it runs without error and returns a queue when run from the front panel. However, when the Obtain Deque.vi is ran from another VI, it returns the following error every time.
Error 1100
LabVIEW: (Hex 0x44C) No object of that name was found. No reference could be returned.
It seems there's a bug with calling this malleable VI. (No surprise to me given my experience with malleable VIs.)
Solved! Go to Solution.
12-30-2020 01:53 AM
Hello bmitchell,
there is no attached VI; I guess you've forgotten to attach it here.
12-30-2020 01:56 AM - edited 12-30-2020 02:05 AM
Thanks for the heads up! Yes, I indeed forgot to attach it. I am unable to edit the original post, so it's attached here (now removed as it's not needed).
12-30-2020 02:04 AM
After closing LabVIEW and forcing a recompile of the VI, I am no longer able to reproduce this issue.