05-18-2020 08:10 PM
When my sequence starts execution at the beginning I check several of my station stimuli (4 programmable power supplies) via IVI Tools. This station verification occurs in the PreUUTLoop. When running in the Operator Interface and experiencing a failure in the PreUUTLoop, how would I exit the OI, launch a dialog box notifying the technician that a power supply did not send "Selftest passed." I am using Testand 2014 on a Windows 10 box.
Solved! Go to Solution.
05-19-2020 10:05 AM
You could add an If statement in PreUUTLoop that executes the dialog for your supplies. You can add a terminate step after showing the dialog.
05-30-2020 10:49 AM
Simple idea. Thanks.