09-25-2011 10:24 AM - edited 09-25-2011 10:27 AM
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.
09-25-2011 12:07 PM - edited 09-25-2011 12:09 PM
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:
09-26-2011 11:53 PM
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
09-27-2011 02:00 AM
09-28-2011 07:12 AM
Thanks GerdW.
Yes, by making delimiter empty, same program works..