05-11-2023 10:49 PM
Please help me understand this. I know in LabVIEW you can create an executable (and also an installer) from a single VI within in a LabVIEW project. From my understanding NI TestStand has "TestStand Deployment Utility" which can do something similar. I would like to create an executable just using NI TestStand and a single sequence file.
I have created a sample sequence file that uses pop-up messages that asks the user to make selections before it runs its logic test. I would like to build upon this and eventually create an executable that can be deployed on other PCs. Can I create an executable just from a single sequence file like the one I have attached?
Could use some enlightenment on this subject. Thanks
05-12-2023 08:20 AM
TestStand systems have many components that must be included in a deployment. See TestStand System Deployment Best Practices
LabVIEW on the other hand, only needs the LabVIEW runtime engine and a binary executable.