Hi all,
at the moment I try to create my first TestStand deployment an I need some "starting point" how to create this.
I have a LabVIEW Project (RT, FPGA, cRIO, shared variables) which has one TopLevel VI that performs tasks of a user interface. Included In that VI I call the TestStand engine to open and execute some sequence files. These sequence files are arranged in a TestStand workspace. The steps in the sequence files load dynamically VI's from the mentioned LabVIEW Project.
So the user interface and the sequence files share some ressources (VIs, FGVs and shared variables).
When I open this out of LabVIEW I can do everything I want and the user interface collaborates with the TestStand sequence files.
I created an EXE from the LabVIEW project. In this case the user interface starts, but when I try to use the TestStand engine it doesn't work. It seems that e.g. the FGVs are not shared between TestStand and Labview in this case.
Now I tried to create a TestStand deployment from my workspace. In this case I don't know how to do this. At the moment I get Error -19055 and Error -19034. Further I don't know how to integrate my LabVIEW project and especially my UI in this deployment.
Are there some examples or tutorials how to create a deployment with the mentioned components or has someone experience with that and can help me?
I would be glad to get some replies. Thanks a lot!