VeriStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to run VeriStand server silently?

Solved!
Go to solution

I am trying to run VeriStand server silently locally based on https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000001DrL7CAK&l=en-US.

 

However, I got error:

 

 

PS C:\Users\Hongb> "C:\Program Files\National Instruments\VeriStand 2024\veristand-server.exe" deploy "C:\Users\Public\Documents\National Instruments\NI VeriStand 2024\Examples\Stimulus Profile\Engine Demo\Engine Demo.nivssdf"
At line:1 char:77
+ ... ional Instruments\VeriStand 2024\veristand-server.exe" deploy "C:\Use ...
+ ~~~~~~
Unexpected token 'deploy' in expression or statement.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : UnexpectedToken

 

 

 

HongboMiao_0-1732060227196.png

 

 

 Any ideas? Thank you!

0 Kudos
Message 1 of 2
(59 Views)
Solution
Accepted by topic author Hongbo-Miao

Just found "Windows PowerShell" does not work. It has to run in "Command Prompt".

 

HongboMiao_0-1732059694765.png

 

Now I can succeed

 

"C:\Program Files\National Instruments\VeriStand 2024\veristand-server.exe" deploy "C:\Users\Public\Documents\National Instruments\NI VeriStand 2024\Examples\Stimulus Profile\Engine Demo\Engine Demo.nivssdf"

"C:\Program Files\National Instruments\VeriStand 2024\veristand-server.exe" undeploy "C:\Users\Public\Documents\National Instruments\NI VeriStand 2024\Examples\Stimulus Profile\Engine Demo\Engine Demo.nivssdf"
0 Kudos
Message 2 of 2
(56 Views)