VeriStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Veristand report generation

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?

0 Kudos
Message 1 of 2
(212 Views)

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.

Message 2 of 2
(197 Views)