LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

bin to ascii converter and time stamps

I recorded some binary data with the high speed data logger. Now I can open it with the high speep data reader. How can I save it to ASCII format now? Please be specific, as I'm just starting in Labview. I know I can add a subVI somewhere, but how exactly? And can you post a example file if you have one? And how can I add a time stamps, or a miliseconds counter, if all of my data are taken as a single 2D array from the wizard?
0 Kudos
Message 1 of 2
(2,566 Views)
There are VIs for converting from a numeric value to a string. They are found on the functions >> string >> string/number conversion palette. Once you have the string for the number value you can then concantenate the strings into one long one.
0 Kudos
Message 2 of 2
(2,566 Views)