Hi,
I want to read a text file (which has 16 bit 2D boolean data) and convert to digital waveform. I am getting error while using spreadsheetstring to digital VI. I have attached my program and text file. Please help me...
Thanks,
Siva
Solved! Go to Solution.
Hi Siva,
you should really read the context help for that function:
"spreadsheet string contains numeric or string values separated into columns by delimiters"
It seems it misses the delimiters between your binary values...
This seems to run corectly:
Thanks GerdW.
Is there any other vi to read binary values without delimiters...?.... Please provide any link for example code if you know...
Thanks,
Siva
Thanks GerdW.
Yes, by making delimiter empty, same program works..