Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

passing .NET reference to TestStand

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
0 Kudos
Message 1 of 2
(3,005 Views)
You'll have a better chance of getting a replay if you post to the TestStand board instead of instrument control.
0 Kudos
Message 2 of 2
(3,002 Views)