NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Set value of a variable in NI Teststand.

I tried to set the value (for ex :"Hello" ) into a local variable (datatype is string) using the F(x) expression step type in Teststand. When i try to display the variable using a message box, it shows empty.I tried the same for FileGlobal and StationGlobal too. It dint work.

Please help.

0 Kudos
Message 1 of 3
(3,500 Views)

Hi,

 

Try this example

 

 

 

Regards
Ray Farmer
0 Kudos
Message 2 of 3
(3,496 Views)

What exactly does you expression look like?

It should look like this:

 

Locals.MyStringVar = "Hello"

 

-Doug

0 Kudos
Message 3 of 3
(3,485 Views)