NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Method to Single pass

Hi all...
Is there any method to single pass the current sequence...
I'm building a customized operator interface... I want to use a method to single pass... and i don want to use connectcommand.commandkind_execution_entry_point_set...
Thank you...
0 Kudos
Message 1 of 10
(4,152 Views)

Hi,

The Method you what is Engine.NewExecution(). Check out the Reference Help and look at existing code in the supplied OI.

By the way, the connectcommand.commandkind_execution_entry_point_set will invoke the NewExecution method.

 

There are a number of posted examples for using the New Execution method on the forum.

Regards

Ray Farmer

Regards
Ray Farmer
0 Kudos
Message 2 of 10
(4,147 Views)

Can the engine object be accessed from application manager or sequence file manager or execution view manager control...?

If so how...?

 

0 Kudos
Message 3 of 10
(4,145 Views)
i.e I am creating the operator interface only from the three active X controls...(application manager,sequence file view manager, execution manager) so
 
0 Kudos
Message 4 of 10
(4,139 Views)
i.e I am creating the operator interface only from the three active X controls...(application manager,sequence file view manager, execution manager) so from
 
0 Kudos
Message 5 of 10
(4,138 Views)
 


Message Edited by lordsathish on 08-05-2008 01:16 AM
0 Kudos
Message 6 of 10
(4,137 Views)
 
 


Message Edited by lordsathish on 08-05-2008 01:12 AM
0 Kudos
Message 7 of 10
(4,137 Views)
 


Message Edited by lordsathish on 08-05-2008 01:09 AM
0 Kudos
Message 8 of 10
(4,137 Views)
 
 


Message Edited by lordsathish on 08-05-2008 01:10 AM
0 Kudos
Message 9 of 10
(4,136 Views)
Hello,

Application Manager has a method called GetEngine() which you can call to get a reference to the engine.


Kristen
National Instruments
0 Kudos
Message 10 of 10
(4,092 Views)