NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

labview graph in new thread from teststand

Hello,

 

I'm trying to build a LabVIEW graph/chart that will run in parallel (started from TestStand) to show the results of my measurements as I loop through conditions in TestStand. I figured out how to start the vi in a new thread but I'm stuck with how to get the data into the graph. Has anyone done this or something similar?

 

kph

0 Kudos
Message 1 of 2
(3,612 Views)

 

 

Easy quick.. kind of not recomened(racing conditions) per Testant Good practices will be to have that VI read some Fileglobals always. And you will be updating those variables during your nomal test as it continue.

 

The other way and safest way will be to add a queue in you VI and send the information from teststand to labview via a QUEUE

CLAD, CTD
0 Kudos
Message 2 of 2
(3,606 Views)