NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Test failure

I'm doing a test on a PCBA board using Test Stand, during the test operation the power supply goes off and I get an error msg due to that, and sometimes no, knowing that switching off the power supply is part of the sequence but it should go alive after that but it is'nt. What to do and how to edit the code? Your help is highly appreciated Regards

I forced the power supply to wake up by turning it off and on, thus the code works smoothly, the test I mean.

0 Kudos
Message 1 of 2
(822 Views)

I saw your picture. It seems that your test uses a high-voltage power supply, and the error message indicates that the access power input sensor is wrong. This step sets that failure will cause the entire seq operation to fail.

If you want to modify it, there may be several ways:

1. Modify the error settings of this step and cancel the settings that lead to the failure of the whole step due to the failure of a single step, but this step will still fail, but the subsequent test will continue after the failure;

2. Trace the SCPI command of this step through the NI IO Trace tool, analyze the error feedback information, find out the cause of the error and solve it;

3. If the error is caused by a bug in the test module, you need to modify the corresponding module code.

0 Kudos
Message 2 of 2
(609 Views)