LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Report Generation

Does anyone have a fairly high level report they would mind sharing? We are looking into getting the professional version but we want to see if the reports are on par with what we are going for. We would be inserting a company report template and the main measurements would be pressure and temperature.

0 Kudos
Message 1 of 3
(2,709 Views)

What kind of Report are you thinking about?  LabVIEW's Report Generation Toolkit can create HTML, Excel (.xlsx), and Word (.docx) documents.  If you are interested in a Report showing Pressure and Temperature readings, and if you have an Excel Template of the Report where all you need to do is either "fill in the Blanks" or generate a WorkSheet de novo, it is actually quite simple to do.  I tried to post the output from this example (by running the code myself), but Excel is crashing (courtesy, I believe, of some recently-pushed updates from IT).  But there's a snippet of the code later on in that earlier Post, so you can see that there is code for printing a set of "Fill in the Blanks" identifiers, a Table, and even a Excel graph of the data in the Table.

 

Bob Schor

0 Kudos
Message 2 of 3
(2,692 Views)

So I fired up my personal laptop, downloaded my Example from the Forum here, I was able to run this LabVIEW 2013 code with LabVIEW 2021, and the Report looks like this (remember, this is Excel ...):

BS Excel Demo.png

(I cut off the bottom columns -- my laptop monitor was too small to show the whole thing ...)

 

Bob Schor 

0 Kudos
Message 3 of 3
(2,684 Views)