I have been using the parallel model and cannot find a common data point in TestStand where I can share variables between the two executions. 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.)