Hello,
I have created a pretty large sequencer engine with LabView and I start by creating a bunch of notifiers, clusters and message queues.
You can see this in the first screenshot. See the topic to see how I've done this :
http://forums.ni.com/t5/LabVIEW/Unmatching-notifier-vs-type-declaration/m-p/3058887
I then tried to re-use these component with Teststand in a separate thread to be able to control the background running thread using notifications and messages.
But where LabView created Refnum's, Teststand expect strings or object references.
See the 5 other screenshots.
Any clue how to make the two match without having to rewrite everything using Teststand's APIes ?
David Koch