NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

the custom step type

How can I possibly do the custom step type with MS VB and after that to use this with ActiveX Automation Adapter?
"Only a life lived in the service to others is worth living..." - Albert Einstein
0 Kudos
Message 1 of 2
(2,985 Views)
Hi,

The process of generating custom steps is basically the same what every adapter you use. ( See user manual chapter 9)

As an example I've taken the Computer Demo sequence found in the TestStand\Examples\ for VB and created a custom step for the Power On test.

Attached is the an ini file called MyTest.ini. Places this in Teststand\cfg\TypePalettes folder.
Then launch TestStand and you should find the new step in the palette.

(This is for TestStand 2.0.1)

Hope this get you started
Regards
Ray Farmer
Regards
Ray Farmer
Message 2 of 2
(2,985 Views)