NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Queue from LabView OI to TestStand

TestStand 3.5
LabView 8.2

I have modified the full Operator Interface to show the execution of 2 threads. I'm using the parallel model in teststand and need some way to control the threads - Break, continue etc.

So far I have tried to connect to the standard Dialog Requst Queue in the model but the SyncManager returns nothing and I'm pretty much stuck 😞
I've looked at some of the examples on this site and they run perfectly but I can't adapt them. Most anoying

I've attached the VI I call from my OI

The name of the Queue is cmdQueue (and yes, I have named it 🙂

Allso I'm open for suggestions to other solutions.

Lars
0 Kudos
Message 1 of 2
(2,794 Views)

Hi Lars,

Which examples did you look at, and what is the reason you cannot adapt these in your application?

If using the development environment in Teststand, you can use the Thread ring control (drop-down box) to access all of the threads that are currently executing. If you use a breakpoint, you can access the threads by using the ring control in the top-right of the execution window. This way you can look at the code in the thread and step through it.

Best regards,

Peter Porsman | Applications Engineer | National Instruments
0 Kudos
Message 2 of 2
(2,737 Views)