05-08-2012 06:18 AM
Hi,
I want to use the testexec UIR (from cvi) with my Test Stand sequence. My goal is when this operator interface is opened directly, the specified sequence opens automatically.
Any suggestion!
Best Regards,
05-08-2012 08:25 AM
You can approach this 2 ways:
1- Hard code the name and path of the sequence file into the CVI code and rebuild testexec.exe.
2- Associate .seq files with testexec.exe such that when someone clicks on an .seq file it opens in the UI. Then place a shortcut to your sequence file on the desktop and have users start it by clicking on that.
I recommend 2.
As a side note: By default a UI will open the last sequence file that was opened.
Regards,