My application requires testing high-power semiconductor devices. These devices are water-cooled to keep from exceeding operational temperatures. I am considering developing my process model to handle the water-cooling which entails monitoring water flow, temperature, and pressure and, if any of these parameters leaves an acceptable range, throw an error the test sequence.
I know that TS can run a sequence in the process model after each step in the sequence file but I don't think that it will be acceptable if my step is longer than it takes for a fault condition to be generated. For that reason, I am trying to understand if there is a means to terminate the test sequence if any fault in the process model occurs.
What is the best way to implement this kind of behavior?