07-19-2010 12:35 PM
Can I instantiate an object of my own CORBA class in Test Stand?
07-20-2010 10:38 AM
Rae,
I'm not very familiar with CORBA, but if you can register it as an ActiveX server, you can instantiate an object using the ActiveX step type. Otherwise you will need to instantiate the object in a .NET assembly, C/C++ dll, or LabVIEW VI. Once called from TestStand, the code module could then pass the reference to the object into TestStand.
Richard S.