LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

problem with save in excel

Solved!
Go to solution

hi

 

i am fetching problem when i am storing two value in excel

 

when i put write to measurement filt.vi in for loop that time unnecessary data also came in it.

 

and while i am putting measurement filt.vi outside the for loop that time only last data save

 

i want to save two data in two collumn

so pleaze help

0 Kudos
Message 1 of 13
(2,878 Views)
0 Kudos
Message 2 of 13
(2,869 Views)

hi

 

i am still facing same problem which i have posted

0 Kudos
Message 3 of 13
(2,851 Views)

Try the attached example. Never build array for a long time it will lead to Out of memory error.

-----

The best solution is the one you find it by yourself
0 Kudos
Message 4 of 13
(2,846 Views)

hi

 

i want to store my data in excel in form of two column not to take from other file suppose after giving input 2E+9 to stop at 3E+9 i will get different value according to that in form of 0.0 to 0.6 like that value i want to store in excel i dont want to read any file.

 

thanks

0 Kudos
Message 5 of 13
(2,842 Views)

Hello hussey,

 

In your post code do some basic two modification.

 

1. Keep your file Dialog VI outside the loop.

2. Make append to file boolean to True.

 

 

Thanks and Regards
Himanshu Goyal | LabVIEW Engineer- Power System Automation
Values that steer us ahead: Passion | Innovation | Ambition | Diligence | Teamwork
It Only gets BETTER!!!
0 Kudos
Message 6 of 13
(2,828 Views)

@husssey wrote:

hi

 

i want to store my data in excel in form of two column not to take from other file suppose after giving input 2E+9 to stop at 3E+9 i will get different value according to that in form of 0.0 to 0.6 like that value i want to store in excel i dont want to read any file.

 

thanks


Did you see the code and run it?. Where is it reading from a file?

-----

The best solution is the one you find it by yourself
0 Kudos
Message 7 of 13
(2,824 Views)

hi

 

if i am doing this then i am grtting only one value in output in excel file.

thanks

0 Kudos
Message 8 of 13
(2,821 Views)

hi     p anand

 

in your modification you are trying to read a file while i want to only store the data from two different points only

 

thanks

0 Kudos
Message 9 of 13
(2,819 Views)

No before running just select the .xls file path and run I didn't have time to test the code thats why I just posted. Do this and tell what you got

-----

The best solution is the one you find it by yourself
0 Kudos
Message 10 of 13
(2,816 Views)