Here's what I'm trying to do:
During a TestStand execution, open a new thread that runs a VI which logs some timestamped data to a file. When the TestStand execution is finished all other steps, I want to send a notification (through a notifier or queue, don't care which) which tells the VI to stop. Right now, I've got a queue setup in TestStand w/and ActiveX ref. I can get the ref in LabView, but when I get the val with the GetValInterface method and try to convert to G-data to be able to read the queue, I get a type conflict with the queue type that I wired.
TestStand 2.0, LabView 6.0.2
==============================================
