NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

TestStand Training Exercise 3-2

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.

steptlee_0-1738256787803.png

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.

steptlee_1-1738256901866.png

Has anybody run into this issue and found a resolution?

Best,

SL

0 Kudos
Message 1 of 6
(126 Views)

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.

0 Kudos
Message 2 of 6
(108 Views)

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

0 Kudos
Message 3 of 6
(97 Views)

Next guess.... what is the UUT Serial you've used? 

 

0 Kudos
Message 4 of 6
(80 Views)

I am using the "Golden" UUT serial number.

Could it be an issue with the setup.bat file?

steptlee_0-1738596309076.png

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.

0 Kudos
Message 5 of 6
(72 Views)

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?

0 Kudos
Message 6 of 6
(55 Views)