05-14-2016 05:59 AM
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)
05-14-2016 07:06 AM
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
05-14-2016 07:21 AM - edited 05-14-2016 07:21 AM
Thank You very much!