NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Wait time in expression step

I want to implement a wait time like 2 sec using expression in test stand

 

Kannan_Kn_0-1584011541080.png

 

0 Kudos
Message 1 of 5
(2,349 Views)

unfortunately this does not exist.  You can put in a request for them to add it if you want through the idea exchange.

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

Just to clear you don't want to use the "Synchronization" -> "Wait" option?

 

SumitN_0-1584037473460.png

 

0 Kudos
Message 3 of 5
(2,304 Views)

Hi,

 

RunState.Execution.WaitForEndEx(1000)

Maybe this helps?

 

Martynas

0 Kudos
Message 4 of 5
(877 Views)

I don't think RunState.Execution.WaitForEndEx(1000) is a good idea

May the author's meaning is to hope for an expression to replace the native NI_Wait, but Execution.WaitForEndEx(1000) is a timeout waiting for the entire Execution to end, which is not the same meaning at all.

0 Kudos
Message 5 of 5
(867 Views)