01-19-2009 08:37 PM
I am deploying a TestStand Solution into an executable format, but I reference a VI that is the graphical user interface by name. When I build the GUI into a executable the path to the vi is no longer relevant. Does anybody know how to set the path to a VI that is now an executable?
This is TestStand version 4.1.1
K.
Solved! Go to Solution.
01-20-2009 12:12 AM
Hey Kevin,
In this case you should probably use the Call Executable step. Right Click>>Insert Step>>Call Executable or select it from the Insertion Palette. It's there to call applications, which is essentially what you've built. You can read more about it in the Help.
Hope that helps some,
01-20-2009 12:22 PM
Jigg,
That's great, thanks!
K.