NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to program File Globals?

I modified the text sequence editor to suite my requirements.
I created a "Action" custom type which intern is calling the labview code. I want to pass some numeric value to this function (this numeric value I want to define as FileGlobal.number)
 
Any suggestion.
0 Kudos
Message 1 of 2
(2,958 Views)
Vidula,
 
1. Create the FileGlobal as a numeric.
2. In your vi, pass your numeric output to the connector pain.
3. In Teststand step, use Specify Module (Reload Module for updated vi) and write this numeric output to the file global using expression.
 
Should be that easy.
0 Kudos
Message 2 of 2
(2,950 Views)