Hello,
I have an assembly based on VS and I need to do a sequence in TestStand to develop a test program. I have a VI that does that solution but I can't pass the code to TestStand because apparently we can't share the .NET references between LabVIEW and TestStand. Do you know if exists a way to share the .NET references from LabVIEW to TestStand???
To solve this problem I decided to use a TestStand step that runs a VI asynchronically. I created a case structure in the VI and from TestStand I call the case that I need to use from the VI that is always running. The problem here is that I need to return certain values from this VI and show this values in the main sequence steps and in the TestStand report. Apparently I need to synchronize the TestStand steps to be able to do the calls to the VI and to receive the values for the VI correctly. Do you know a good way to do this job???
Thanks for your help in this two issues.
Regards,
Gilberto Vargas