From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error 116 -Read Binary File for XY Graph

Hi.
In this project, I would like to write the data for the XY Graph from the time of the X.
The data was successfully constructed and displayed for preview in the primary XY Graph, but after a successful recording Bin-file to disk and then read for analysis XY Graph, Read Binary File shows an error-116.

(LabVIEW 2015)

Download All
0 Kudos
Message 1 of 3
(2,639 Views)

What are you doing in the program:
- Read the file size (bytes) = N
- Trying to read an array of N times.

a terminal count (1) is not the file size but the number of elements
Here is the correct code

file.png

0 Kudos
Message 2 of 3
(2,626 Views)

Thank You very much!

0 Kudos
Message 3 of 3
(2,606 Views)