NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

What is SequenceFilePreInteractive

Solved!
Go to solution

Hi,

 

I am looking for a callback function to perform some initialization routines disregarding the execution using model or w/o model.  The callback function that I end up choosing is 'SequenceFilePreInteractive' and it seems working as I wanted.  However, I don't understand what it mean by 'PreInteractive'? 

 

Thanks.

 

Peggy

0 Kudos
Message 1 of 2
(3,467 Views)
Solution
Accepted by topic author PeggyC

Hi,

 

This callback allows you to perform some task (such as hardware Initialisation), before the selected step(s) are run. It's only called in Interactive Mode.

 

It's not used in Normal running ie Run Single Pass, TestUUT's or Run Sequence but it is used when you highlight some steps and use Run <selected steps> or Run <selected steps> Using Single Pass or TestUUT's.

 

Like wise there is a SequenceFilePostInteractive which would allow you to perform some tasks at the end of an Interactive run.

 

Hope this helps.

 

Regards
Ray Farmer
Message 2 of 2
(3,455 Views)