NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

MultiUUT and Local variables

Solved!
Go to solution

Hello.

when using the MultiUUT feature of Teststand - do the local variables then exist 4 times and can have different values for each execution while executing?

 

Thanks

0 Kudos
Message 1 of 4
(2,257 Views)

Correct!

 

FileGlobals can also be treated the same.  Depending on what you set for Sequence File Globals property in the sequence file properties.  They can also be shared.

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
Message 2 of 4
(2,216 Views)

Hi jigg,

To understand you correct: That means the settings for the FileGlobals are also valid for the Local variables? Means, there is no extra parameter that must be set?

0 Kudos
Message 3 of 4
(2,211 Views)
Solution
Accepted by OnlyOne

@OnlyOne wrote:

That means the settings for the FileGlobals are also valid for the Local variables?


No.  FileGlobals have a setting and can be shared if desired.  Locals cannot be shared ever.

 

Hope that clarifies.

 

If you need to get data from a Local to the other threads I would recommend using Queues or sharing FileGlobals.

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Message 4 of 4
(2,194 Views)