04-22-2024 04:59 AM
Hello,
Can Veristand launch an exe file with a startup routine? I have a PC Windows in which Veristand run and a Compact Rio target that run Linux 64.
I want to run a program in Wndows when deploy to the target. Is it possible? Thanks
Solved! Go to Solution.
04-22-2024 07:31 AM
There is no built-in way to start a Windows exe on deployment.
One possible workaround is to create a bat file which Runs VeriStand Operations Using the Command Line
and your custom exe.
04-23-2024 05:56 PM
Similar to ZYOng's suggestion: You could write a LabVIEW program that called the VeriStand Project / Execution API to deploy the project and launch your executable at the same time.
Another variation you could do in LabVIEW is write a program that sat running in the background to detect project deployment (calling the "Open Workspace Manager Reference and looking for no error returned for example) and then run your executable based on that.