LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

store scanned output in the excel

Hello everyone

 

i am trying to store data in the excel.

I am saving it in terms of 97-2003 workbook

But when i put the link of the location in the labview so that i can

data can be stored to the appropriate place.

But it is not working. i even put.xls when saving.

still i am having an issue. 

 

when i open the excel individually. nothing is stored

Can somebody please help

 

 

i did attach one part of the coding

0 Kudos
Message 1 of 12
(2,820 Views)

Hi Zahkay,

 

with all those wire bents your data gets stuck in those wires! 😄

 

Ever tried the AutoCleanup tool? It usually makes block diagrams nicer…

 

For your specific problem:

- How can we help when we don't have your VI?

- Did you check your VI with debugging techniques like probes?

- Did you receive any errors while saving data?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 12
(2,804 Views)
Your code has nothing to do with excel. You are creating a text file.

What is the purpose of the feedback node?
0 Kudos
Message 3 of 12
(2,789 Views)

Hello 

 I did the auto clean up.

But still i am having the same problem.

i did upload my VI

Download All
0 Kudos
Message 4 of 12
(2,765 Views)

Hello 

 I did the auto clean up.

But still i am having the same problem.

i did upload my VI

Download All
0 Kudos
Message 5 of 12
(2,765 Views)

Hello 

 

I did put the link of the excel in terms of xls.i am not able to use any notepad

 

The feedback node is used so that the data is not repeated.

This is only one part of my code

 

Actually, before i was able to save the excel in term of 97-2003 workbook.but now when i am creating new

it is not working

0 Kudos
Message 6 of 12
(2,758 Views)

Gerd was only joking.  The bent wires just slows the data down - it doesn't get stuck.

 

Seriously, though - if you actually did think that cleaning up the block diagram would solve your problem, it's HIGHLY recommended that you re-assess your prowess with LabVIEW and start over from the very beginning.  This tutorial is a start, but I think you should really read a few books on it, too.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 7 of 12
(2,731 Views)

Dear billko

i know its a joke. the aim i did the clean up is to represent my work before posting sir.

This was my aim and i remove some part of my GUI which is not needed right now. I am

here only to solve my problem which is the excel which is not storing the data. I did went through

the tutorials online. I am not successful that is why i am here to ask questions.

Thanks you for ur solution. will look deeper into it

0 Kudos
Message 8 of 12
(2,712 Views)
Forget about excel for the time being. You are writing a text file so just use txt as an extension. Then probe the input to the Write to Spreadsheet. Check the data into it.
0 Kudos
Message 9 of 12
(2,708 Views)

I didn't get you. what do you mean as text file

Thank you for helping

0 Kudos
Message 10 of 12
(2,700 Views)