I am new to LabView and TestStand.
I want to use 2 .NET objects in those applications
In Labiew, I successfully created the objects, manipulate the functions through VIs and closed the references.
While I could use the VIs for TestStand, I would rather use the DLL directly.
I am able to create both objects in a sequence, but I have problems with the following:
- I don't know how to save the reference to the object after the constructor is run.
- is the object stored in Globlal variables? I tried 'RunState.Engine' but it does not work
- I don't know how to get the reference back in the other steps where I want to reuse the object to invoke a method on.
- Once I can do the above, I need to get it to work in the 'batch' or 'parallel' modes.
I am using successfully the 'RunState.TestSockets.MyIndex' to select my testing resources,
but I am still confuse as where the array of objects would be.
Note that I already set the number of DUT <> 1 and I can create successfully my 2 objects in X instances.
Thanks,
Daniel Coupal