10-05-2023 01:32 AM
I am wondering, when the SequenceFilePostResults callback will be called.
I created a simple sequence just to fill up the ResultList[] array. There must be a treshold, when TestStand triggers the callback, but it doesn't occur.
Attached you can find the sequence file (made in TS 2014 32 bit), where a message popup should appear, when the callback is triggered.
Solved! Go to Solution.
10-05-2023
02:37 AM
- last edited on
10-23-2024
09:24 AM
by
Content Cleaner
This callback seems to be working only if you activate on-the-fly reporting.
Yet the NI documentation
https://www.ni.com/docs/de-DE/bundle/teststand/page/list-of-engine-callbacks.html
https://www.ni.com/docs/de-DE/bundle/teststand/page/caveats-for-using-engine-callbacks.html
does not really describe this IMHO
10-05-2023 03:30 PM
10-06-2023 02:59 AM
Yes, that is exactly what I needed. By the way I set these properties through activeX nodes, see attached sequence file