03-25-2026 05:14 PM
Hi all,
for a project I need to run a set of tests on a pneumatic bench controlled by a cRIO running a compiled Simulink model and record measurements from transducers. The measurements are numeric recordings, no graphs are needed.
I've used Veristand for similar application before but for this project I would also need to automate the report generation process which could be, ideally, directly fill a Word template.
Any advice on how to implement the report generation?
03-25-2026 07:06 PM
I would record the data in a TDMS file. You can then do any of the following:
Use Excel with TDMS add on to report data.
Use Diadem and create a report.
Use Labview and parse the TDMS to break out the data you need and then write to Work/Excel.
I don't believe there is a nice way to get from VeriStand to a report besides using a TDMS file and then parsing the data.