Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and beauty - How does labview read a series of floating-point numbers in txt and convert them into binary and output them to the port?
How does labview read a series of floating-point numbers in txt and convert them into binary and output them to the port?
First, replace the comma in the text file with the English half-width format (2C stands for hexadecimal ASCII code), as shown below:

Txt file for storing data

Call the function of reading spreadsheet in LabVIEW, and use the correct comma as the separator:

flow chart

Run to get the correct display output on the front panel.

panel