NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

SequenceFilePostStepRuntimeError not firing

Solved!
Go to solution

This should be a pretty simple question. Is the SequenceFilePostStepRuntimeError callback supposed to fire on a Sequence step which calls a sequence from another SequenceFile? It appears that the parent sequence's callback is not executed but the child's is. I think that makes sense I just want to be sure I am looking at this properly.

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

Any engine callback that begins with SequenceFile will only apply to the sequence file within which it resides and the steps owned by that sequence file.  Unfortunately, it doesn't apply to the call chain.

 

I posted about it here a while back with more details: https://forums.ni.com/t5/NI-TestStand/Engine-Callbacks-Confusion-question/m-p/3194242#M49300

 

Hope this helps,

 

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Message 2 of 3
(2,621 Views)

Solid post, thanks!

0 Kudos
Message 3 of 3
(2,584 Views)