07-08-2011 11:30 AM
I am creating a .NET object from an assembly which was provided by the manufacturer of a power source that we use for test. The problem is that when I set up communications to the source in one VI, I then want to close that VI and go to the next step to retrieve parameters for the following test steps. The problem is that when I close the first VI that established the object, the object and the connection to the ethernet port of the device closes. How can I keep the object from deleting between step calls?
Solved! Go to Solution.
07-11-2011 02:09 AM
There are several options. I picked two for posting here:
a) Do not use a LV module but include the .NET assembly directly in TS. This may result in additional overhead in TS so this can be a "step back".
b) Change your LV module to be a FGV or Action Engine. Make sure that the VI is not unloaded between steps.
hope this helps,
Norbert