08-06-2021 10:36 AM
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
Solved! Go to Solution.
08-09-2021 07:04 AM
After reading testStand Help ->
The engine does not call this callback when a step errors. |
This site uses cookies to offer you a better browsing experience. Learn more about our privacy statement and cookie policy.