NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

is it possible to terminate the execution during runtime without pressing the stop button in UUT inforamtion diaolg

Hi Alagar,

Try attached Example:

RunState.Execution.Terminate()

Greetings

Juergen

 

--Signature--
Sessions NI-Week 2017 2016
Feedback or kudos are welcome
Message 2 of 8
(3,924 Views)

Hi...

What do you actually mean by terminate during execution...?

Does that mean terminating programatically or by user...?

Programatically you can terminate by using the Test Stand API... or You can use the corresponding properties and methods in LabVIEW...

Manually You can terminate by using terminate and abort button if you are running in debug mode... i.e with tracing enabled...

0 Kudos
Message 3 of 8
(3,923 Views)
hi J-dodek....
i hav try that but after that it asks for Continue Next UUT? or Terminate....
but i want that dialog also to be disable...
is there any way....
0 Kudos
Message 4 of 8
(3,911 Views)
Hi Lord...
I asked abt terminating the execution programatically.....
for that i want one thing what j_dodek have expalined ....
0 Kudos
Message 5 of 8
(3,909 Views)
Hi Alagar,
 
Check out the example
 
Hi have overidden the PreUUT and ProcessSetup Callback for  doning this
 
Greetings
 
Juergen
--Signature--
Sessions NI-Week 2017 2016
Feedback or kudos are welcome
0 Kudos
Message 6 of 8
(3,900 Views)
Hi,
 
I have just seen you also want to disable the Terminate - Message
Override the PostUUT callback and place the if around the NI -stuff.
 
greetings
 
juergen
--Signature--
Sessions NI-Week 2017 2016
Feedback or kudos are welcome
Message 7 of 8
(3,898 Views)
thanks J_dodek.....
0 Kudos
Message 8 of 8
(3,883 Views)