NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to add and run PreUUTLoop and PostUUTLoop together when I click ""Run selected steps" in the context menu of certain sequence in Main sequence

  My sequence file is made of several sequences, which contain hardware initialization in PreUUTLoop,hardware close in PostUUTLoop and test sequences in main sequence. See attached file.
  I'm looking for a way that everytime I choose "Run selected steps" in the context menu of certain sequence in Main sequence, it could automatically execute PreUUTLoop first, then execute selected sequence, then last the PostUUTLoop. Hope somebody could give me some suggestions on this.
Thanks
Jacky
0 Kudos
Message 1 of 2
(2,871 Views)

Hi,

There are two callback sequences you could use SequenceFilePreInteractive and SequenceFilePostInteractive.

You could put your Initialisation and cleanup.

Or you could just do the "Run Selected Steps using - Test UUT's" which would run that selected step(s) using the Entry Point Test UUT's which performs the PreUUTLoop and PostUUTLoop.

Hope this helps

Regards

Ray Farmer

Regards
Ray Farmer
0 Kudos
Message 2 of 2
(2,866 Views)