08-03-2022 12:56 PM
I monitor data during a boot up process. If I see a particular string I know the process is corrupt. I want to fail a String Value Test when I see the string. How can I do this in TestStand. We use TestStand 2017.
08-04-2022 04:04 PM
Tony
How long does it take the boot process to complete? If it is quick you could capture the entire boot process into a string (this all depends how you monitor the boot process) and then do a 'Search for String' looking for your match pattern, in your case if it is not found then it would be a pass.
I had done something like this where I captured the boot process by reading a serial port and captured the data in LabVIEW. Then I used LabVIEW functions to search for a string. Then used a pass/fail test in TestStand to indicate whether it was found.
PH