LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I need to be able to read Labview 7.1 history files (*.hst)

I'm sending the entire toolkit. Thanks again for all of your assistance...

 

0 Kudos
Message 11 of 12
(680 Views)

The Expand History VI shows how to load the data from a file.

Based on it, I wrote a very quick example showing how to read a directory of these files and save CSV copies of their data.

Note - this does not save the header. To do that, you should output the Tokens array from the VI the decodes the header and prepend that to the string currently being saved.

Another note - there is NO error handling at all in this example, which is bad. Also, I didn't test it, so it might not even work. The only thing I did test is that this can read and convert an hst file to a LabVIEW 2D string array properly.


___________________
Try to take over the world!
0 Kudos
Message 12 of 12
(662 Views)