03-15-2012 10:14 AM - edited 03-15-2012 10:14 AM
03-15-2012 10:39 AM
I already tried to use the spreadsheet file. as the attachment. I already created the excel file to receive data from the programming. but it's not working. Could you please try it with your computer or add anything to make it work??? It's pretty inmportant!!
Thank you
03-15-2012 10:59 AM
Hi Bombboo,
your VI is working as you have programmed it to work... (See attachment for a moderate cleanup.)
But:
- You gave "Date/Time\tChannel\s0\tChannel\s1\n" as delimiter. And LabVIEW is using just that as delimiter between your numbers. When you need something different you should program it...
- When you give "Date/Time\tChannel\s0\tChannel\s1\n" (probably) as header line you should use real tabs instead of "\t". Switch the string to slash code display and correct it...
03-15-2012 11:38 AM
Thanks for helping me but it's still not working when I opened the excel file. I attached the picture of error. Thanks
03-15-2012 11:40 AM
Did you actually change what you had as the delimiter? Gerd did not do this for you.
03-15-2012 11:43 AM
I tried to press "tab" on the keyboard but nothing happened on the string tab
03-15-2012 11:54 AM
It's not supposed to do anything. As Gerd mentioned, use the tab constant on the string palette.