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
已解决! 转到解答。
hi
i am still facing same problem which i have posted
Try the attached example. Never build array for a long time it will lead to Out of memory error.
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
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.
@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?
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
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