LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Getting error 116 when reading from a binary file

Hello,

 

I am getting error 116 when reading from a binary file.  I have a simple binary file called

Sine Wave Data for Binary. It is a Time and Displacement array.  I had to change it to a text file

so I can post it.

I want to plot this graph using an XY Graph. I am not sure What I am doing wrong.

 

MXL

Download All
0 Kudos
Message 1 of 2
(2,826 Views)
You don't have a binary file. You have a text file.  Try using read from text file to read 1 line, then read the rest using spreadsheet string to array to convert it to an array.
0 Kudos
Message 2 of 2
(2,816 Views)