NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I insert a step of type (Sequence call) using labview ?

Hello,

 

How can I programmaticaly insert a step of type (Sequence call) inside a sequence ? I also need to specify module to the current sequence file and select the sequence to call. I also want to be able to pass some parameters to the called sequence.

 

Attached is a snap shot of how I attempted to do it based on an example done using C#.

 

Thanks

Sam

0 Kudos
Message 1 of 4
(3,153 Views)

Hi,

 

Have you loaded the type palette using Engine.LoadTypePaletteFilesEx

 

Regards

Ray Farmer

 

 

Message Edited by Ray Farmer on 03-30-2010 02:29 PM
Regards
Ray Farmer
0 Kudos
Message 2 of 4
(3,147 Views)

I figured out how to create the step of sequence call by using the method IEngine.NewStep ("Sequence Adapter", "Sequence Call"), but the issue now is to specify module. The method Step.SpecifyModule launches a dialog, but I want to do that silently and also pass some parameters.

 

 

Regards,

Sam 

0 Kudos
Message 3 of 4
(3,144 Views)