12-22-2023 12:57 PM
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.
12-22-2023 01:37 PM
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
12-22-2023 02:04 PM
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 ...):
(I cut off the bottom columns -- my laptop monitor was too small to show the whole thing ...)
Bob Schor