06-07-2022 03:18 AM
Hello, im learning TestStand and right now making my first test using some labview VIs.
After some setup VIs i have 2 separated read vis (a single point and a multipoint read) and wanted to decide manually during the execution of the sequence which one i'd do. How can i do it? Tought about a message popup but i dont know how to make it so that when i click one of the buttons it executes that specific step.
Thank you
Solved! Go to Solution.
06-07-2022 08:44 AM
See the attached sequence file. Just store which button was pushed into a local variable and then use that as a precondition on the other steps.
Let me know if you have any questions.