09-19-2007 04:45 AM
I am creating a custom TestStand user interface in LabVIEW. I would like to follow up the final result of the test. If one of the test steps fails the whole test will fail at the end so I decided that I will monitor the status of all steps at all time. When I am reading the ResultStatus property of a step(in a while loop during the execution of the sequence) I am getting back a blank string??
If you know a better way I would like to know that as well, but first I would like to make my code working.
I attached the code I am using.
Thanks
Attila Horvath
Software Engineer
Filtronic Broadband Limited09-19-2007 07:02 AM
09-19-2007 08:50 AM
Maybe I was not clear enough. I am writing a LabVIEW program and I am using the property and invoke nodes(see my attached 'CheckTestStatus.vi' above) to indicate weather the status of the whole test is pass or fail during the execution of the test sequence. So I am using the ResultStatus property node for checking all the steps in the test sequence. Some of the steps which were executed already should return a string with ‘fail’, ‘pass’ or something and some (the ones have not been executed) should return a blank string. But I am experiencing that all the steps return blank string which I do not understand.
It might be another way of checking the current state of the test, but I could not find it.
09-19-2007 09:13 AM
Hi,
I'll have a look at your VI a bit later today. What versions of labview and Teststand are you using.
Regards
Ray
09-19-2007 09:21 AM
09-19-2007 03:01 PM
09-20-2007 07:13 AM