LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

generate html report

I need to add text to my html report as my VI is running (or after all VI's are finished running). I have different sub-VI, and my html report has to include the result for all of the test. How do I code LabView to append text as each test is finished? Thanks
0 Kudos
Message 1 of 8
(4,327 Views)
func HTML Append Text To Report.vi
This is rough but it works!
Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
Message 2 of 8
(4,327 Views)
Thanks, but can you explain how to use this VI, I have not use LabView HTML capability before. I see that you have a report type terminal, but should I use the New Report VI and wire the Report Out to your VI's Report In. The New Report VI also has a report type terminal? And also should I put your VI inside a while loop with shift register.
0 Kudos
Message 3 of 8
(4,327 Views)
Just a quick example.

Also, try looking at Example HTML Report from:
Help Menu> Examples...> Advanced > Report Generation

Cheers!
ian
Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
Message 4 of 8
(4,327 Views)
Thanks, your answer was very helpful 🙂 But I also have another question. I have a test that outputs a table and a graph. Would it be too much for LabView to handle if I want my html report to update everytime the table and the graph update?
0 Kudos
Message 5 of 8
(4,327 Views)
well... that will depends on how large is your table & graph for each round and the frequency of updating.

I believe LV can handle. However, do bear in mind as the report getting longer and large (in size) over time.

hope this make sense.
Cheers!
ian.f.koo
Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
Message 6 of 8
(4,327 Views)
What if I want to append a table with certain cells with colors in html? Do you know if there is a way to do this? The only thing that I saw is to append the image of the table. But I would like to append the table instead of the image.
0 Kudos
Message 7 of 8
(4,327 Views)

Old thread, but This is answering the question.

https://lavag.org/files/file/279-html-color-table/

Benoit

0 Kudos
Message 8 of 8
(3,291 Views)