Hi all,
I am trying to run a TestStand 4.1 sequence from a Labview 8.5.1 vi using the "NewExecution" method. This works: when I run the vi from TestStand, I get back to TestStand in the called sequence. Now I want to add parameters to the sequence call. The "NewExecution" method has a parameter "sequenceArgsParam" with datatype variant. How can i prepare the necessary parameters to go with the sequence?