LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Saving file error

Hi Bombboo,

 

why can't you? There's an "append?" input for that function...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 11 of 17
(902 Views)

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

0 Kudos
Message 12 of 17
(893 Views)

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...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 13 of 17
(889 Views)

Thanks for helping me but it's still not working when I opened the excel file. I attached the picture of error. Thanks

0 Kudos
Message 14 of 17
(884 Views)

Did you actually change what you had as the delimiter? Gerd did not do this for you.

0 Kudos
Message 15 of 17
(880 Views)

I tried to press "tab" on the keyboard but nothing happened on the string tab

0 Kudos
Message 16 of 17
(877 Views)

It's not supposed to do anything. As Gerd mentioned, use the tab constant on the string palette.

0 Kudos
Message 17 of 17
(873 Views)