07-01-2013 09:11 AM
Hello,
I am a Teststand beginner and I want to create a sequence which tests differents equipments. I will use Labview and I have no problem with that. My problem is to create a report... I want to have a report that I can open with Excel to use the data. The problem is that my arrays are not set properly in each excel's cells...
I can't re-work on it with that configuration.
Moreover, I have a question about Teststand report : Is it possible to display only some pass/fail steps or should I have to show all of them ?
Thank you very much
07-02-2013 03:37 AM - edited 07-02-2013 03:47 AM
I think it shoud be more explicit with those 2 pictures.
So when I have my report in TestStand, I just right-clic on it and say "Export to Microsoft Excel". This works but as you can see, the table of my measurement is not display correctly. As you can see, in Excel, there is not one Cell for one results... I got [0]='5.9877' instead of 5.9877 as I want...
I looked after the standard report format to change the way it's display and just show the "5.9877" and not the " [line]='result' " but I didn't find anything... Moreover, I'm not good in javascript...
So please can someone tell me how fix it ? Perhaps there is another way to display my report in TestStand or should I create a subsequence to generate my results directly in a Excel file without passing by the TestStand report ? What is for you the best solution (the easier and the more efficient) ?
07-03-2013 10:09 AM
As far as pass/fails being shown. you can select any step in your sequence and tell it to not report.
07-04-2013 01:22 AM
Hello Taylor_H
Thank you for your answer. I haven't this "Record results option" into my TestStand version but I found a way to do the same thing. Thank you.
Perhaps, have you an answer on the other problem (to display report in a right format to show properly in Excel) ?