VeriStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I programmatically close a VeriStand NIVSPRJ file?

Hello all,

 

I'm using the command line commands (https://www.ni.com/documentation/en/veristand/latest/manual/run-operations-command-line-interface/) and VeriStand 2020 R5 and can successfully open an NIVSPRJ, deploy/connect/undeploy/etc.  I use the command "openProject" to open the project, but after undeploying, the project stays open in the Idle state.  How do I close it?  Do I have to kill the process from the command line or something like that, or is there a more elegant programmatic approach I'm not seeing in the documentation?

 

Thanks,

David

0 Kudos
Message 1 of 2
(1,986 Views)

I'm getting around this currently by calling taskkill /IM "VeriStand.exe" with System Exec.vi, but this seems less than ideal.

0 Kudos
Message 2 of 2
(1,938 Views)