Hi,
I just installed and started to use TestStand to create testbenches using different VI's. Everything works fine, except for the fact that when there is any error in any VI of the sequence, this is not displayed and the TestStand continues the execution of the tests as if nothing happened.
For example, one error could be that a file I want to open in the VI is not found (this error is correctly displayed in Labview by a pop-up window, without using Simple Error Handler or similar).
However, if I run the VI in TestStand, the error won't be displayed and the execution continues.
The option Configure --> Station Options --> Execution --> On Run-Time Error is set to Show Dialog Box.
Is there any reason why this happens?
Thank you