06-27-2019 03:52 PM
What is the best Way to change my Teststand Report Format to Excel Instead of XML, HTML, ATML, ASII, etc, ...
Should I do this inside of the Reporting Process Model, reporting to Excel is not an option by default. Is there a simple way to make Excel the default Datalog output From Teststand? Or will I have to customize my Teststand Sequence to do this like before?
06-27-2019
05:26 PM
- last edited on
11-04-2024
02:24 PM
by
Content Cleaner
Process model plugins are the proper answer here. From the TestStand help this gives a pretty good explanation: https://www.ni.com/docs/en-US/bundle/teststand/page/process-model-plug-in-architecture.html
It's not trivial to do what you want. You have to recurse through the MainSequence results and inject the data into the correct cells.
I've written several Excel plugins. The trick is knowing how to map the data from your test to the proper sheet and cell.
Let me know if you have specific questions or thoughts.
12-06-2022 05:47 AM
Hi
I need help, how can I change teststand report to Excel format
12-07-2022 04:42 PM
There is no out of the box (Test Stand box) solution for this. You can write your own plugin as Sam explained. To do so, you will need to use Excel API (you will find plenty of examples how to do this in LabVIEW in the internet).
Other option (not perfect though) is to generate CSV file. Excel can deal with it quite well.
12-09-2022
02:03 AM
- last edited on
11-04-2024
02:25 PM
by
Content Cleaner
Hi,
In addition to the options listed in this post, you can try to use Model Plug-in - Simple Text Report - NI
Regards,
Anand Jain
NI