01-30-2025 11:08 AM
Hello,
I'm currently working through the TestStand training and I'm getting stuck on exercise 3-2 (LabWindows/CVI), where I'm supposed to call a code module.
I used the setup.bat file to install all the relevant files, and I'm making sure that I'm pointing to the right directories; however, when I run the main sequence, I am failing the resistance test.
When I execute through the single pass option, I'm able to get the measurement result, and it's returning 0 for the thermal test and 0 for the resistance test.
It almost seems as though the test stand program is unable to read the UUT files.
Has anybody run into this issue and found a resolution?
Best,
SL
01-30-2025 11:29 PM
I suspect you are missing an assignment of the Step.Result,Numeric assignment
Can you make sure, the code module is configured correctly for both tests?
You could as well just run the sample solution and observe what happens there.
01-31-2025 04:46 PM
Thank you for your input.
I've pulled the sample solution and I'm getting the same error.
The result for both tests is still showing up as 0.
Best,
SL
02-03-2025 08:25 AM
Next guess.... what is the UUT Serial you've used?
02-03-2025 09:26 AM
I am using the "Golden" UUT serial number.
Could it be an issue with the setup.bat file?
Based on the instructions, and stepping through the directories, none of the UUT files are stored underneath the CVI subdirectories.
However, even after copying the files into the CVI folder, the program still fails.
02-04-2025 07:33 AM
Good point, yet I am not really sure if the CVI Version actually uses the UUT definition files from the LabVEW driver.
Do you have LabVIEW installed on your PC?