LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Where do I store data common to two threads?

I have been using the parallel model and cannot find a common data point in TestStand where I can share variables between the two threads. Well, there is StationGlobals, but it is constantly asking me to save the changes.
 
If I put my data into the parallel model's FileGlobals, each thread gets a copy. I've tried passing data as a parameter, but I got lost inside of 'Initialize TestSocket' where it calls 'Create Test Socket Execution'.
 
The VI that is trying to access the data is in the Operator Interface in the UIEventHandler. It only sees the data for the first execution.
 
What is the best way to share common data? (If it is StationGlobals, then I'll live with that.)
 
0 Kudos
Message 1 of 3
(2,088 Views)
The title should be '... common to two executions'. Maybe one of you moderators could change it.
0 Kudos
Message 2 of 3
(2,083 Views)

Good morning checkers,

I'm not a moderator, so I can't do anything about the title...

However, you may want to post your question in the "TestStand" forum which is located here.

JLV

0 Kudos
Message 3 of 3
(2,079 Views)