NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

OLE automation application load and unload in each step in the sequence of the TestStand.


what i need to configure for it unloading after step ? Changes in the RunOptions of the step doesnt help .
I need work with unique application during this test in all sequences .
Thanks , wait for your answer ASAP TestStand version 1.02
OLE automation made in the VC++ 6.0
I am used by ActiveX Automation Adapter
0 Kudos
Message 1 of 2
(2,918 Views)
I think the problem might be with COM. You will need to make your sequence release your reference before COM can unload it. To do that in TestStand, you set the reference to nothing (nothing is a keyword in TestStand). This will cause TestStand to release reference to your object and then COM will unload the object.
Please give us an update if that worked.

Anand Jain
Applications Engineer
National Instruments
http://www.ni.com/ask
0 Kudos
Message 2 of 2
(2,918 Views)