05-21-2008 02:54 PM
05-22-2008 06:42 AM
Hi,
Have you look at the example in the TestStand\Examples folder SequenceBuilder
Regards
Ray Farmer
05-22-2008 02:13 PM - edited 05-22-2008 02:13 PM
05-27-2008 12:48 AM
Hi,
If you are using TS4.x then yes, there are some Adapter Classes you can use in the API.
Regards
Ray Farmer
06-04-2008
01:20 PM
- last edited on
10-09-2025
02:49 PM
by
Content Cleaner
Here is the answer to my question http://zone.ni.com/devzone/cda/epd/p/id/830 , the ActiveX Automation Adapter example is 1628.zip file.
The clue is to set TS.SData values for the Sequence Call step, first call the method Step.AsPropertyObject and then use method PropertyObject.SetValString (or SetValBoolean etc) to set TS.Sdata.<variable>.
06-04-2008 01:41 PM
06-04-2008 02:19 PM
06-04-2008 02:33 PM - edited 06-04-2008 02:33 PM
The Help says: "Use the Step.Module property to obtain a reference to a SequenceCallModule object. To access the properties and methods of a specific module class, query the Module object for the interface of the module-specific interface you want to acquire."
How to "query the Module object for the interface"?
06-05-2008 12:48 PM - edited 06-05-2008 12:48 PM
skof,
There is a separate ActiveX server for the Module Adapters. Instead of selecting NI TestStand API x.x (Ver 1.0) as your Automation Server, you will need to select NI TestStand Adapter API x.x (Ver 1.0) as the Automation Server to use. That server then contains the SequenceCallModule class.
06-05-2008 12:51 PM