Hello,
i am using teststand and labview 2019.
I added the ProcessModelPostStep callback in the batchmodel. This callback is executing after each step.
Now the problem is:
If a labview teststep generates an error then this callback is not executing. (???)
As soon as a labview-vi returns a Result.error.occured == true then model is not going in this callback sequence.
How can i change this behaviour so that ProcessModelPostStep is always executing?
Thx