02-16-2006 10:12 AM
02-17-2006 05:14 PM
Dear Jacky,
You can use ActiveX Automation to access and change that LabVIEW run-time engine. Simply place an activeX step in your sequence and then right-click on the step and click "Specify Module". Then as the Automation Server select the NI TestStand Adapter API. Then from there, you can select the LabVIEWAdapter class, and choose the method called SetServerInfo. This method has two parameters which are serverType and serverInfo. The serverType parameter specifies the type of LabVIEW server (either a LabVIEW ActiveX server or a LabVIEW Run-Time Engine). The serverInfo parameter identifies the LabVIEW server that the LabVIEW Adapter currently uses. For a LabVIEW Run-Time Engine, the string is the path to the run-time engine.
All the LabVIEW Run-Time Engine dll's are stored in the path C:\Program Files\National Instruments\Shared\LabVIEW Run-Time\. From there choose your version and then find lvrt.dll.
Hope this helps!
Best Regards,
02-18-2006 02:52 AM
The ActiveX Reference needs to be specified, what's the value?
Thanks!
02-20-2006 10:19 AM