Issues in LabVIEW – Error 16 occurr+B14898ed

Asked By 0 points N/A Posted on -
qa-featured

Hi,

Using LabView, I am trying to keep a file, and I got the following error.

Error 116 occurred at Unflatten From String in VideoMASTER Analyse VBI.vi > LabVIEW API Off – Line CC.vi.

Possible reason(s): LabVIEW: Unflatten or byte stream read operation failed due to corrupt, unexpected or truncated data.

Continue Stop"

I am a fresh user to this software and do not have any idea to repair it. I have been searching some websites to fix it, but I still I cannot find any useful article about it.

Need your help.

SHARE
Answered By 0 points N/A #89153

Issues in LabVIEW – Error 16 occurr+B14898ed

qa-featured

Solution: 

following are some  reasons that this error occur:
 
1. You must be input same data type into the read from binary file VI.  Input data type must be matches you expect to read.
 
 
 
Note:  you only wire a scaler double to data type, if you are reading a array of doubles (1D or 2D).  array of doubles (1D) return if  Read from Binary File VI.
 
2. You use the datalog Vls  which designed  for,  cluster of multiple data types with the Read from Binary File VI.  These VIs still save the data as binary data.
 
3. you must be look previous copy of the binary file before you modified the binary file with a text editor

Related Questions