11-30-2010 01:07 PM
Hi,
To terminate the LV code module I'm using three VIs: TestStand - Initialize Termination Monitor (put before while loop), TestStand - Get Termination Monitor Status (put within while loop) and TestStand - Close Termination Monitor (put after while loop).
All these three VIs are within one parent VI on the same 'layer'. The solution works.
However, the solution doesn't work if I put the first out of these tree VIs 'one level higher' i the hiearchy on the same layer as the 'parent' VI from description above.
Are they MUST be on the same layer?
Why?
11-30-2010 01:58 PM
Nope, they don't need to be on the same layer. The cluster that the Init VI returns is just a handful of ActiveX references, which are valid wherever. It would help if you were more clear as to what "doesn't work" means - do you get any errors, or the VI simply ignores the termination? Make sure everything (especially that cluster) is wired through properly.
12-06-2010 12:13 PM
12-06-2010 12:16 PM
Try whittling down your app and post an example that reproduces the problem.