03-30-2010 01:20 AM
Hi!
I'm writing a large DAQ-program, and in one of my VIs I am converting my data into a string so I can write it to a spreadsheet in the next step. However, I get this error message:
'Error 84 occurred at Format Into String in Data2String256Hz.vi
Possible reasons(s):
LabVIEW: Too many format specifiers'
Is there an upper limit in the number inputs to the 'Format Into Data'-block, and if so, is there any way of getting round it?
I attach the VI in question. Appreciate any answer!
Regards
Rickard
Solved! Go to Solution.
03-31-2010 12:47 AM
04-01-2010 01:53 AM
Hi Rickard,
Here is a example that make the same thing as your code, but is more compact.
Regards,
Klas Andersson
04-13-2010 08:55 AM
Thanks alot! It works!
Regards
Rickard