12-04-2024 09:28 PM
Hi, I am new to teststand. I am trying to get 3 pass bins which are 1,2,3 respectively. There is a test that has the same test name but different test limits. Each of them should have a different pass bin but will continue on fail for 1 and 2 only.
Example Error Value = 13
(1) Error 0Llim 5 Hlim = Bin 1 "Fail"
(2) Error 0Llim 10 Hlim = Bin 2 "Fail"
(3) Error 0Llim 15 Hlim = Bin 3 "Pass"
Basically, the test will continue on fail but the final pass bin result should be bin 3. I want to know how is this possible with NI Teststand.
Thank you in advance.
Solved! Go to Solution.
12-04-2024 10:11 PM
Are you using TestStand Semiconductor Module or just TestStand?
12-04-2024 10:27 PM
Hi Santhosh,
Yes, I am using the TestStand Semiconductor Module. This is for my ATE Solution.
Regards.
12-04-2024 10:47 PM
This concept is close to grading; there will be an example of how to do this. I don't have TSM installed to point exactly where it is but if you explore the TestStand examples, you will find it.
https://www.ni.com/docs/en-US/bundle/teststand-semiconductor-module/page/grading-passed-duts.html
12-04-2024 11:01 PM
Yes, grading is exactly what I was looking for I didn't know what it was called at first thank you so much. I will look into the link.