NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

TestStand Message Popup

Solved!
Go to solution

How to display the message expression such that it reads the local variable value?

For example:

Locals.Index = 5

Message popUp should display:

" The current Index is = 5"

Where 5 <or value> is read from Locals.Index.

TIA.

*************************************************
CLD
*************************************************
0 Kudos
Message 1 of 4
(4,409 Views)
Solution
Accepted by topic author lvrat

Hi  Ivrat,

 

Just take a look on the attached Example

 

Hope it helps

Juergen

--Signature--
Sessions NI-Week 2017 2016
Feedback or kudos are welcome
Message 2 of 4
(4,404 Views)

" The current Index is = " + Str(Locals.Index)

Message 3 of 4
(4,392 Views)

Thanks. Sorry for the stupid ?. Answer was even simpler than the example you posted. I am learning, Slowwwwwww.

0 Kudos
Message 4 of 4
(4,154 Views)