08-12-2021 10:27 AM
I would like to implement custom error handling using SequenceFilePostStepRuntimeError engine callback.
I also use SequenceFilePostResultListEntry engine callback to filter some results. When the error occurs in SequenceFilePostResultListEntry, SequenceFilePostStepRuntimeError callback does not trigger.
Why is that? Can't engine callback trigger another callback?
Example in the attachment (start with A.seq).
Solved! Go to Solution.
08-12-2021
10:36 AM
- last edited on
11-04-2024
03:46 PM
by
Content Cleaner
Nevermind. I found the answer (as always after I post...)
https://www.ni.com/docs/en-US/bundle/teststand/page/caveats-for-using-engine-callbacks.html
TestStand calls other Engine callbacks only when executing the SequenceFileLoad or SequenceFileUnload Engine callbacks. TestStand does not call Engine callbacks when executing the other Engine callbacks.
This is lame IMO ☹️