NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to shutdown the user interface or the editor of teststand from a sequence?

Hi to ALL

 

I'd like to know if there is a method which I can call to programmatically shutdown the teststand editor after the sequence, which was running, has terminated its work. Does anyone know if it is possible? How can I do that?

I've already tried to call the Engine.ShutDown method but it doesn't do what I'm trying to do.....

Ricky
Italian Developer engineer
www.www.selt-sistemi.com
0 Kudos
Message 1 of 2
(3,101 Views)

If you are using a custom user interface, you should use the EndExecution UIMsg to shutdown the application.

When trying to shutdown the engine while an execution is still executing, you have to stop the execution first. This could be a ... difficult thing.

 

So better use the callback in the UI when the execution is already finished and shutdown everything gracefully.

 

thanks,

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 2 of 2
(3,067 Views)