04-27-2011 01:07 AM
Hi Radlou,
That will never work !
You have to pass the 3. Parameter as emtpy string
EXCEPT! you have a named type. If you have created one with type editor you have to enter this name here.
I assume you have not.
All you need is to create 2 container objects and then connect them together with SetPropertyObject
1. Parameter is the Name that will placed in the variables pane.
2. Parameter "PropOption_InsertIfMissing" if 0 nothing will work !!!
3. Handle to the created object by NewPropertyObject
Or just try this simple example
Regards
Juergen
04-27-2011 06:57 AM
Hi j_dodek
I can't open your example MakeStationContainer_TS40.seq5.Because I don't have the suitable version (4.0) but only the 3.1
Thank you
04-27-2011 07:07 AM
04-27-2011 07:09 AM
05-03-2011 06:44 AM
TestStand API expression were introduced in TestStand 4.0
Therefore you would have to look at each expression that uses an API call and convert it to use the ActiveX Adapter.
Maybe Juergen could do this if there are not too many or at least do one as an example.
05-05-2011 12:33 AM - edited 05-05-2011 12:34 AM