LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to open a existing html report through labview

Hi,

 Thanks in advance. Here i want to open and load the existing html report in labview (report is generated by teststand) find the attached report for the same.

 

Regards,

Diana Mary.

0 Kudos
Message 1 of 7
(3,747 Views)

Hi Diana,

 

use this function to "open a HTML"…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 7
(3,743 Views)

Hi GerdW,

 Thanks a lot. This function will open the report in browser, instead i want to read as a string in labview. 

0 Kudos
Message 3 of 7
(3,688 Views)

I have a large number of html test reports that were created in TestStand that I want to post process (search through for data) using LabVIEW

0 Kudos
Message 4 of 7
(3,682 Views)

Did you try using the Read from Text File primitive present in File I/O palette?

-----

The best solution is the one you find it by yourself
0 Kudos
Message 5 of 7
(3,679 Views)

Yes i tried but can't able to read in the same html format.

0 Kudos
Message 6 of 7
(3,464 Views)

Hi Diana,

 

can't able to read in the same html format.

Why can't you?

Just display the read string after using ReadTextFile with your HTML file…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 7 of 7
(3,460 Views)