Solution
This error occurs when you are trying to read a binary file but the file pointer is already at the end of the file. To fix this issue, we need to move the pointer back in the file so it has information to read. We can do this using the
Set File Position VI in LabVIEW. Place this VI before the Read function to move the file pointer.