06-24-2014 04:03 AM
i am reading the serial data(in string format) and storing it in text file one by one .but i was not able to write the data in spreadsheet one by one...i am getting the result as last iteration value has been repeated iteration times.....eg If the last iteration value is 5 and it has iterated for 4 times...the output i m getting is 5 5 5 5....but expected result is 2 3 4 5....help me out in ths
06-24-2014 05:28 AM
Hi,
Can you please attache your VI. That will be good to understand.
06-24-2014 07:18 AM
Enable the index in the loop that yu are using to get individual data in . Post a screen shot of what you are trying if possible
06-24-2014 07:20 AM
My first thought was also that you need to enable Autoindexing. But that is still a complete shot in the dark without being able to see some code.
06-24-2014 10:36 PM
I am getting the proper result in wordpad..but i am not getting properly in ms excel.......
06-24-2014 10:38 PM
i had posted both block diagram nd result
06-24-2014 10:47 PM
06-25-2014 12:14 AM
if i didnt put for loop than i cant make a string as an array of strings... spreadsheet accept only array of strings
06-25-2014 12:22 AM
06-25-2014 10:31 AM
I see two places that you are writing to. Which file are you having issues with? And why are you writing the same thing to two different places?