NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Error Message - Having Trouble understanding this

Screenshot (318).png

Screenshot (320).png

Hello. I am currently designing a VI which is called in a do while loop. When the code is running, the user can adjust the position and it will then perform another step till the on/off button is pressed. However, I ran into this error code and I am not sure how do I debug it. Thank you. 

0 Kudos
Message 1 of 4
(577 Views)

The LabVIEW code is not throwing the error.  TestStand is complaining about the Step configuration.   You apparently have chosen the option "Log Additional Results" in that step and failed to declare (by expression) WHAT to add to the report.

 

Obviously,  we would need to see the TestStand Step Configuration to confirm your mistake then guess what you might want added to the report when the Step completes.


"Should be" isn't "Is" -Jay
0 Kudos
Message 2 of 4
(566 Views)

Thank you. That is the reason, I have unchecked the logging. I will try it out on Monday. 

0 Kudos
Message 3 of 4
(530 Views)

Hi.

I can see the problem is solved which is great 🙂

I just have a short comment / question on your LabVIEW code: Why do you have two error out clusters? Is it just for debug or something else? If it is not for debug I would suggest using the Merge Errors function to return only one error.

Best regards
Jens Christian Andersen.
CLA, CTA, CPI
0 Kudos
Message 4 of 4
(468 Views)